aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32
Commit message (Collapse)AuthorAgeFilesLines
...
* 1-wire improvements.barthess2016-05-313-24/+24
| | | | | | | | | 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-303-9/+9
|
* Fixed project file for 1-wire for STM32F0xbarthess2016-05-301-4/+4
|
* qei testhal: copyrightNicolas Reinecke2016-05-152-2/+2
|
* add qei testhal projectsNicolas Reinecke2016-05-0820-0/+3388
|
* testhal/STM32/f4/EICU: remove ccacheNicolas Reinecke2016-05-011-3/+2
|
* fix warnings in STM32 projects because of missing configsNicolas Reinecke2016-05-016-4/+60
|
* remove symlinksNicolas Reinecke2016-05-012-2/+0
|
* update stm32 demo and testhal projects to upstream chibiosNicolas Reinecke2016-05-0127-187/+740
|
* fix commentNicolas Reinecke2016-05-011-1/+1
|
* fix whitespaceNicolas Reinecke2016-05-013-73/+73
|
* fix typos in mcu confNicolas Reinecke2016-05-016-9/+9
|
* Updated Makefiles for STM32 according tobarthess2016-04-2322-76/+459
| | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-075-293/+259
|
* QUEUES flags deleted from chconf.h filesbarthess2016-03-288-64/+0
|
* Updated some testhal projects to new ChibiOS codebarthess2016-03-1528-894/+1179
|
* TIMCAP: Initial commitFabien Poussin2016-02-168-1/+1742
|
* EEPROM: Initial commitFabien Poussin2016-02-167-0/+1619
|
* USB-Host: Initial commitFabien Poussin2016-02-1514-0/+7642
|
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2016-01-2429-242/+305
|\
| * Added WDG switch to halconf.h filesbarthess2016-01-138-0/+56
| |
| * Fixed copypaste typo in commentsbarthess2015-10-158-8/+8
| |
| * FSMC code cleanupbarthess2015-10-1421-242/+249
| |
* | 1-wire driver improvements.barthess2016-01-243-42/+108
|/
* STM32 testhal. Fixed paths in makefilesbarthess2015-09-0715-12/+27
|
* EICU. Fixed warnings in testhal.barthess2015-08-241-0/+7
|
* Fixed rest of paths in build scripts.barthess2015-08-245-10/+24
|
* Modified makefiles to incorporate changesFabien Poussin2015-08-208-29/+43
|
* 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
* 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-2817-7/+117
|
* 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-0210-63/+30
|
* Improved metest. Added copyright notes.barthess2015-04-286-53/+141
|
* Fixed thread function prototypebarthess2015-04-071-1/+0
|
* STM32. Updated makefiles.barthess2015-03-315-44/+73
|
* Updated .project filesbarthess2015-02-289-33/+33
|
* FSMC_SRAM haltest. Added memcpy over DMA speed testbarthess2015-02-255-10/+170
|
* Finished memtest codebarthess2015-02-243-39/+59
|
* FSMC_SRAM testhal. Added memtest and membench.barthess2015-02-246-71/+517
|
* Updated makefiles in testhal after ChibiOS update.barthess2015-02-232-2/+0
|
* [1-wire] Cosmetical cleanupsbarthess2014-12-277-72/+162
|
* [1-wire] Added testhal for STM32F0xx familybarthess2014-12-2714-0/+2181
|