| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge I2C driver | Fabio Utzig | 2015-08-30 | 6 | -0/+1247 |
|\ |
|
| * | Add I2C support for nRF51 | Stephen Caudle | 2015-08-20 | 6 | -0/+1246 |
* | | EICU. Fixed warnings in testhal. | barthess | 2015-08-24 | 1 | -0/+7 |
* | | Fixed rest of paths in build scripts. | barthess | 2015-08-24 | 12 | -17/+24 |
* | | TIVA. Fixed warnings about incorrect thread functions declaration. | barthess | 2015-08-24 | 1 | -4/+2 |
* | | Modified makefiles to incorporate changes | Fabien Poussin | 2015-08-20 | 15 | -57/+85 |
* | | 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 |
* | Add EXT driver for nRF51 | Stephen Caudle | 2015-08-09 | 5 | -0/+1188 |
* | Merge pull request #19 from doceme/nrf51-spi | Fabio Utzig | 2015-08-06 | 6 | -0/+1234 |
|\ |
|
| * | Add SPI support for nRF51 | Stephen Caudle | 2015-07-27 | 6 | -0/+1234 |
* | | Improved FSMC. | barthess | 2015-08-04 | 4 | -21/+29 |
|/ |
|
* | 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 |
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2015-04-28 | 13 | -49/+1549 |
|\ |
|
| * | Tiva. Fixed I2C testhal makefile. | marcoveeneman | 2015-04-16 | 1 | -3/+3 |
| * | Tiva. Removed unnecessary include of test.mk in makefiles. | marcoveeneman | 2015-04-16 | 3 | -3/+0 |
| * | Tiva. Updated makefiles for Tiva demos and testhal. | marcoveeneman | 2015-04-16 | 5 | -60/+123 |
| * | Merge branch 'tiva_ext_driver' | marcoveeneman | 2015-04-14 | 9 | -0/+1440 |
| |\ |
|
| | * | Tiva. EXT. Added EXT testhal demo for TM4C123x. | marcoveeneman | 2015-04-14 | 9 | -0/+1440 |
* | | | 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 |
|/ |
|
* | Added Tiva SPI example to testhal for TM4C123x devices. | marcoveeneman | 2015-03-17 | 9 | -0/+1456 |
* | Merge branch 'tiva_pal_driver' | marcoveeneman | 2015-03-04 | 6 | -18/+47 |
|\ |
|
| * | Updated mcuconf files of Tiva teshal demos for GPT, I2C and PWM. | marcoveeneman | 2015-03-04 | 3 | -0/+30 |
| * | Updated Tiva testhal demo for I2C. | marcoveeneman | 2015-03-04 | 1 | -0/+8 |
| * | Updated Tiva Testhal demos for GPT and PWM. | marcoveeneman | 2015-03-04 | 2 | -18/+9 |
* | | 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 |
* | Renamed Tiva launch and debug configurations. | marcoveeneman | 2015-02-17 | 6 | -0/+0 |
* | Added debug and external tool configuration for the TM4C123x PWM testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+62 |
* | Added debug and external tool configuration for the TM4C123x I2C testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+62 |
* | Added debug and external tool configuration for the TM4C123x GPT testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+62 |
* | Added project files for the TM4C123x PWM testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+157 |
* | Added project files for the TM4C123x I2C testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+152 |
* | Added project files for the TM4C123x GPT testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+157 |
* | [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 |