aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
Commit message (Collapse)AuthorAgeFilesLines
...
* FSMC NAND improvements.barthess2017-01-172-7/+1
| | | | | 1) Implemented 16 bit bus width support 2) Added workaround errata in STM32
* USB MSD. Added project filesbarthess2017-01-062-19/+22
|
* USB MSD. Cosmetical improvements.barthess2017-01-041-0/+5
|
* testhal: handle USB_EVENT_(RESET|UNCONFIGURED) in KINETIS demosfunnydog2016-12-136-10/+22
| | | | | Handle the USB_EVENT_RESET and USB_EVENT_UNCONFIGURED as they were USB_EVENT_SUSPEND like in STM32 demos.
* testhal: add missing sduWakeupHookI() call to KINETIS usb_serial demosfunnydog2016-12-135-0/+30
| | | | | Add the missing call to sduWakeupHookI() to the USB_EVENT_WAKEUP event, with proper locking around them.
* Merge pull request #100 from marcoveeneman/tiva-improvementsmarcoveeneman2016-11-216-43/+44
|\ | | | | Tiva improvements
| * Replaced port+pad by line in the demos and testhal.marcoveeneman2016-10-306-43/+44
| |
* | Fix KINETIS USB_SERIAL testhal compilation.funnydog2016-11-155-5/+5
| | | | | | | | | | Fix KINETIS USB_SERIAL testhal compilation by renaming the function sduDisconnectI() to sduSuspendHookI().
* | make stm32 usb host testhal compileNicolas Reinecke2016-11-086-452/+333
| |
* | whitespaceNicolas Reinecke2016-11-083-15/+15
| |
* | update stm32 testhal / demo headersNicolas Reinecke2016-11-0819-81/+169
| |
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2016-10-3113-29/+115
|\|
| * Merge pull request #96 from marcoveeneman/tiva-use-tivawaremarcoveeneman2016-10-3013-29/+115
| |\ | | | | | | Tiva port use TivaWare
| | * Updated mcuconf.h files.marcoveeneman2016-10-296-18/+18
| | |
| | * Some missing changes.marcoveeneman2016-10-272-3/+3
| | |
| | * Updated ChibiStudio .cproject files.marcoveeneman2016-10-275-8/+94
| | |
* | | USB_MSD. Updated linker script name.barthess2016-10-311-1/+1
|/ /
* | USB_MSD. Added READ_FORMAT_CAPACITIES handlerbarthess2016-10-281-1/+17
| |
* | Testhal. Directory with hardware independant code renamed to 'common'.barthess2016-10-187-3/+3
| |
* | 1-Wire. Duplicated code from testhal apllications moved to separate directory.barthess2016-10-1820-1395/+98
| |
* | 1-Wire. Fixed demos' namebarthess2016-10-184-6/+20
| |
* | Deleted broken Eclipse debug launchersbarthess2016-10-172-104/+0
| |
* | USB_MSD. Initial commit.barthess2016-10-1714-0/+6010
| |
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2016-08-1816-64/+3064
|\ \
| * \ Merge pull request #81 from awygle/adcawygle2016-08-1716-64/+3064
| |\ \ | | | | | | | | MSP430X ADC12 Support
| | * | Adds ADC12 support to MSP430X port.Andrew Wygle2016-06-0515-54/+3034
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for the MSP430X's 12-bit ADC peripheral, as well as reasonably complete testing of same. Also includes fixes for several bugs and cleanup of the DMA peripheral, which used ch calls rather than osal calls and was unclear about what contexts its methods could be called from.
| | * | Cleaned up MSP430X port to match recent changes to ChibiOS mainline.Andrew Wygle2016-06-051-10/+30
| | | | | | | | | | | | | | | | Also fixed a couple of bugs identified as part of the refresh.
* | | | [STM32 NAND] Updated testhal.barthess2016-08-182-22/+86
|/ / /
* | / [STM32 NAND] Deleted ugly hack with EXTI interrupt instead of NAND onebarthess2016-08-164-108/+62
| |/ |/|
* | Merge pull request #94 from marcoveeneman/tiva-improvementsmarcoveeneman2016-08-116-1/+37
|\ \ | | | | | | Tiva smart build support
| * | Implemented smart build for Tiva platform.marcoveeneman2016-08-096-1/+37
| | |
* | | moved wdg to LLDStephane D'Alu2016-07-101-4/+4
| | |
* | | moved rng to LLD directory.Stephane D'Alu2016-07-101-1/+1
| | | | | | | | | | | | | | | removed rng power control (doesn't exist in nrf52, wasn't documented in nrf51) renamed peripheral to start at 0
* | | renamed NRF51_* to NRF5_*Stephane D'Alu2016-07-106-13/+13
| | |
* | | Merge pull request #87 from sdalu/qeiUladzimir Pylinski2016-07-082-1/+19
|\ \ \ | | | | | | | | qeiAdjustI
| * | | Merge branch 'master' into qeiStephane D'Alu2016-07-0712-45/+24
| |\| |
| * | | added qeiAdjustI. added new field and checking in STM32Stephane D'Alu2016-07-072-1/+19
| | | |
* | | | corrected makefileStephane D'Alu2016-07-071-4/+2
| | | |
* | | | code cleanup, fixed testhalStephane D'Alu2016-07-073-32/+60
| |/ / |/| |
* | | Merge pull request #86 from marcoveeneman/mastermarcoveeneman2016-07-0512-45/+24
|\ \ \ | |/ / |/| | Various Tiva fixes
| * | Tiva. Fixed and added missing debug and external tool configurations.marcoveeneman2016-05-115-5/+5
| | |
| * | Tiva. Fixed project files of testhal and demos.marcoveeneman2016-05-117-40/+19
| | |
* | | Added USB HID driver to community HALJonathan Struebel2016-06-1811-0/+2064
| |/ |/|
* | 1-wire improvements.barthess2016-05-313-24/+24
| | | | | | | | | | | | | | | | | | 1) Functions reading bit from PAL now return ioline_t type. 2) Functions that handle acquired buffer with acquired bits now use uint8_t type because it corresponds to buffer type. 3) Cryptic bit shifting in bit storage functions replaced by dividion operations because all modern compilers perfectly optimise such operations.
* | 1-wire. Data acqusition code in test application rewritten in more safe waybarthess2016-05-303-9/+9
| |
* | Fixed project file for 1-wire for STM32F0xbarthess2016-05-301-4/+4
| |
* | Merge pull request #77 from sdalu/pwm_ppiFabio Utzig2016-05-292-3/+11
|\ \ | | | | | | allow use of GPIOTE/PPI in PWM to drive gpio pin
| * | allow use of GPIOTE/PPI to drive gpio pin (without callback)Stephane D'Alu2016-05-182-3/+11
| |/ | | | | | | changed value of PAL_NOLINE to -1
* | Merge pull request #72 from pl4nkton/add_qei_driverUladzimir Pylinski2016-05-1620-0/+3388
|\ \ | |/ |/| Add qei driver
| * qei testhal: copyrightNicolas Reinecke2016-05-152-2/+2
| |