Commit Graph

422 Commits

Author SHA1 Message Date
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
Giovanni Di Sirio 2000bff59b Fixed bug #823.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10137 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-04-02 10:10:03 +00:00
Giovanni Di Sirio a8ee89c442 Fixed a couple regressions after asm code rework.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10124 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-03-17 13:40:12 +00:00
Giovanni Di Sirio 16e06c3edf git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10122 35acf78f-673a-0410-8e92-d51de3d6d3f4 2017-03-10 14:22:12 +00:00
Giovanni Di Sirio d22817da04 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10121 35acf78f-673a-0410-8e92-d51de3d6d3f4 2017-03-07 10:45:49 +00:00
Giovanni Di Sirio 7018f34c3d Dcumentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10107 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-02-16 08:10:31 +00:00
Giovanni Di Sirio e3d87e9245 Unified HighTec and plain GCC compiler ports for e200z. Demos defaulted to GCC.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10097 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-02-07 14:12:58 +00:00
Giovanni Di Sirio 8872d9680c Addressed compiler differences.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10096 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-02-07 13:20:52 +00:00
Giovanni Di Sirio a457644a04 Split support for HighTec and plain GCC in e200 support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10095 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-02-07 12:01:07 +00:00
Giovanni Di Sirio 1474f60da3 MISRA-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10084 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-02-05 14:10:07 +00:00
Giovanni Di Sirio 9683ccfa78 MISRA-related changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10083 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-02-05 08:49:18 +00:00
Giovanni Di Sirio ea31cfdcc0 Simulator works.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10080 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-02-02 11:42:58 +00:00
Giovanni Di Sirio e3498cf082 Posix simulator, still work in progress.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10077 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-02-02 10:23:59 +00:00
Giovanni Di Sirio d7a0be7d7f Makefiles clean rule hook added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10037 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-01-12 10:44:18 +00:00
Giovanni Di Sirio 163b3562c0 Worked around GCC-AVR strange behavior in AVR port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10023 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-01-11 09:52:53 +00:00
Giovanni Di Sirio c695f7340b Fixed bug #796.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9963 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-12-13 10:51:19 +00:00
Giovanni Di Sirio 868114a1ed Added generic CMSIS device files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9945 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-12-02 09:31:48 +00:00
Rocco Marco Guglielmi 1ddf1e6ac0 Added support for STM32F412.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9936 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-11-20 20:53:25 +00:00
Rocco Marco Guglielmi 1ab094fcaa Fixed veneers for XMC1100
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9917 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-11-19 11:08:46 +00:00
Rocco Marco Guglielmi 2e52688a89 Added support for STM32L432.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9915 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-11-19 00:06:01 +00:00
gdisirio 13537cb724 Tentative constructors fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9897 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-11-01 19:44:11 +00:00
tfateba ef75851d10 Fixed small ident, readme file and Makefile.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9896 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-11-01 02:04:43 +00:00
tfateba 4600e6fc46 Add test program for AVR ADC hal.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9895 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-11-01 01:33:13 +00:00
Uladzimir Pylinski f7809b2ec0 STM32F7x. Linker scripts renamed according to ordering information scheme from datasheet. Flash size corrected too.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9892 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-31 13:38:19 +00:00
Fabio Utzig 938af64be3 Applied latest warning fix also for 3-byte PC sized models
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9887 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-27 16:09:38 +00:00
Giovanni Di Sirio 6a3e9bfe0b Fixed bug #787.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9883 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-27 14:07:16 +00:00
Giovanni Di Sirio 330d539942 Fixed bug #787.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9882 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-27 14:02:01 +00:00
Igor Stoppa 6172fdfb71 Fix casting warnings that prevent using -Werror
The variables used to hold pointers are only 8 bit wide. even if
pointers on AVR are 16 bit wide.

The high byte can be discarded if empty, but this must be somehow
notified to the compiler, otherwise it will emit a warning that
prevents from using ssystem-wide -Werror build flag.

Signed-off-by: Igor Stoppa <igor.stoppa@gmail.com>



