Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile typo | Fabien Poussin | 2019-10-02 | 1 | -1/+1 |
| | |||||
* | Updated testhal for 19.1.x | Fabien Poussin | 2019-10-02 | 11 | -1534/+1777 |
| | |||||
* | Updating Makefiles for 19.1.x | Fabien Poussin | 2019-10-01 | 2 | -2/+2 |
| | |||||
* | Updated ChibiOS path for all Makefiles | Fabien Poussin | 2019-03-12 | 2 | -2/+2 |
| | |||||
* | Update chconf.h to RT v5.1. | Konstantin Oblaukhov | 2018-09-24 | 2 | -4/+180 |
| | |||||
* | New style makefiles for demos and tests. | Konstantin Oblaukhov | 2018-09-24 | 2 | -28/+14 |
| | |||||
* | Merge branch 'master' into update_tests | Fabien Poussin | 2018-03-15 | 10 | -1652/+2126 |
|\ | |||||
| * | Fixed most testhal examples for STM32, updated configs using script. Fixed ↵ | Fabien Poussin | 2018-03-14 | 10 | -1652/+2126 |
| | | | | | | | | deprecated MS2ST calls. | ||||
* | | testhal: stm32: update to latest ChibiOS API | Romain Reignier | 2018-03-12 | 1 | -0/+18 |
|/ | |||||
* | Updating chconf.h for STM32 testhal | Fabien Poussin | 2018-03-08 | 2 | -13/+187 |
| | |||||
* | Add version tags | Fabio Utzig | 2017-10-09 | 2 | -0/+2 |
| | | | | Signed-off-by: Fabio Utzig <utzig@apache.org> | ||||
* | update stm32 testhal / demo headers | Nicolas Reinecke | 2016-11-08 | 2 | -15/+55 |
| | |||||
* | Testhal. Directory with hardware independant code renamed to 'common'. | barthess | 2016-10-18 | 1 | -1/+1 |
| | |||||
* | 1-Wire. Duplicated code from testhal apllications moved to separate directory. | barthess | 2016-10-18 | 6 | -668/+17 |
| | |||||
* | 1-Wire. Fixed demos' name | barthess | 2016-10-18 | 2 | -3/+10 |
| | |||||
* | 1-wire improvements. | barthess | 2016-05-31 | 1 | -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 way | barthess | 2016-05-30 | 1 | -3/+3 |
| | |||||
* | qei testhal: copyright | Nicolas Reinecke | 2016-05-15 | 1 | -1/+1 |
| | |||||
* | add qei testhal projects | Nicolas Reinecke | 2016-05-08 | 10 | -0/+1717 |
| | |||||
* | update stm32 demo and testhal projects to upstream chibios | Nicolas Reinecke | 2016-05-01 | 1 | -8/+7 |
| | |||||
* | Updated Makefiles for STM32 according to | barthess | 2016-04-23 | 1 | -2/+4 |
| | | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83 | ||||
* | QUEUES flags deleted from chconf.h files | barthess | 2016-03-28 | 1 | -8/+0 |
| | |||||
* | Updated some testhal projects to new ChibiOS code | barthess | 2016-03-15 | 5 | -38/+79 |
| | |||||
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2016-01-24 | 4 | -66/+67 |
|\ | |||||
| * | Added WDG switch to halconf.h files | barthess | 2016-01-13 | 1 | -0/+7 |
| | | |||||
| * | Fixed copypaste typo in comments | barthess | 2015-10-15 | 1 | -1/+1 |
| | | |||||
| * | FSMC code cleanup | barthess | 2015-10-14 | 3 | -66/+60 |
| | | |||||
* | | 1-wire driver improvements. | barthess | 2016-01-24 | 1 | -14/+36 |
|/ | |||||
* | STM32 testhal. Fixed paths in makefiles | barthess | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | Fixed rest of paths in build scripts. | barthess | 2015-08-24 | 3 | -3/+9 |
| | |||||
* | Modified makefiles to incorporate changes | Fabien Poussin | 2015-08-20 | 1 | -2/+4 |
| | |||||
* | Added -Wundef key into Makefiles | barthess | 2015-06-28 | 3 | -2/+16 |
| | |||||
* | NAND code changed to use bitmap class | barthess | 2015-05-02 | 1 | -8/+0 |
| | |||||
* | STM32. Updated makefiles. | barthess | 2015-03-31 | 1 | -9/+16 |
| | |||||
* | Updated .project files | barthess | 2015-02-28 | 1 | -4/+4 |
| | |||||
* | [1-wire] Cosmetical cleanups | barthess | 2014-12-27 | 3 | -36/+81 |
| | |||||
* | 1-wire. STM32F1xx code tested | barthess | 2014-12-18 | 4 | -333/+13 |
| | |||||
* | 1-wire. Added workaround form F1xx MCUs | barthess | 2014-12-14 | 2 | -3/+3 |
| | |||||
* | 1-wire. Added testhal for STM32F1xx. Not tested in hardware | barthess | 2014-12-08 | 14 | -0/+2504 |