aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F0xx
Commit message (Collapse)AuthorAgeFilesLines
* Added STM32F0 support for comp driverFabien Poussin2019-10-297-0/+2136
|
* Updated testhal for 19.1.xFabien Poussin2019-10-0215-2271/+2785
|
* Updating Makefiles for 19.1.xFabien Poussin2019-10-013-3/+3
|
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-123-3/+3
|
* Update chconf.h to RT v5.1.Konstantin Oblaukhov2018-09-243-6/+270
|
* New style makefiles for demos and tests.Konstantin Oblaukhov2018-09-243-41/+21
|
* Fixed most testhal examples for STM32, updated configs using script. Fixed ↵Fabien Poussin2018-03-1415-2526/+3106
| | | | deprecated MS2ST calls.
* Fixes for STM32F0 testhalFabien Poussin2018-03-0810-124/+591
|
* Add version tagsFabio Utzig2017-10-093-0/+3
| | | | Signed-off-by: Fabio Utzig <utzig@apache.org>
* [testhal] Fixed path for ChibiOS-RT.Romain Reignier2017-02-281-1/+1
|
* whitespaceNicolas Reinecke2016-11-081-2/+2
|
* update stm32 testhal / demo headersNicolas Reinecke2016-11-085-22/+72
|
* 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-187-668/+21
|
* added qeiAdjustI. added new field and checking in STM32Stephane D'Alu2016-07-072-1/+19
|
* 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
|
* Fixed project file for 1-wire for STM32F0xbarthess2016-05-301-4/+4
|
* qei testhal: copyrightNicolas Reinecke2016-05-151-1/+1
|
* add qei testhal projectsNicolas Reinecke2016-05-0810-0/+1671
|
* fix warnings in STM32 projects because of missing configsNicolas Reinecke2016-05-011-0/+1
|
* update stm32 demo and testhal projects to upstream chibiosNicolas Reinecke2016-05-012-16/+14
|
* Updated Makefiles for STM32 according tobarthess2016-04-234-5/+86
| | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-072-81/+47
|
* QUEUES flags deleted from chconf.h filesbarthess2016-03-282-16/+0
|
* Updated some testhal projects to new ChibiOS codebarthess2016-03-157-48/+119
|
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2016-01-246-70/+80
|\
| * Added WDG switch to halconf.h filesbarthess2016-01-132-0/+14
| |
| * Fixed copypaste typo in commentsbarthess2015-10-152-2/+2
| |
| * FSMC code cleanupbarthess2015-10-144-70/+66
| |
* | 1-wire driver improvements.barthess2016-01-241-14/+36
|/
* STM32 testhal. Fixed paths in makefilesbarthess2015-09-073-2/+8
|
* Fixed rest of paths in build scripts.barthess2015-08-241-7/+7
|
* Modified makefiles to incorporate changesFabien Poussin2015-08-202-4/+6
|
* Changed the way files are included to a more convenient way.Fabien Poussin2015-08-201-5/+6
|
* Add CRC DriverMichael Spradling2015-08-168-0/+1634
| | | | | | | | | | | | | | | | | | | | | | This patch includes a high level and two low level drivers. The high level driver is enabled with flag HAL_USE_CRC The low level drivers include: * Hardware CRC for the STM32 cortex processor lines.(when supported) * Enabled with flag STM32_CRC_USE_CRC1 * DMA is enabled with CRC_USE_DMA * SYNC api will use DMA, but put calling thread to sleep * ASYNC api enabled. * DMA Disabled * SYNC api spin while calculating CRC * ASYNC api disabled * Software CRC (3 modes) * CRCSW_CRC32_TABLE - Enables crc32 with lookup table. * CRCSW_CRC16_TABLE - Enables crc16 with lookup tables. * CRCSW_PROGRAMMBLE - Enables any crc done with computation. * Can calculate any crc configuration. * CRC_USE_DMA obviously not support with software CRC
* Added -Wundef key into Makefilesbarthess2015-06-283-1/+15
|
* NAND code changed to use bitmap classbarthess2015-05-021-8/+0
|
* STM32. Updated makefiles.barthess2015-03-311-8/+14
|
* Updated .project filesbarthess2015-02-281-4/+4
|
* [1-wire] Added testhal for STM32F0xx familybarthess2014-12-2714-0/+2181