aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
Commit message (Expand)AuthorAgeFilesLines
* Removed XMC1100 stuff, will not be supported.Giovanni Di Sirio2017-09-227-4896/+0
* More GHS changes, SPC56ECxx demo compiles now.Giovanni Di Sirio2017-09-223-30/+130
* Entry to Boot_Handler, boot code in startup section.isiora2017-09-221-0/+14
* Init boot fileisiora2017-09-221-0/+56
* Entry to Boot_Handler, boot code in startup section.isiora2017-09-221-1/+2
* Reset points to Boot_Handler. For backward compatibility,isiora2017-09-221-1/+7
* Moved VBAR initialization to boot.Sisiora2017-09-221-5/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10670 35acf78f-673a-041...Giovanni Di Sirio2017-09-221-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10668 35acf78f-673a-041...Giovanni Di Sirio2017-09-221-10/+2
* More GHS stuff.Giovanni Di Sirio2017-09-2216-35/+984
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10665 35acf78f-673a-041...Giovanni Di Sirio2017-09-221-4/+4
* TABs cleanup.Giovanni Di Sirio2017-09-225-54/+55
* GHS placeholder files.Giovanni Di Sirio2017-09-2228-0/+4094
* Style fixesRocco Marco Guglielmi2017-09-161-7/+7
* AVR: Remove the programming target from the generic makefile rule.Theodore Ateba2017-09-161-13/+0
* Add AVR makefile rules for compilation.Theodore Ateba2017-09-131-0/+297
* Remove a compilation warning.Theodore Ateba2017-09-131-0/+3
* Fixed bug #884.Giovanni Di Sirio2017-09-131-5/+5
* Added DMA Peripheral Interface Numberedolomb2017-08-281-0/+61
* Improved common makefile rules.Giovanni Di Sirio2017-08-284-20/+20
* Fixed IVR addressisiora2017-08-141-2/+2
* Added init code to setup the secure VBAR.isiora2017-08-141-0/+5
* The IRQ handlers are normal functions: deleted interrupt attribute to them.isiora2017-08-141-2/+2
* Enabled FIQ in _port_thread_startisiora2017-08-141-5/+6
* Fixed number of vectors for newer devices.Giovanni Di Sirio2017-08-121-1/+1
* Fixed comments.isiora2017-08-111-3/+3
* Added peripheral ID masks.isiora2017-08-111-0/+90
* Changed interrupt macro in order to disallow the IRQsisiora2017-08-051-12/+13
* Added to the Makefiles the ability to change the default build, dependencies ...Giovanni Di Sirio2017-08-024-28/+61
* Added monitor code to switch between secure and non-secure state.isiora2017-07-291-23/+32
* Created hierarchy to add SAMA5 support.Rocco Marco Guglielmi2017-07-2958-6/+19739
* Renamed ports/ARMCMAx-TZ as ports/ARMCAx-TZRocco Marco Guglielmi2017-07-297-13/+13
* Add NIL support for AVR Tiny architecture.Theodore Ateba2017-07-141-1/+6
* Updated some comments.isiora2017-07-081-6/+6
* Added monitor code to route IRQ to non-secure world.isiora2017-07-071-15/+56
* Modified MON_S_SCRisiora2017-07-041-1/+1
* Added monitor code to switch between secure and non-secure stateisiora2017-07-041-5/+89
* Fixed bug #846.gdisirio2017-07-011-1/+1
* Fixed bug #850.gdisirio2017-07-011-0/+1
* Updated CMSIS headers for STM32 MCUsroccomarco2017-07-01142-495682/+1217314
* New port layer.gdisirio2017-06-257-1/+995
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10261 35acf78f-673a-041...gdisirio2017-06-193-0/+114
* Resolve the linker error message: undefined reference to chThdExit.tfateba2017-06-101-1/+1
* MISRA-related fixes.Giovanni Di Sirio2017-06-041-4/+4
* _unhandled_exception made weak in ARMCMxGiovanni Di Sirio2017-05-281-0/+1
* Copy/paste error in a comment.Giovanni Di Sirio2017-05-161-1/+1
* Fixed problems in new mailboxes implementation.Giovanni Di Sirio2017-04-131-0/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10154 35acf78f-673a-041...Giovanni Di Sirio2017-04-111-4/+0
* Removed obsolete check.Giovanni Di Sirio2017-04-091-4/+0
* New mailboxes implementation.Giovanni Di Sirio2017-04-092-82/+177