Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix comment | Nicolas Reinecke | 2016-05-01 | 1 | -1/+1 | |
| | ||||||
* | fix whitespace | Nicolas Reinecke | 2016-05-01 | 3 | -73/+73 | |
| | ||||||
* | fix typos in mcu conf | Nicolas Reinecke | 2016-05-01 | 6 | -9/+9 | |
| | ||||||
* | Updated Makefiles for STM32 according to | barthess | 2016-04-23 | 22 | -76/+459 | |
| | | | | 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 | 5 | -293/+259 | |
| | ||||||
* | QUEUES flags deleted from chconf.h files | barthess | 2016-03-28 | 8 | -64/+0 | |
| | ||||||
* | Updated some testhal projects to new ChibiOS code | barthess | 2016-03-15 | 28 | -894/+1179 | |
| | ||||||
* | TIMCAP: Initial commit | Fabien Poussin | 2016-02-16 | 8 | -1/+1742 | |
| | ||||||
* | EEPROM: Initial commit | Fabien Poussin | 2016-02-16 | 7 | -0/+1619 | |
| | ||||||
* | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 14 | -0/+7642 | |
| | ||||||
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2016-01-24 | 29 | -242/+305 | |
|\ | ||||||
| * | Added WDG switch to halconf.h files | barthess | 2016-01-13 | 8 | -0/+56 | |
| | | ||||||
| * | Fixed copypaste typo in comments | barthess | 2015-10-15 | 8 | -8/+8 | |
| | | ||||||
| * | FSMC code cleanup | barthess | 2015-10-14 | 21 | -242/+249 | |
| | | ||||||
* | | 1-wire driver improvements. | barthess | 2016-01-24 | 3 | -42/+108 | |
|/ | ||||||
* | STM32 testhal. Fixed paths in makefiles | barthess | 2015-09-07 | 15 | -12/+27 | |
| | ||||||
* | EICU. Fixed warnings in testhal. | barthess | 2015-08-24 | 1 | -0/+7 | |
| | ||||||
* | Fixed rest of paths in build scripts. | barthess | 2015-08-24 | 5 | -10/+24 | |
| | ||||||
* | Modified makefiles to incorporate changes | Fabien Poussin | 2015-08-20 | 8 | -29/+43 | |
| | ||||||
* | 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 | |||||
* | Improved FSMC. | barthess | 2015-08-04 | 4 | -21/+29 | |
| | | | | SRAM configuration is much more flexible now. | |||||
* | EICU. Testhal. Initial working code. | barthess | 2015-07-07 | 15 | -0/+6070 | |
| | ||||||
* | Added SDRAM teshtal. Not tested in hardware | barthess | 2015-06-30 | 8 | -70/+401 | |
| | ||||||
* | SDRAM testhal. Fixed Makefile. | barthess | 2015-06-30 | 1 | -16/+22 | |
| | ||||||
* | Deleted empty strings at the end of file | barthess | 2015-06-30 | 1 | -8/+0 | |
| | ||||||
* | Added -Wundef key into Makefiles | barthess | 2015-06-28 | 17 | -7/+117 | |
| | ||||||
* | Memtest code moved to 'various' directory | barthess | 2015-06-28 | 3 | -361/+3 | |
| | ||||||
* | NAND. Minor improvements | barthess | 2015-05-08 | 1 | -2/+1 | |
| | ||||||
* | Fixed copyright notes | barthess | 2015-05-02 | 1 | -0/+16 | |
| | ||||||
* | NAND code changed to use bitmap class | barthess | 2015-05-02 | 10 | -63/+30 | |
| | ||||||
* | Improved metest. Added copyright notes. | barthess | 2015-04-28 | 6 | -53/+141 | |
| | ||||||
* | Fixed thread function prototype | barthess | 2015-04-07 | 1 | -1/+0 | |
| | ||||||
* | STM32. Updated makefiles. | barthess | 2015-03-31 | 5 | -44/+73 | |
| | ||||||
* | Updated .project files | barthess | 2015-02-28 | 9 | -33/+33 | |
| | ||||||
* | FSMC_SRAM haltest. Added memcpy over DMA speed test | barthess | 2015-02-25 | 5 | -10/+170 | |
| | ||||||
* | Finished memtest code | barthess | 2015-02-24 | 3 | -39/+59 | |
| | ||||||
* | FSMC_SRAM testhal. Added memtest and membench. | barthess | 2015-02-24 | 6 | -71/+517 | |
| | ||||||
* | Updated makefiles in testhal after ChibiOS update. | barthess | 2015-02-23 | 2 | -2/+0 | |
| | ||||||
* | [1-wire] Cosmetical cleanups | barthess | 2014-12-27 | 7 | -72/+162 | |
| | ||||||
* | [1-wire] Added testhal for STM32F0xx family | barthess | 2014-12-27 | 14 | -0/+2181 | |
| | ||||||
* | 1-wire. STM32F1xx code tested | barthess | 2014-12-18 | 7 | -359/+28 | |
| | ||||||
* | 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 | 15 | -3/+2514 | |
| | ||||||
* | Testhal improvements | barthess | 2014-12-06 | 16 | -136/+361 | |
| | ||||||
* | 1-wire. Search ROM feature now optional | barthess | 2014-12-06 | 1 | -2/+7 | |
| | ||||||
* | 1-wire. Improved comments | barthess | 2014-12-06 | 1 | -5/+13 | |
| | ||||||
* | 1-wire. Added testhal for stm32f4 discovery | barthess | 2014-12-06 | 13 | -0/+2293 | |
| | ||||||
* | Fixed copyrights | barthess | 2014-12-06 | 3 | -15/+3 | |
| | ||||||
* | Added hooks for community source | barthess | 2014-11-16 | 3 | -0/+21 | |
| |