aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR
Commit message (Expand)AuthorAgeFilesLines
...
* Update all AVR Makefile with the SMART BUILD variable.Theodore Ateba2017-07-147-0/+21
* Update AVR testhal Makefiles according the new structure.Theodore Ateba2017-07-147-61/+61
* Add an AVR SPI test hal program.tfateba2017-05-146-0/+1704
* Align all AVR testhal and demo mcuconf.h files.tfateba2017-04-286-640/+690
* Update AVR mcuconf.h file by adding PCINT driver system settings.tfateba2017-04-256-0/+90
* Remove Makefile.ch and Mafile.niltfateba2017-01-143-731/+23
* Update the testhal/AVR/PWM with the new ChibiOS architecture.tfateba2017-01-143-49/+86
* Update AVR testhal GPT and fixed #error invalid configuration file.tfateba2017-01-045-70/+116
* Fixed Compilation errors and update testhal/AVR/I2C/ files.tfateba2016-12-043-38/+77
* Remove the i2c activation from the EXT AVR testhal template.tfateba2016-12-041-1/+1
* Update testhal/AVR/ADC mcuconf.h file.tfateba2016-12-041-0/+10
* Fixed small ident, readme file and Makefile.tfateba2016-11-012-12/+8
* Add test program for AVR ADC hal.tfateba2016-11-016-0/+1709
* Added EXT driverFabio Utzig2016-10-236-0/+1692
* Mass update of configuration files with QSPI settings.Giovanni Di Sirio2016-05-154-0/+28
* Makefiles mass update.Giovanni Di Sirio2016-04-235-5/+5
* Separate trace module, simplified tracer configuration.Giovanni Di Sirio2016-04-054-8/+4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9153 35acf78f-673a-0410...Giovanni Di Sirio2016-03-2312-36/+36
* Mass license update.Giovanni Di Sirio2016-03-1817-17/+17
* Removed I/O queues and streams from RT.Giovanni Di Sirio2016-03-164-32/+0
* Continue merge of RT4/NIL2.Giovanni Di Sirio2016-02-184-4/+4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8680 35acf78f-673a-0410...Giovanni Di Sirio2016-01-034-0/+4
* Added missing entry to halconf.h files.Giovanni Di Sirio2016-01-034-12/+40
* Documentation-related fixes.Giovanni Di Sirio2016-01-034-4/+4
* Documentation-related fixes.Giovanni Di Sirio2016-01-034-8/+8
* Mass update of halconf.h, added USB settings.Giovanni Di Sirio2015-12-314-0/+48
* Updated all halconf.h files for WDG.Giovanni Di Sirio2015-12-034-0/+28
* Mass update of halconf.h.Giovanni Di Sirio2015-11-164-0/+80
* Mass change, all thread functions now return void.Giovanni Di Sirio2015-04-032-6/+3
* Fixed bug #567.Giovanni Di Sirio2015-03-211-2/+2
* Fixed a wrong comment in chconf.h.Giovanni Di Sirio2015-03-094-4/+4
* MISRA-related fixes.Giovanni Di Sirio2015-03-034-0/+20
* chprintf and streams are now part of the HAL library.Giovanni Di Sirio2015-02-062-4/+4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410...gdisirio2015-01-1117-17/+17
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7451 35acf78f-673a-0410...gdisirio2014-11-014-0/+60
* [AVR] Add very simple I2C test demoutzig2014-09-026-0/+1554
* [AVR] Add GPT test (RT-only)utzig2014-07-216-0/+1549
* [AVR] Add ICU test (RT-only)utzig2014-07-216-0/+1631
* Added AVR PWM test demoutzig2014-07-098-0/+2285