git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9878 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-25 19:31:40 +00:00
Giovanni Di Sirio 97e7ee4a69 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9849 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-10-03 15:25:01 +00:00
Giovanni Di Sirio 5aeeec67b2 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9847 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-10-03 15:13:51 +00:00
Giovanni Di Sirio f5fb39b5cc git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9846 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-10-03 14:41:17 +00:00
Rocco Marco Guglielmi d95ab37214 Updating CMSIS header for STM32F1xx sub-family.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9840 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-03 12:44:18 +00:00
Giovanni Di Sirio 98cf4e16e8 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9836 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-10-02 06:40:57 +00:00
Giovanni Di Sirio 65406a2f84 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9834 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-10-01 09:42:40 +00:00
Giovanni Di Sirio e05b6ee994 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9833 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-10-01 09:09:49 +00:00
Giovanni Di Sirio c5b8559cee git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9832 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-10-01 08:31:12 +00:00
Giovanni Di Sirio 501dce6dc5 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9822 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-09-29 14:58:53 +00:00
Giovanni Di Sirio 5bcd674065 Fixed bug in cnt_t type of AVR port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9734 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-08-03 09:42:48 +00:00
Giovanni Di Sirio 1c271826cc Fixed bug #766.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9720 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-07-26 09:45:55 +00:00
Giovanni Di Sirio 98e4228927 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9674 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-06-28 11:45:23 +00:00
Giovanni Di Sirio 5895b0f2a0 FPU settings for Cortex-M7, requires GCC 4.9 minimum.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9669 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-27 08:28:06 +00:00
Giovanni Di Sirio 12c3d9e416 Stack initialization workaround.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9668 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-26 18:30:32 +00:00
Rocco Marco Guglielmi 72874ecdfd Added initial support for STM32F769I Discovery (missing file).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9664 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-25 14:52:16 +00:00
Rocco Marco Guglielmi bb10146545 Initial support for STM32F767
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9657 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-23 22:29:51 +00:00
Giovanni Di Sirio 4de9f399d6 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9655 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-06-23 13:36:34 +00:00
Giovanni Di Sirio 03dfc9a4c1 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9654 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-06-23 11:35:57 +00:00
Giovanni Di Sirio 3e33906a4a git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9653 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-06-23 11:30:23 +00:00
Giovanni Di Sirio 05aadd814d git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9652 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-06-23 09:55:03 +00:00
Giovanni Di Sirio 609b8e9e3b git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9651 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-06-23 09:33:26 +00:00
Rocco Marco Guglielmi 01a1b6800b Added XMC1100 initial demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9650 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-23 09:11:11 +00:00
Giovanni Di Sirio c0065617e0 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9649 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-06-23 09:03:20 +00:00
Giovanni Di Sirio 6556c5a64f Improved IAR startup file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9644 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-19 08:56:49 +00:00
Giovanni Di Sirio 1011f0300e Rules.mk small fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9630 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-16 11:20:01 +00:00
Giovanni Di Sirio cccda4b224 Fixed wrong CH_CFG_FREQUENCY constant in CMSIS RTOS layer.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9602 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-07 13:24:52 +00:00
Rocco Marco Guglielmi 81a4b9e091 Updated CMSIS header for STM32F7xx family
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9585 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-05 09:47:44 +00:00
Rocco Marco Guglielmi ca6ceacb90 Uodated CMSIS header for STM32L4xx family
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9582 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-05 09:07:14 +00:00
Giovanni Di Sirio 037b48cf4d Fixed bug #752.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9576 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-04 17:04:10 +00:00
Rocco Marco Guglielmi 29e4e97d76 Updated STM32F4 CMSIS headers
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9546 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-06-01 08:43:38 +00:00
Rocco Marco Guglielmi 2dfa69324f Added STM32F407xE.ld
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9473 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-05-13 11:59:19 +00:00
Rocco Marco Guglielmi 5643920c58 Updated STM32F0 CMSIS header
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9432 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-05-06 11:30:32 +00:00
Rocco Marco Guglielmi a21ea7128b Completed STM32L0xx port adding STM32L011xx support,
Added STM32 Nucleo32-L011K4 board files
Added demo NIL-STM32L011K4-NUCLEO32

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9414 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-05-05 00:55:57 +00:00
Rocco Marco Guglielmi 98acc95556 Extended STM32L0xx support
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9408 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-05-03 23:22:48 +00:00