| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the AVR MEGA testhal Makefile according the new architecture. | tfateba | 2017-08-16 | 7 | -7/+7 |
* | Add a specific directory for AVR MEGA in the testhal. | Theodore Ateba | 2017-08-16 | 42 | -0/+0 |
* | Update AVR XMEGA all testhal Makefile. | Theodore Ateba | 2017-08-16 | 7 | -7/+7 |
* | Correction of indentation on AVR testhal Makefiles. | Theodore Ateba | 2017-08-02 | 7 | -8/+11 |
* | Remove the PCINT support from EXT driver because of a lot of conflicts. The P... | Theodore Ateba | 2017-07-31 | 1 | -1/+6 |
* | Resolve warning message: (warning: excess elements in array initializer). | Theodore Ateba | 2017-07-18 | 1 | -5/+0 |
* | Update all AVR Makefile with the SMART BUILD variable. | Theodore Ateba | 2017-07-14 | 7 | -0/+21 |
* | Update AVR testhal Makefiles according the new structure. | Theodore Ateba | 2017-07-14 | 7 | -61/+61 |
* | Add an AVR SPI test hal program. | tfateba | 2017-05-14 | 6 | -0/+1704 |
* | Align all AVR testhal and demo mcuconf.h files. | tfateba | 2017-04-28 | 6 | -640/+690 |
* | Update AVR mcuconf.h file by adding PCINT driver system settings. | tfateba | 2017-04-25 | 6 | -0/+90 |
* | Remove Makefile.ch and Mafile.nil | tfateba | 2017-01-14 | 3 | -731/+23 |
* | Update the testhal/AVR/PWM with the new ChibiOS architecture. | tfateba | 2017-01-14 | 3 | -49/+86 |
* | Update AVR testhal GPT and fixed #error invalid configuration file. | tfateba | 2017-01-04 | 5 | -70/+116 |
* | Fixed Compilation errors and update testhal/AVR/I2C/ files. | tfateba | 2016-12-04 | 3 | -38/+77 |
* | Remove the i2c activation from the EXT AVR testhal template. | tfateba | 2016-12-04 | 1 | -1/+1 |
* | Update testhal/AVR/ADC mcuconf.h file. | tfateba | 2016-12-04 | 1 | -0/+10 |
* | Fixed small ident, readme file and Makefile. | tfateba | 2016-11-01 | 2 | -12/+8 |
* | Add test program for AVR ADC hal. | tfateba | 2016-11-01 | 6 | -0/+1709 |
* | Added EXT driver | Fabio Utzig | 2016-10-23 | 6 | -0/+1692 |
* | Mass update of configuration files with QSPI settings. | Giovanni Di Sirio | 2016-05-15 | 4 | -0/+28 |
* | Makefiles mass update. | Giovanni Di Sirio | 2016-04-23 | 5 | -5/+5 |
* | Separate trace module, simplified tracer configuration. | Giovanni Di Sirio | 2016-04-05 | 4 | -8/+4 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9153 35acf78f-673a-0410... | Giovanni Di Sirio | 2016-03-23 | 12 | -36/+36 |
* | Mass license update. | Giovanni Di Sirio | 2016-03-18 | 17 | -17/+17 |
* | Removed I/O queues and streams from RT. | Giovanni Di Sirio | 2016-03-16 | 4 | -32/+0 |
* | Continue merge of RT4/NIL2. | Giovanni Di Sirio | 2016-02-18 | 4 | -4/+4 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8680 35acf78f-673a-0410... | Giovanni Di Sirio | 2016-01-03 | 4 | -0/+4 |
* | Added missing entry to halconf.h files. | Giovanni Di Sirio | 2016-01-03 | 4 | -12/+40 |
* | Documentation-related fixes. | Giovanni Di Sirio | 2016-01-03 | 4 | -4/+4 |
* | Documentation-related fixes. | Giovanni Di Sirio | 2016-01-03 | 4 | -8/+8 |
* | Mass update of halconf.h, added USB settings. | Giovanni Di Sirio | 2015-12-31 | 4 | -0/+48 |
* | Updated all halconf.h files for WDG. | Giovanni Di Sirio | 2015-12-03 | 4 | -0/+28 |
* | Mass update of halconf.h. | Giovanni Di Sirio | 2015-11-16 | 4 | -0/+80 |
* | Mass change, all thread functions now return void. | Giovanni Di Sirio | 2015-04-03 | 2 | -6/+3 |
* | Fixed bug #567. | Giovanni Di Sirio | 2015-03-21 | 1 | -2/+2 |
* | Fixed a wrong comment in chconf.h. | Giovanni Di Sirio | 2015-03-09 | 4 | -4/+4 |
* | MISRA-related fixes. | Giovanni Di Sirio | 2015-03-03 | 4 | -0/+20 |
* | chprintf and streams are now part of the HAL library. | Giovanni Di Sirio | 2015-02-06 | 2 | -4/+4 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410... | gdisirio | 2015-01-11 | 17 | -17/+17 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7451 35acf78f-673a-0410... | gdisirio | 2014-11-01 | 4 | -0/+60 |
* | [AVR] Add very simple I2C test demo | utzig | 2014-09-02 | 6 | -0/+1554 |
* | [AVR] Add GPT test (RT-only) | utzig | 2014-07-21 | 6 | -0/+1549 |
* | [AVR] Add ICU test (RT-only) | utzig | 2014-07-21 | 6 | -0/+1631 |
* | Added AVR PWM test demo | utzig | 2014-07-09 | 8 | -0/+2285 |