aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
Commit message (Collapse)AuthorAgeFilesLines
* Tiva. Updated Tiva makefiles to be compatible with the main repository.marcoveeneman2016-04-286-14/+27
|
* Tiva. WDG. Changed fixed load value to the system clock in the demo.marcoveeneman2016-04-281-1/+1
|
* Mass license update.marcoveeneman2016-04-2824-6/+294
|
* Disabled SPI support in halconf.h and added some comments in main.cmarcoveeneman2016-04-112-2/+6
|
* Tiva. WDG. Added testhal demo for Watchdog driver.marcoveeneman2016-04-069-0/+1439
|
* Merge pull request #50 from utzig/fix-tiva-portFabio Utzig2016-04-0510-15/+140
|\ | | | | Fix tiva port
| * Fix testhal for OS compatibilityFabio Utzig2016-04-0410-15/+140
| |
* | Fix testhal test thd usageFabio Utzig2016-04-047-7/+2
|/
* [KINETIS] Added USB_SERIAL testhal for FRDM-K20D50M boardJonathan Struebel2016-03-298-0/+1772
|
* [KINETIS] A lot of updatesFabio Utzig2016-03-28138-468/+27032
|\
| * [KINETIS] Add a custom KL27Z breakout board demo.flabbergast2016-03-229-0/+1329
| |
| * [KINETIS] Move I2C and ADC demo to proper subdir.flabbergast2016-03-2215-66/+116
| |
| * [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK).flabbergast2016-03-22114-0/+25185
| |
| * Merge remote-tracking branch 'utzig/kinetis' into kinetisflabbergast2016-03-2115-0/+2678
| |\
* | \ Merge pull request #45 from utzig/kinetisFabio Utzig2016-03-2815-0/+2678
|\ \ \ | | |/ | |/| [KINETIS] Move from main repo to contrib
| * | [KINETIS] Move from main repo to contribFabio Utzig2016-03-0715-0/+2678
| | |
* | | QUEUES flags deleted from chconf.h filesbarthess2016-03-288-64/+0
| |/ |/|
* | Updated some testhal projects to new ChibiOS codebarthess2016-03-1528-894/+1179
|/
* Merge branch 'master' into rngStephane D'Alu2016-02-2135-0/+12185
|\ | | | | | | | | | | | | | | | | Added haltest Conflicts: os/hal/hal.mk os/hal/include/hal_community.h os/hal/src/hal_community.c
| * 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
|/
* updated licenseStephane D'Alu2016-02-093-4/+3
|
* fixed typosStephane D'Alu2016-02-091-1/+1
|
* Added watchdog WDTStephane D'Alu2016-02-066-0/+1004
|
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2016-01-2435-242/+1518
|\
| * 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
| |
| * Add GPT driver for nRF51Stephen Caudle2015-09-276-0/+1213
| |
* | 1-wire driver improvements.barthess2016-01-243-42/+108
|/
* Merge pull request #25 from doceme/nrf51-adcFabio Utzig2015-09-276-0/+1229
|\ | | | | Add ADC driver for nRF51
| * Add missing braces and fix copyrightStephen Caudle2015-09-141-1/+1
| |
| * Add ADC driver for nRF51Stephen Caudle2015-08-316-0/+1229
| |
* | STM32 testhal. Fixed paths in makefilesbarthess2015-09-0715-12/+27
|/
* Merge I2C driverFabio Utzig2015-08-306-0/+1247
|\
| * Add I2C support for nRF51Stephen Caudle2015-08-206-0/+1246
| |
* | EICU. Fixed warnings in testhal.barthess2015-08-241-0/+7
| |
* | Fixed rest of paths in build scripts.barthess2015-08-2412-17/+24
| |
* | TIVA. Fixed warnings about incorrect thread functions declaration.barthess2015-08-241-4/+2
| |
* | Modified makefiles to incorporate changesFabien Poussin2015-08-2015-57/+85
| |
* | 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
* Add EXT driver for nRF51Stephen Caudle2015-08-095-0/+1188
|
* Merge pull request #19 from doceme/nrf51-spiFabio Utzig2015-08-066-0/+1234
|\ | | | | Add SPI support for nRF51
| * Add SPI support for nRF51Stephen Caudle2015-07-276-0/+1234
| |
* | 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
|