aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR
Commit message (Collapse)AuthorAgeFilesLines
* AVR: Fix the error: (obsolete or unknown configuration file).Theodore Ateba2017-11-056-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10954 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add the os lib test suite part to the AVR Mega demo.Theodore Ateba2017-11-041-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10933 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Activate the dynamic flag on the RTOS configuration for the test suite.Theodore Ateba2017-11-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10932 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass updated all demos with the new test code.Giovanni Di Sirio2017-10-237-6/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10886 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Re-alignment of all halconf.h files.Giovanni Di Sirio2017-10-2212-0/+348
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10875 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10838 ↵Giovanni Di Sirio2017-10-161-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed various typos and documentation-related issues.Giovanni Di Sirio2017-10-0512-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10776 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update demos chconf.h files.Theodore Ateba2017-10-048-48/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10774 35acf78f-673a-0410-8e92-d51de3d6d3f4
* chconf.h files alignment pass 3, added objects factory settingsGiovanni Di Sirio2017-10-0412-0/+600
| | | | 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-0415-3/+18
| | | | 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-0415-9/+144
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10765 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update readme.txt files in demos folders.Theodore Ateba2017-10-017-19/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10724 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add missing readme.txt file in demos folders.Theodore Ateba2017-10-016-0/+117
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10723 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Remove this files, no more needed with the new makefile.Theodore Ateba2017-09-162-44/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10597 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update demos makefiles to have a clean compilation.Theodore Ateba2017-09-1615-7786/+3962
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10596 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add comment to all AVR Makefiles.Theodore Ateba2017-09-0715-3/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10564 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Activate the USB driver in mcuconf file to build the demo without any error.Theodore Ateba2017-08-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10443 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add a NIL demo for Arduino NANO.Theodore Ateba2017-08-175-0/+1433
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10442 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add Arduino MINI NIL demo.Theodore Ateba2017-08-175-0/+1433
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10441 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update AVR MEGA demos Makefiles according the new architecture.Theodore Ateba2017-08-169-9/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10435 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the AVR Tiny RT demo makefile.Theodore Ateba2017-08-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10419 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the AVR Tiny NIL demo makefile.Theodore Ateba2017-08-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10418 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add an RT demo for AVR XMega.Theodore Ateba2017-08-106-0/+1679
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10389 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add a NIL demo for AVR XMega.Theodore Ateba2017-08-096-0/+1439
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10378 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correction of indentation on AVR demo Makefiles.Theodore Ateba2017-08-029-13/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10351 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add a readme file to the DIGISPARK ATiny 167 NIL demo.Theodore Ateba2017-07-211-0/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10335 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add ChibiOS RT demo for AVR ATtiny167 mcu.Theodore Ateba2017-07-196-0/+1737
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10334 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add NIL support for AVR Tiny architecture.Theodore Ateba2017-07-145-0/+1472
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10332 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update all AVR Makefile with the SMART BUILD variable.Theodore Ateba2017-07-149-0/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10331 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update AVR demos Makefiles according the new structure.Theodore Ateba2017-07-149-75/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10327 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update NIL AVR Arduino Mega demo.tfateba2017-06-103-30/+122
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10257 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correct the AVR Programmer name.tfateba2017-06-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10256 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the AVR Arduino Uno NIL demo.tfateba2017-06-103-28/+120
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10254 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Rename AVR demostfateba2017-06-0950-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10252 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Align all AVR testhal and demo mcuconf.h files.tfateba2017-04-289-624/+747
| | | | 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-257-0/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10182 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed building error and invalid configuration files for AVR Arduino Uno demo.tfateba2016-12-044-38/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9951 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update AVR Mini and Nano demo mcuconf.h files.tfateba2016-12-042-0/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9950 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the AVR mega RT demo mcuconf.h filetfateba2016-12-041-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9948 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add support for AVR, Arduino Mini board.tfateba2016-11-046-0/+1646
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9901 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add support for AVR, Arduino Nano board.tfateba2016-11-046-0/+1643
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9900 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Tentative USB suspend fix.gdisirio2016-11-033-12/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9898 35acf78f-673a-0410-8e92-d51de3d6d3f4
* USB fixes.Giovanni Di Sirio2016-06-163-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9628 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Arduino Leonardo supportDiego W. Antunes2016-05-188-0/+2064
| | | | | | | | Signed-off-by: Diego W. Antunes <devlware@gmail.com> git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9495 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Add support for sparkfun pro micro boardFabio Utzig2016-05-158-0/+2063
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9489 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Adds support for USB device functionality for AT90USB andRob Lippert2016-05-158-0/+2042
| | | | | | | | | | | | ATU2/U4 series devices. Support tested on a PJRC TEENSY2++ board with AT90USB1286. Signed-off-by: Rob Lippert <roblip@gmail.com> git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9487 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-234-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9344 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Zeroed time quantumFabio Utzig2016-04-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9284 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [AVR] Fixed chconf.h formatFabio Utzig2016-04-161-34/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9283 35acf78f-673a-0410-8e92-d51de3d6d3f4