Commit Graph

383 Commits

Author SHA1 Message Date
Giovanni Di Sirio 48c9246114 Removed XMC1100 stuff, will not be supported.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10680 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-22 13:03:59 +00:00
Giovanni Di Sirio c0a616c52b More GHS changes, SPC56ECxx demo compiles now.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10678 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-22 12:39:42 +00:00
isiora b2077b60a3 Entry to Boot_Handler, boot code in startup section.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10676 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-22 10:26:20 +00:00
isiora 1d94e371e6 Init boot file
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10674 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-22 10:21:52 +00:00
isiora 72549fa9c5 Entry to Boot_Handler, boot code in startup section.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10673 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-22 10:20:20 +00:00
isiora 082f8bc38f Reset points to Boot_Handler. For backward compatibility,
Boot_Handler is defined weak and is defaulted to jump to Reset_Handler.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10672 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-22 10:18:07 +00:00
isiora d4d4157ca8 Moved VBAR initialization to boot.S
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10671 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-22 10:10:11 +00:00
Giovanni Di Sirio 94bc0a8a6e git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10670 35acf78f-673a-0410-8e92-d51de3d6d3f4 2017-09-22 09:16:31 +00:00
Giovanni Di Sirio 5dff73d913 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10668 35acf78f-673a-0410-8e92-d51de3d6d3f4 2017-09-22 08:24:31 +00:00
Giovanni Di Sirio 208a3002e7 More GHS stuff.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10666 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-22 08:06:33 +00:00
Giovanni Di Sirio c64ca6b98f git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10665 35acf78f-673a-0410-8e92-d51de3d6d3f4 2017-09-22 07:12:38 +00:00
Giovanni Di Sirio d3c129951c TABs cleanup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10663 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-22 07:08:16 +00:00
Giovanni Di Sirio 387c44dc6b GHS placeholder files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10662 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-22 06:33:41 +00:00
Rocco Marco Guglielmi 30e99fdee6 Style fixes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10602 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-16 23:42:19 +00:00
Theodore Ateba 18d0b140b8 AVR: Remove the programming target from the generic makefile rule.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10590 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-16 14:02:09 +00:00
Theodore Ateba ed738335e5 Add AVR makefile rules for compilation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10583 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-13 22:07:43 +00:00
Theodore Ateba 0151295d4f Remove a compilation warning.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10581 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-13 21:35:59 +00:00
Giovanni Di Sirio 792d0a0c42 Fixed bug #884.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10576 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-13 08:35:14 +00:00
edolomb 76867afdb2 Added DMA Peripheral Interface Number
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10500 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-28 13:27:23 +00:00
Giovanni Di Sirio c69becde25 Improved common makefile rules.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10495 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-28 09:01:23 +00:00
isiora 2ec713733e Fixed IVR address
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10430 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-14 09:39:15 +00:00
isiora 16ff9e3b59 Added init code to setup the secure VBAR.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10429 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-14 09:22:19 +00:00
isiora f4d5d1c0ad The IRQ handlers are normal functions: deleted interrupt attribute to them.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10423 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-14 09:08:03 +00:00
isiora c06ff694bd Enabled FIQ in _port_thread_start
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10422 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-14 09:03:32 +00:00
Giovanni Di Sirio 11aa9fa563 Fixed number of vectors for newer devices.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10408 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-12 14:59:41 +00:00
isiora 4b915aa925 Fixed comments.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10394 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-11 10:53:13 +00:00
isiora 67acdca7a4 Added peripheral ID masks.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10392 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-11 10:40:31 +00:00
isiora b65fe95a49 Changed interrupt macro in order to disallow the IRQs
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10353 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-05 13:29:33 +00:00
Giovanni Di Sirio 40b6d76453 Added to the Makefiles the ability to change the default build, dependencies and configuration directories.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10350 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-02 14:25:05 +00:00
isiora 0e4213f267 Added monitor code to switch between secure and non-secure state.
Added monitor code to route IRQ to non-secure world.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10345 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-29 12:44:40 +00:00
Rocco Marco Guglielmi 855630dbcc Created hierarchy to add SAMA5 support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10343 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-29 11:03:04 +00:00
Rocco Marco Guglielmi 3ea96b878c Renamed ports/ARMCMAx-TZ as ports/ARMCAx-TZ
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10342 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-29 08:34:26 +00:00
Theodore Ateba 6316601165 Add NIL support for AVR Tiny architecture.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10332 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-14 21:52:58 +00:00
isiora 79e76c130c Updated some comments.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10318 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-08 21:56:30 +00:00
isiora 2fc72ef5f8 Added monitor code to route IRQ to non-secure world.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10303 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-07 16:01:52 +00:00
isiora dd85bcdf68 Modified MON_S_SCR
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10302 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-04 15:38:32 +00:00
isiora 8626b93936 Added monitor code to switch between secure and non-secure state
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10301 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-04 15:12:01 +00:00
gdisirio af9a80ef87 Fixed bug #846.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10277 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-01 20:38:11 +00:00
gdisirio 3edd2f7ccb Fixed bug #850.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10272 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-01 16:54:16 +00:00
roccomarco abd118ef2d Updated CMSIS headers for STM32 MCUs
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10267 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-01 11:39:03 +00:00
gdisirio 02f484999f New port layer.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10264 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-06-25 13:56:16 +00:00
gdisirio 0e546f8e46 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10261 35acf78f-673a-0410-8e92-d51de3d6d3f4 2017-06-19 17:40:19 +00:00
tfateba 11a53887bc Resolve the linker error message: undefined reference to chThdExit.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10255 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-06-10 00:36:12 +00:00
Giovanni Di Sirio b436539f00 MISRA-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10234 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-06-04 10:28:50 +00:00
Giovanni Di Sirio eb231dbd54 _unhandled_exception made weak in ARMCMx
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10217 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-05-28 15:18:26 +00:00
Giovanni Di Sirio ff1206d4eb Copy/paste error in a comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10199 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-05-16 09:34:22 +00:00
Giovanni Di Sirio 556ed569c8 Fixed problems in new mailboxes implementation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10156 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-04-13 12:14:11 +00:00
Giovanni Di Sirio ca129dc5b4 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10154 35acf78f-673a-0410-8e92-d51de3d6d3f4 2017-04-11 09:23:49 +00:00
Giovanni Di Sirio d08e655de1 Removed obsolete check.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10151 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-04-09 12:48:16 +00:00
Giovanni Di Sirio 7aef9f3ade New mailboxes implementation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10150 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-04-09 10:20:45 +00:00