aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR
Commit message (Collapse)AuthorAgeFilesLines
* AVR: Simplify the PWM example code.Theodore Ateba2018-01-181-91/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11335 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update demo comment.Theodore Ateba2018-01-181-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11334 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add other prescalers to the PWM low level driver and update testhal.Theodore Ateba2018-01-171-6/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11302 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update AVR multi demo configuration files.Theodore Ateba2017-12-234-32/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11177 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update all configuration files of testhal to avoid the error ↵Theodore Ateba2017-12-217-7/+7
| | | | | | CH_DBG_TRACE_MASK not defined in chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11155 35acf78f-673a-0410-8e92-d51de3d6d3f4
* New hooks added to RT, stronger checks on RT chconf.h files.Giovanni Di Sirio2017-11-2411-0/+176
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11071 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass update of all chconf.h files with new options.Giovanni Di Sirio2017-11-2311-0/+132
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11070 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed comments in chconf.h files.Giovanni Di Sirio2017-11-2311-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11069 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Correct the email address on all makefile.Theodore Ateba2017-11-1611-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11026 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Re-alignment of all halconf.h files.Giovanni Di Sirio2017-10-2211-0/+319
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10875 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 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