aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2015-04-2813-49/+1549
|\
| * Tiva. Fixed I2C testhal makefile.marcoveeneman2015-04-161-3/+3
| |
| * Tiva. Removed unnecessary include of test.mk in makefiles.marcoveeneman2015-04-163-3/+0
| |
| * Tiva. Updated makefiles for Tiva demos and testhal.marcoveeneman2015-04-165-60/+123
| |
| * Merge branch 'tiva_ext_driver'marcoveeneman2015-04-149-0/+1440
| |\
| | * Tiva. EXT. Added EXT testhal demo for TM4C123x.marcoveeneman2015-04-149-0/+1440
| | |
* | | 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
|/
* Added Tiva SPI example to testhal for TM4C123x devices.marcoveeneman2015-03-179-0/+1456
|
* Merge branch 'tiva_pal_driver'marcoveeneman2015-03-046-18/+47
|\
| * Updated mcuconf files of Tiva teshal demos for GPT, I2C and PWM.marcoveeneman2015-03-043-0/+30
| |
| * Updated Tiva testhal demo for I2C.marcoveeneman2015-03-041-0/+8
| |
| * Updated Tiva Testhal demos for GPT and PWM.marcoveeneman2015-03-042-18/+9
| |
* | 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
|
* Renamed Tiva launch and debug configurations.marcoveeneman2015-02-176-0/+0
| | | | Fixed wrong SYSCTL access of gpt, i2c and pwm after changing the SYSCTL structure in TM4C123x.h.
* Added debug and external tool configuration for the TM4C123x PWM testhal.marcoveeneman2015-01-222-0/+62
|
* Added debug and external tool configuration for the TM4C123x I2C testhal.marcoveeneman2015-01-222-0/+62
|
* Added debug and external tool configuration for the TM4C123x GPT testhal.marcoveeneman2015-01-222-0/+62
|
* Added project files for the TM4C123x PWM testhal.marcoveeneman2015-01-222-0/+157
|
* Added project files for the TM4C123x I2C testhal.marcoveeneman2015-01-222-0/+152
|
* Added project files for the TM4C123x GPT testhal.marcoveeneman2015-01-222-0/+157
|
* [1-wire] Cosmetical cleanupsbarthess2014-12-277-72/+162
|
* [1-wire] Added testhal for STM32F0xx familybarthess2014-12-2714-0/+2181
|
* 1-wire. STM32F1xx code testedbarthess2014-12-187-359/+28
|
* 1-wire. Added workaround form F1xx MCUsbarthess2014-12-142-3/+3
|
* 1-wire. Added testhal for STM32F1xx. Not tested in hardwarebarthess2014-12-0815-3/+2514
|
* Testhal improvementsbarthess2014-12-0616-136/+361
|