aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
Commit message (Collapse)AuthorAgeFilesLines
* Now demo works in DDRedolomb2018-02-214-17/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11534 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Changed SPI's frequencyedolomb2018-02-201-7/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11518 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11517 ↵edolomb2018-02-201-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add testhal watchdog demo code.tfateba2018-02-196-0/+1582
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11514 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add a testhal demo for XMEGA128U4A for OSLIB test suite.Theodore Ateba2018-02-196-0/+1614
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11509 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added demo SPI with Flexcomedolomb2018-02-1611-0/+1812
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11505 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Changed CH_DBG_THREADS_PROFILING at FALSEedolomb2018-02-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11504 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add a testhal demo for XMEGA128U4A to test the SERIAL low level driver.Theodore Ateba2018-02-126-0/+1615
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11496 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add a testhal demo for XMEGA128U4A to test the USART low level driver.Theodore Ateba2018-02-126-0/+1619
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11495 35acf78f-673a-0410-8e92-d51de3d6d3f4
* -Removed macroedolomb2018-02-122-3/+3
| | | | | | -SPI works only as master git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11490 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed macroedolomb2018-02-121-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11489 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SAMA5D2-SPI now runs in DDRAMedolomb2018-02-123-144/+201
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11488 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SAMA5D2-SERIAL now runs in DDR using FLEXCOM0 as serialedolomb2018-02-127-42/+107
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11487 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add more lisibility.Theodore Ateba2018-02-041-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11428 35acf78f-673a-0410-8e92-d51de3d6d3f4
* update sdmmc test hal project with read and write to fileareviu2018-02-012-3/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11419 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed several CORTEX_VTOR_INIT leftovers.Giovanni Di Sirio2018-01-205-10/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11369 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-20491-2230/+2230
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11361 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More changes caused by #913.Giovanni Di Sirio2018-01-198-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11346 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Simplify the PWM example code.Theodore Ateba2018-01-181-91/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11335 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update demo comment.Theodore Ateba2018-01-181-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11334 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add other prescalers to the PWM low level driver and update testhal.Theodore Ateba2018-01-171-6/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11302 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bugedolomb2018-01-171-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11301 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated demo SPIedolomb2018-01-175-68/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11299 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Simple echo from terminal demoedolomb2018-01-1710-0/+1830
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11298 35acf78f-673a-0410-8e92-d51de3d6d3f4
* removed legacy code for pmcareviu2018-01-152-16/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11288 35acf78f-673a-0410-8e92-d51de3d6d3f4
* update SDMMC driver and added test hal projectareviu2018-01-1110-0/+1905
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11264 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SECUMOD Demoedolomb2018-01-1010-0/+1939
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11257 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SPIv1 and SPIv2 circular mode added. Rework of RCC files and all ↵Giovanni Di Sirio2018-01-1014-5/+76
| | | | | | dependencies inside STM32 drivers. Documentation fixes in some HAL modules. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11247 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11242 ↵Giovanni Di Sirio2018-01-093-12/+63
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added SRAMs cache settings to STM32H7 mcuconf.h.Giovanni Di Sirio2018-01-081-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11235 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added unified cache handler for Cortex-M devices.Giovanni Di Sirio2018-01-081-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11233 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added BDMA support to the STM32H7xx port.Giovanni Di Sirio2018-01-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11232 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added portability include path to the various startup.mk files.Giovanni Di Sirio2018-01-051-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11227 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SPI driver works, probably optimizations are possible.Giovanni Di Sirio2018-01-051-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11226 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed wrong CS.Giovanni Di Sirio2018-01-041-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11222 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Various fixes, H7 SPI does not work yet.Giovanni Di Sirio2018-01-042-13/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11220 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added H7 builder to the STM32 SPI unified demo.Giovanni Di Sirio2018-01-048-13/+1931
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11217 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update AVR multi demo configuration files.Theodore Ateba2017-12-234-32/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11177 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update all configuration files of testhal to avoid the error ↵Theodore Ateba2017-12-217-7/+7
| | | | | | CH_DBG_TRACE_MASK not defined in chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11155 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed project settings for all targets.Giovanni Di Sirio2017-12-033-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11116 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11114 ↵Giovanni Di Sirio2017-12-033-5/+9
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11113 ↵Giovanni Di Sirio2017-12-037-9/+76
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11112 ↵Giovanni Di Sirio2017-12-033-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32 UART driver test application, not complete.Giovanni Di Sirio2017-12-0231-0/+7371
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11111 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More makefiles.Giovanni Di Sirio2017-12-029-338/+279
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11110 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More makefiles updated.Giovanni Di Sirio2017-12-0210-171/+213
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11109 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed FPU type for CM4.Giovanni Di Sirio2017-12-023-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11108 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated some makefiles, still lots to be updated.Giovanni Di Sirio2017-12-029-197/+198
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11107 35acf78f-673a-0410-8e92-d51de3d6d3f4
* New hooks added to RT, stronger checks on RT chconf.h files.Giovanni Di Sirio2017-11-24101-0/+1616
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11071 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass update of all chconf.h files with new options.Giovanni Di Sirio2017-11-23101-0/+1212
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11070 35acf78f-673a-0410-8e92-d51de3d6d3f4