Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [testhal] Fixed path for ChibiOS-RT. | Romain Reignier | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | whitespace | Nicolas Reinecke | 2016-11-08 | 1 | -2/+2 |
| | |||||
* | update stm32 testhal / demo headers | Nicolas Reinecke | 2016-11-08 | 5 | -22/+72 |
| | |||||
* | 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 | 7 | -668/+21 |
| | |||||
* | added qeiAdjustI. added new field and checking in STM32 | Stephane D'Alu | 2016-07-07 | 2 | -1/+19 |
| | |||||
* | 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 |
| | |||||
* | Fixed project file for 1-wire for STM32F0x | barthess | 2016-05-30 | 1 | -4/+4 |
| | |||||
* | qei testhal: copyright | Nicolas Reinecke | 2016-05-15 | 1 | -1/+1 |
| | |||||
* | add qei testhal projects | Nicolas Reinecke | 2016-05-08 | 10 | -0/+1671 |
| | |||||
* | fix warnings in STM32 projects because of missing configs | Nicolas Reinecke | 2016-05-01 | 1 | -0/+1 |
| | |||||
* | update stm32 demo and testhal projects to upstream chibios | Nicolas Reinecke | 2016-05-01 | 2 | -16/+14 |
| | |||||
* | Updated Makefiles for STM32 according to | barthess | 2016-04-23 | 4 | -5/+86 |
| | | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83 | ||||
* | STM32 mass update to current naming convention in ChibiOS | barthess | 2016-04-07 | 2 | -81/+47 |
| | |||||
* | QUEUES flags deleted from chconf.h files | barthess | 2016-03-28 | 2 | -16/+0 |
| | |||||
* | Updated some testhal projects to new ChibiOS code | barthess | 2016-03-15 | 7 | -48/+119 |
| | |||||
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2016-01-24 | 6 | -70/+80 |
|\ | |||||
| * | Added WDG switch to halconf.h files | barthess | 2016-01-13 | 2 | -0/+14 |
| | | |||||
| * | Fixed copypaste typo in comments | barthess | 2015-10-15 | 2 | -2/+2 |
| | | |||||
| * | FSMC code cleanup | barthess | 2015-10-14 | 4 | -70/+66 |
| | | |||||
* | | 1-wire driver improvements. | barthess | 2016-01-24 | 1 | -14/+36 |
|/ | |||||
* | STM32 testhal. Fixed paths in makefiles | barthess | 2015-09-07 | 3 | -2/+8 |
| | |||||
* | Fixed rest of paths in build scripts. | barthess | 2015-08-24 | 1 | -7/+7 |
| | |||||
* | Modified makefiles to incorporate changes | Fabien Poussin | 2015-08-20 | 2 | -4/+6 |
| | |||||
* | Changed the way files are included to a more convenient way. | Fabien Poussin | 2015-08-20 | 1 | -5/+6 |
| | |||||
* | Add CRC Driver | Michael Spradling | 2015-08-16 | 8 | -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 Makefiles | barthess | 2015-06-28 | 3 | -1/+15 |
| | |||||
* | NAND code changed to use bitmap class | barthess | 2015-05-02 | 1 | -8/+0 |
| | |||||
* | STM32. Updated makefiles. | barthess | 2015-03-31 | 1 | -8/+14 |
| | |||||
* | Updated .project files | barthess | 2015-02-28 | 1 | -4/+4 |
| | |||||
* | [1-wire] Added testhal for STM32F0xx family | barthess | 2014-12-27 | 14 | -0/+2181 |