aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added board init mechanism for SAMA5D27Rocco Marco Guglielmi2017-09-172-1/+296
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10623 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added PIO related macrosRocco Marco Guglielmi2017-09-172-0/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10622 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved AIC to work with both secure and non secure mode.Rocco Marco Guglielmi2017-09-172-3/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10621 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added SAMA_HAL_IS_SECURE switchRocco Marco Guglielmi2017-09-172-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10620 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added Matrix clock enable in SAMA/SAMA5D2x/hal_lld.cRocco Marco Guglielmi2017-09-171-0/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10619 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added a test suite generator tool written in FTL.Giovanni Di Sirio2017-09-171-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10617 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved RT and NIL test suite.Giovanni Di Sirio2017-09-1732-4579/+5402
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10614 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added an FTL unit-test generator tool independent from SPC5Studio, it uses ↵Giovanni Di Sirio2017-09-178-0/+530
| | | | | | the same configuration.xml file so SPC5Studio can still be used but it is not in the critical path. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10612 35acf78f-673a-0410-8e92-d51de3d6d3f4
* MISRA-related fixes.Giovanni Di Sirio2017-09-171-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10610 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed a typo.gdisirio2017-09-1712-27/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10607 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Demo working now.Giovanni Di Sirio2017-09-174-28/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10606 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed documentation error.Giovanni Di Sirio2017-09-171-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10605 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added STM32 SPI multi demo.Giovanni Di Sirio2017-09-1712-0/+1951
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10604 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Style fixesRocco Marco Guglielmi2017-09-161-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10603 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Style fixesRocco Marco Guglielmi2017-09-161-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10602 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Restored folder in RT-SAMA5D2-XPLAINED demoRocco Marco Guglielmi2017-09-161-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10601 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Changed Thread's nameedolomb2017-09-161-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10600 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10599 ↵edolomb2017-09-161-2/+1
| | | | 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
* 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
* AVR: Add Line LED definition and update comments.Theodore Ateba2017-09-161-14/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10595 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add a casting conversion to remove warning during compilation.Theodore Ateba2017-09-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10594 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update the USB lld file according to the new endpoint enumeration.Theodore Ateba2017-09-162-1/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10593 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add PAL line support in ATTiny lld.Theodore Ateba2017-09-162-0/+187
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10592 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add PAL line support in XMEGA lld.Theodore Ateba2017-09-162-2/+187
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10591 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Remove the programming target from the generic makefile rule.Theodore Ateba2017-09-161-13/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10590 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved clock tree configuration for SAMA5Rocco Marco Guglielmi2017-09-161-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10589 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated Thread sizeedolomb2017-09-151-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10588 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10587 ↵edolomb2017-09-151-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added Blinking and Serial Threadedolomb2017-09-146-63/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10586 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 AVR makefile rules for compilation.Theodore Ateba2017-09-131-0/+297
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10583 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add Line LED definition and comment.Theodore Ateba2017-09-134-51/+144
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10582 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Remove a compilation warning.Theodore Ateba2017-09-131-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10581 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add PAL line support in PAL lld for AVR port.Theodore Ateba2017-09-132-0/+199
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10580 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Cosmetic changes in SAMA clock initRocco Marco Guglielmi2017-09-131-15/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10579 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated LLD templates with latest changes.Giovanni Di Sirio2017-09-134-0/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10578 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #884.Giovanni Di Sirio2017-09-132-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10576 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed GPIO port index calculation.Giovanni Di Sirio2017-09-113-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10573 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Moved wakeup logic in LLD.Giovanni Di Sirio2017-09-094-34/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10572 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added wakeup bit clear on interrupt.Giovanni Di Sirio2017-09-091-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10571 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Tentative implementation of USB host wake-up API.gdisirio2017-09-095-7/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10570 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #885.Giovanni Di Sirio2017-09-092-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10567 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed some typos and errors in the new hal_pal.h.Giovanni Di Sirio2017-09-091-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10566 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10565 ↵Giovanni Di Sirio2017-09-093-23/+59
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add comment to all AVR Makefiles.Theodore Ateba2017-09-0722-4/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10564 35acf78f-673a-0410-8e92-d51de3d6d3f4
* FatFS 0.13 integrated.Giovanni Di Sirio2017-09-0715-382/+396
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10562 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add stm32f429 discovery demo to multi-devices-boards application.Theodore Ateba2017-09-067-0/+1519
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10561 35acf78f-673a-0410-8e92-d51de3d6d3f4