aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F1xx
Commit message (Collapse)AuthorAgeFilesLines
* Makefile typoFabien Poussin2019-10-021-1/+1
|
* Updated testhal for 19.1.xFabien Poussin2019-10-0211-1534/+1777
|
* Updating Makefiles for 19.1.xFabien Poussin2019-10-012-2/+2
|
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-122-2/+2
|
* Update chconf.h to RT v5.1.Konstantin Oblaukhov2018-09-242-4/+180
|
* New style makefiles for demos and tests.Konstantin Oblaukhov2018-09-242-28/+14
|
* Merge branch 'master' into update_testsFabien Poussin2018-03-1510-1652/+2126
|\
| * Fixed most testhal examples for STM32, updated configs using script. Fixed ↵Fabien Poussin2018-03-1410-1652/+2126
| | | | | | | | deprecated MS2ST calls.
* | testhal: stm32: update to latest ChibiOS APIRomain Reignier2018-03-121-0/+18
|/
* Updating chconf.h for STM32 testhalFabien Poussin2018-03-082-13/+187
|
* Add version tagsFabio Utzig2017-10-092-0/+2
| | | | Signed-off-by: Fabio Utzig <utzig@apache.org>
* update stm32 testhal / demo headersNicolas Reinecke2016-11-082-15/+55
|
* 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/+17
|
* 1-Wire. Fixed demos' namebarthess2016-10-182-3/+10
|
* 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
|
* qei testhal: copyrightNicolas Reinecke2016-05-151-1/+1
|
* add qei testhal projectsNicolas Reinecke2016-05-0810-0/+1717
|
* update stm32 demo and testhal projects to upstream chibiosNicolas Reinecke2016-05-011-8/+7
|
* Updated Makefiles for STM32 according tobarthess2016-04-231-2/+4
| | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
* QUEUES flags deleted from chconf.h filesbarthess2016-03-281-8/+0
|
* Updated some testhal projects to new ChibiOS codebarthess2016-03-155-38/+79
|
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2016-01-244-66/+67
|\
| * Added WDG switch to halconf.h filesbarthess2016-01-131-0/+7
| |
| * Fixed copypaste typo in commentsbarthess2015-10-151-1/+1
| |
| * FSMC code cleanupbarthess2015-10-143-66/+60
| |
* | 1-wire driver improvements.barthess2016-01-241-14/+36
|/
* STM32 testhal. Fixed paths in makefilesbarthess2015-09-071-1/+1
|
* Fixed rest of paths in build scripts.barthess2015-08-243-3/+9
|
* Modified makefiles to incorporate changesFabien Poussin2015-08-201-2/+4
|
* Added -Wundef key into Makefilesbarthess2015-06-283-2/+16
|
* NAND code changed to use bitmap classbarthess2015-05-021-8/+0
|
* STM32. Updated makefiles.barthess2015-03-311-9/+16
|
* Updated .project filesbarthess2015-02-281-4/+4
|
* [1-wire] Cosmetical cleanupsbarthess2014-12-273-36/+81
|
* 1-wire. STM32F1xx code testedbarthess2014-12-184-333/+13
|
* 1-wire. Added workaround form F1xx MCUsbarthess2014-12-142-3/+3
|
* 1-wire. Added testhal for STM32F1xx. Not tested in hardwarebarthess2014-12-0814-0/+2504