aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* testhal/STM32/f4/EICU: remove ccacheNicolas Reinecke2016-05-011-3/+2
|
* fix warnings in STM32 projects because of missing configsNicolas Reinecke2016-05-015-4/+59
|
* remove symlinksNicolas Reinecke2016-05-012-2/+0
|
* update stm32 demo and testhal projects to upstream chibiosNicolas Reinecke2016-05-0124-163/+719
|
* fix commentNicolas Reinecke2016-05-011-1/+1
|
* fix whitespaceNicolas Reinecke2016-05-013-73/+73
|
* fix typos in mcu confNicolas Reinecke2016-05-014-6/+6
|
* Updated Makefiles for STM32 according tobarthess2016-04-237-12/+100
| | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-073-212/+212
|
* QUEUES flags deleted from chconf.h filesbarthess2016-03-285-40/+0
|
* Updated some testhal projects to new ChibiOS codebarthess2016-03-1516-808/+981
|
* USB-Host: Initial commitFabien Poussin2016-02-1514-0/+7642
|
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2016-01-2419-106/+158
|\
| * Added WDG switch to halconf.h filesbarthess2016-01-135-0/+35
| |
| * Fixed copypaste typo in commentsbarthess2015-10-155-5/+5
| |
| * FSMC code cleanupbarthess2015-10-1414-106/+123
| |
* | 1-wire driver improvements.barthess2016-01-241-14/+36
|/
* STM32 testhal. Fixed paths in makefilesbarthess2015-09-0711-9/+18
|
* EICU. Fixed warnings in testhal.barthess2015-08-241-0/+7
|
* Fixed rest of paths in build scripts.barthess2015-08-241-0/+8
|
* Modified makefiles to incorporate changesFabien Poussin2015-08-205-23/+33
|
* Improved FSMC.barthess2015-08-044-21/+29
| | | | SRAM configuration is much more flexible now.
* EICU. Testhal. Initial working code.barthess2015-07-0715-0/+6070
|
* Added SDRAM teshtal. Not tested in hardwarebarthess2015-06-308-70/+401
|
* SDRAM testhal. Fixed Makefile.barthess2015-06-301-16/+22
|
* Deleted empty strings at the end of filebarthess2015-06-301-8/+0
|
* Added -Wundef key into Makefilesbarthess2015-06-2811-4/+86
|
* Memtest code moved to 'various' directorybarthess2015-06-283-361/+3
|
* NAND. Minor improvementsbarthess2015-05-081-2/+1
|
* Fixed copyright notesbarthess2015-05-021-0/+16
|
* NAND code changed to use bitmap classbarthess2015-05-028-47/+30
|
* Improved metest. Added copyright notes.barthess2015-04-286-53/+141
|