aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR
Commit message (Collapse)AuthorAgeFilesLines
* AVR: Fix compilation errors for ICU testhal program.Theodore Ateba2017-10-132-46/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10821 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed various typos and documentation-related issues.Giovanni Di Sirio2017-10-0511-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10776 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update testhal chconf.h files to avoid error during compilation.Theodore Ateba2017-10-047-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10775 35acf78f-673a-0410-8e92-d51de3d6d3f4
* chconf.h files alignment pass 3, added objects factory settingsGiovanni Di Sirio2017-10-0411-0/+550
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10767 35acf78f-673a-0410-8e92-d51de3d6d3f4
* chconf.h files alignment pass 2, added version tag in chconf.h filesGiovanni Di Sirio2017-10-0410-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10766 35acf78f-673a-0410-8e92-d51de3d6d3f4
* chconf.h files alignment pass 1Giovanni Di Sirio2017-10-0411-11/+110
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10765 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update testhal Makefiles files.Theodore Ateba2017-09-167-98/+700
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10598 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add portable multi-device, multi-board ChibiOS applications.Theodore Ateba2017-09-1326-0/+5650
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10585 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update makefile on AVR Mega testhal.Theodore Ateba2017-09-137-3640/+1280
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10584 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add comment to all AVR Makefiles.Theodore Ateba2017-09-077-1/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10564 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the SPI configuration structure to fix the demo errors during ↵Theodore Ateba2017-09-011-6/+7
| | | | | | compilation with the new SPI configuration. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10523 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the AVR MEGA testhal Makefile according the new architecture.tfateba2017-08-167-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10437 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add a specific directory for AVR MEGA in the testhal.Theodore Ateba2017-08-1642-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10436 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update AVR XMEGA all testhal Makefile.Theodore Ateba2017-08-167-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10434 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correction of indentation on AVR testhal Makefiles.Theodore Ateba2017-08-027-8/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10352 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Remove the PCINT support from EXT driver because of a lot of conflicts. The ↵Theodore Ateba2017-07-311-1/+6
| | | | | | PCINT will be reimplement. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10346 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Resolve warning message: (warning: excess elements in array initializer).Theodore Ateba2017-07-181-5/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10333 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update all AVR Makefile with the SMART BUILD variable.Theodore Ateba2017-07-147-0/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10331 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update AVR testhal Makefiles according the new structure.Theodore Ateba2017-07-147-61/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10328 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add an AVR SPI test hal program.tfateba2017-05-146-0/+1704
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10198 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Align all AVR testhal and demo mcuconf.h files.tfateba2017-04-286-640/+690
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10197 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update AVR mcuconf.h file by adding PCINT driver system settings.tfateba2017-04-256-0/+90
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10182 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Remove Makefile.ch and Mafile.niltfateba2017-01-143-731/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10049 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the testhal/AVR/PWM with the new ChibiOS architecture.tfateba2017-01-143-49/+86
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10048 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update AVR testhal GPT and fixed #error invalid configuration file.tfateba2017-01-045-70/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10014 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed Compilation errors and update testhal/AVR/I2C/ files.tfateba2016-12-043-38/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9952 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Remove the i2c activation from the EXT AVR testhal template.tfateba2016-12-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9949 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update testhal/AVR/ADC mcuconf.h file.tfateba2016-12-041-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9947 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed small ident, readme file and Makefile.tfateba2016-11-012-12/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9896 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add test program for AVR ADC hal.tfateba2016-11-016-0/+1709
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9895 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added EXT driverFabio Utzig2016-10-236-0/+1692
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9871 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass update of configuration files with QSPI settings.Giovanni Di Sirio2016-05-154-0/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9486 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Makefiles mass update.Giovanni Di Sirio2016-04-235-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9344 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 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@9239 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9153 ↵Giovanni Di Sirio2016-03-2312-36/+36
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass license update.Giovanni Di Sirio2016-03-1817-17/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9136 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed I/O queues and streams from RT.Giovanni Di Sirio2016-03-164-32/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9125 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Continue merge of RT4/NIL2.Giovanni Di Sirio2016-02-184-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8908 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8680 ↵Giovanni Di Sirio2016-01-034-0/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added missing entry to halconf.h files.Giovanni Di Sirio2016-01-034-12/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8677 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation-related fixes.Giovanni Di Sirio2016-01-034-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8676 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation-related fixes.Giovanni Di Sirio2016-01-034-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8675 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass update of halconf.h, added USB settings.Giovanni Di Sirio2015-12-314-0/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8663 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated all halconf.h files for WDG.Giovanni Di Sirio2015-12-034-0/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8560 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass update of halconf.h.Giovanni Di Sirio2015-11-164-0/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8495 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass change, all thread functions now return void.Giovanni Di Sirio2015-04-032-6/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7849 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #567.Giovanni Di Sirio2015-03-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7786 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed a wrong comment in chconf.h.Giovanni Di Sirio2015-03-094-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7740 35acf78f-673a-0410-8e92-d51de3d6d3f4
* MISRA-related fixes.Giovanni Di Sirio2015-03-034-0/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7710 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 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@7665 35acf78f-673a-0410-8e92-d51de3d6d3f4