aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2019-08-2425-4529/+819
|\
| * Updated ChibiOS path for all MakefilesFabien Poussin2019-03-126-6/+6
| |
| * USB_HOST fixFabien Poussin2019-03-071-1/+1
| |
| * Various tests and demos fixes.Konstantin Oblaukhov2018-09-246-4371/+2
| |
| * Update chconf.h to RT v5.1.Konstantin Oblaukhov2018-09-246-12/+540
| |
| * New style makefiles for demos and tests.Konstantin Oblaukhov2018-09-246-89/+44
| |
* | USBH test correctionsDiego Ismirlian2018-09-023-9/+11
| |
* | Merge branch 'master' of https://github.com/MegabytePhreak/ChibiOS-ContribDiego Ismirlian2018-08-202-17/+12
|\ \
| * | Update USB_HOST testhal project for latest ChibiOSPaul Roukema2018-08-052-17/+12
| |/
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2018-08-2039-4511/+6529
|\|
| * Fixed STM32F4 FSMC examplesFabien Poussin2018-03-1510-29/+43
| |
| * Merge branch 'master' into update_testsFabien Poussin2018-03-1530-2431/+3640
| |\
| | * Fixed most testhal examples for STM32, updated configs using script. Fixed ↵Fabien Poussin2018-03-1431-2660/+3871
| | | | | | | | | | | | deprecated MS2ST calls.
| * | testhal: stm32: update to latest ChibiOS APIRomain Reignier2018-03-1210-15/+290
| |/
| * Updating chconf.h for STM32 testhalFabien Poussin2018-03-086-2103/+2623
| |
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2017-10-296-0/+6
|\|
| * Add version tagsFabio Utzig2017-10-096-0/+6
| | | | | | | | Signed-off-by: Fabio Utzig <utzig@apache.org>
* | USBH: testhal: fix compile warningDiego Ismirlian2017-10-292-3/+3
| |
* | USBH: testhal example: improve support for multiple FAT devicesDiego Ismirlian2017-08-082-6/+7
|/
* Merge branch 'master' into usbh_develFabien Poussin2017-08-081-1/+1
|\
| * Merge pull request #122 from dismirlian/usbh_develFabien Poussin2017-08-076-8/+281
| |\ | | | | | | USBH: Various improvo
* | | USBH: Fix compile with FATFS 0.12bDiego Ismirlian2017-08-074-246/+18
| | |
* | | Merge branch 'master' of https://github.com/dismirlian/ChibiOS-Contrib into ↵Diego Ismirlian2017-08-073-14/+15
|\| | | |/ |/| | | usbh_devel
| * Fixes for USB host example to compile on 4.0.xFabien Poussin2017-06-073-14/+15
| |
* | USBH: added default control request timeout parameterDiego Ismirlian2017-07-311-0/+1
| |
* | USBH: testhal MSD: abort read on errorDiego Ismirlian2017-07-311-1/+2
| |
* | USBH: testhal example: add delay for VBUS stabilizationDiego Ismirlian2017-07-131-0/+1
| |
* | USBH: Add flexibility to the enumeration processDiego Ismirlian2017-07-131-2/+2
| |
* | USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.hDiego Ismirlian2017-07-092-2/+5
| |
* | USBH: Cleanup example for out-of-tree driverDiego Ismirlian2017-07-093-5/+5
| |
* | USBH: Added mechanism for out-of-tree class driver enumerationDiego Ismirlian2017-07-095-1/+264
| |
* | USBH: MSD: Rework to prevent race conditions on unloadDiego Ismirlian2017-07-041-6/+10
|/
* USBH: Fix compile for test/exampleDiego Ismirlian2017-06-061-1/+1
|
* Add UVC driver and test/exampleDiego Ismirlian2017-06-062-12/+353
|
* Tabs to whitespaces in USBH testhalDiego Ismirlian2017-06-062-411/+411
|
* Update USBH testhal example/testDiego Ismirlian2017-06-061-0/+80
| | | | | - Added HID driver test - Added IWDG handling (avoid resets!)
* Add HID class driverDiego Ismirlian2017-06-051-0/+11
|
* Add AOA (Android Accessory) class driverDiego Ismirlian2017-06-052-12/+119
|
* USB Host fixesDiego Ismirlian2017-06-0511-5257/+85
| | | | | | | | - Cleaned up alignment macros for GCC & IAR - Corrected EP halt and Clear halt behaviours - Initialization of class drivers by USB Host main driver - Minor cosmetic fixes - Updated USB_HOST testhal app
* FSMC NAND improvements.barthess2017-01-172-7/+1
| | | | | 1) Implemented 16 bit bus width support 2) Added workaround errata in STM32
* make stm32 usb host testhal compileNicolas Reinecke2016-11-086-452/+333
|
* whitespaceNicolas Reinecke2016-11-081-12/+12
|
* update stm32 testhal / demo headersNicolas Reinecke2016-11-086-18/+18
|
* Testhal. Directory with hardware independant code renamed to 'common'.barthess2016-10-181-1/+1
|
* 1-Wire. Duplicated code from testhal apllications moved to separate directory.barthess2016-10-186-668/+16
|
* 1-Wire. Fixed demos' namebarthess2016-10-182-3/+10
|
* [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
|
* 1-wire improvements.barthess2016-05-311-8/+8
| | | | | | | | | 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-301-3/+3
|