Commit Graph

448 Commits

Author SHA1 Message Date
Giovanni Di Sirio 289dd34eb7 Improved latencies, added report.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14854 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-09-30 06:54:57 +00:00
Giovanni Di Sirio 500214e7cd Missing initialization, fixed MPU regions storage area.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14849 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-09-29 13:38:35 +00:00
Giovanni Di Sirio a2bdca5a24 consistency improvements
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14848 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-09-29 12:54:09 +00:00
Giovanni Di Sirio 4dd944b332 v7m alt port working, options not tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14847 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-09-29 12:28:50 +00:00
Giovanni Di Sirio 1303997423 Experimental alternate ARMv7-M port, not complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14843 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-09-28 09:56:13 +00:00
Giovanni Di Sirio 405cfa3103 typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14842 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-09-28 09:54:26 +00:00
Giovanni Di Sirio 98399dc459 Fixed bug #1192.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14835 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-09-26 16:48:00 +00:00
Giovanni Di Sirio e70bd5536f More warnings cleanup, restored RT test build application.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14658 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-16 08:48:14 +00:00
Giovanni Di Sirio 94e1124a44 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14653 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-08-15 18:22:57 +00:00
Giovanni Di Sirio 491a4891fb Made code compatible with -Wcast-align=strict.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14649 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-15 10:50:26 +00:00
akscram cc99d468a5 ci: unpack ext deps and fix some builds
* Unpack external dependencies located under the ext/ directory before
  build projects.
* Added a mechanism to skip build failures. SPC5 projects that require
  ppc-freevle-eabi-gcc and ccppc are skipped.
* Fixed small compilation errors with undefined variables.


git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14614 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-07-24 21:03:37 +00:00
Giovanni Di Sirio 369b1bca7e Fixed wrong macro check.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14555 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-14 17:24:26 +00:00
Giovanni Di Sirio bf475d92c6 MISRA-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14543 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-13 09:25:32 +00:00
Giovanni Di Sirio b0db601343 Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14541 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-13 08:47:53 +00:00
Giovanni Di Sirio 606a4c3b59 Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14540 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-13 08:28:06 +00:00
Giovanni Di Sirio b81214fbc4 Added likely/unlikely infrastructure in RT, implementation details in the port layer. Added an __CH_USED() macro for voiding expression results.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14527 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-11 06:49:23 +00:00
Giovanni Di Sirio 73bd4a0892 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14479 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-05 07:09:15 +00:00
Giovanni Di Sirio ec1d2e9e55 Removed unused option.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14475 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-05 03:52:17 +00:00
Giovanni Di Sirio 9e59fb4e72 Removed duplicated files for ARM ports: chtypes.h.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14472 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-04 18:14:54 +00:00
Giovanni Di Sirio 3602cb0656 Removed duplicated files, simplified port layer.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14471 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-04 17:33:41 +00:00
Giovanni Di Sirio f3b1bd3859 Fixed documentation tags.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14469 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-04 14:50:58 +00:00
Giovanni Di Sirio be70523cc5 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14467 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-04 14:10:54 +00:00
Giovanni Di Sirio 16c999235d git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14466 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-04 13:07:21 +00:00
Giovanni Di Sirio 9f30e149ba git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14465 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-04 12:11:22 +00:00
Giovanni Di Sirio e0d5638a2b Simplified ports interface, used by just ARMv7-M so far. Integration of ccportab.h into port layers ongoing too.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14464 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-04 11:59:01 +00:00
vrepetenko 524aed7a85 Broken Keil projects fixed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14448 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-30 20:09:55 +00:00
Giovanni Di Sirio 9d617edee6 Restored SB functionality with RT7.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14327 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-25 15:16:41 +00:00
Giovanni Di Sirio 129a26eb40 Cross-core halt message.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14303 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-24 15:01:02 +00:00
Giovanni Di Sirio 8e0f307e75 Optimizations, documentation reformatting.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14223 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-18 09:59:41 +00:00
Giovanni Di Sirio dc9b229679 More readable conditions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14222 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-18 09:09:54 +00:00
Giovanni Di Sirio dfb98a1b5e More readable conditions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14221 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-18 09:07:04 +00:00
cinsights 6d6e4e415c Formatting fix
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14194 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-15 13:48:34 +00:00
cinsights 92e8aeb73c Fix PORT_INFO define for non-SMP mode
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14193 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-15 13:46:49 +00:00
cinsights 8ef71e4289 Fix RP typos (PORT_HANDLE_FIFO_MESSAGE hook in chcore.c)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14177 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-14 13:26:08 +00:00
Giovanni Di Sirio e4401ac0c3 The variable ch_system is not available in all configurations, "owner" is always present in thread structures, shell enhanced to show the core id.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14173 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-14 10:15:37 +00:00
Giovanni Di Sirio c93d99ee3a Fixed regression from latest changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14172 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-14 07:54:53 +00:00
Giovanni Di Sirio 42d5fca126 More registry-related changes, removed some complexity from asm port modules thanks to registry changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14170 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-13 08:42:51 +00:00
Giovanni Di Sirio 923c98a2a1 Fixed some obvious regressions in AVR port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14163 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-10 13:29:14 +00:00
Giovanni Di Sirio af46126fa6 Small documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14162 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-10 07:41:26 +00:00
Giovanni Di Sirio 65d78352b9 Improved port info.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14161 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-10 07:38:05 +00:00
Giovanni Di Sirio 76224772e2 Removed dedundant code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14160 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-10 07:35:42 +00:00
Giovanni Di Sirio 4913569895 Cross-core signaling now apparently works.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14156 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-09 09:06:22 +00:00
Giovanni Di Sirio ba74711891 Removed MPU-related changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14145 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-07 11:42:37 +00:00
Giovanni Di Sirio 22c741835d CM0+ MPU support, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14141 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-06 14:41:24 +00:00
Giovanni Di Sirio 4a1c137eb5 Introduced "root" system variable.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14137 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-05 12:12:19 +00:00
Giovanni Di Sirio 9195ca3563 Added RT counter support to RP2 port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14133 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-04 08:26:20 +00:00
Giovanni Di Sirio 4fa307658e SMP done, to be validated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14130 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-03 10:50:35 +00:00
Giovanni Di Sirio c5b9581d72 Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14129 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-03 07:40:33 +00:00
Giovanni Di Sirio 3e50e220a7 More SMP-related changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14128 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-03 07:29:44 +00:00
Giovanni Di Sirio 3eb2365dca Split plain ARMv6-M and ARMv6-M-RP2 ports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14127 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-03 07:15:48 +00:00
Giovanni Di Sirio 3d9b1e9dd9 SMP-related changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14125 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-02 17:45:42 +00:00
Giovanni Di Sirio dbb6d05322 Fixes to the ST tick mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14120 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-02 09:33:13 +00:00
Giovanni Di Sirio f09e1976b2 Dual core more working....
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14119 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-02 07:38:27 +00:00
Giovanni Di Sirio ca416ea711 Added multicore-enabled port for RP2, not complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14112 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-30 10:36:26 +00:00
Giovanni Di Sirio c0820cb467 Fixed a doxygen tag.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14111 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-30 10:18:24 +00:00
Giovanni Di Sirio 8646bb3153 License update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14105 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-29 15:24:45 +00:00
Giovanni Di Sirio b6df752c69 Removed old ARMCMx port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14067 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-08 10:22:42 +00:00
Giovanni Di Sirio f8d8a73645 Tentative fix for fast interrupts.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14062 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-07 09:25:14 +00:00
Giovanni Di Sirio 9f5a8820b1 Fixed a problem with MPU support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14024 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-01-25 14:16:06 +00:00
Giovanni Di Sirio 0db4602521 White space fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14013 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-01-04 09:12:40 +00:00
Giovanni Di Sirio f56587102a Fixed more regressions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13972 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-12-20 08:19:23 +00:00
cinsights d96e7c10df Fix typos in ARM port. Add _exit, _kill and _getpid to syscalls.c
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13803 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-08-06 09:11:54 +00:00
Giovanni Di Sirio 5697059a00 ARM port updated to latest spec.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13802 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-08-01 09:54:27 +00:00
Giovanni Di Sirio 6d831b1378 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13761 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-07-15 10:06:20 +00:00
Giovanni Di Sirio 9f4fea9677 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13760 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-07-14 09:41:33 +00:00
Giovanni Di Sirio 7ec444ada9 Metadata fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13759 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-07-13 17:05:13 +00:00
Giovanni Di Sirio 4dc024e621 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13758 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-07-13 16:39:02 +00:00
Giovanni Di Sirio 98ff784be7 Minor fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13757 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-07-13 15:00:25 +00:00
Giovanni Di Sirio 8c806ff439 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13756 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-07-13 14:24:43 +00:00
Giovanni Di Sirio 705e6cd5d3 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13755 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-07-13 12:33:19 +00:00
Giovanni Di Sirio 089892eb2c Stand-alone ARMv6-M port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13752 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-07-13 07:36:30 +00:00
Giovanni Di Sirio 86f5432717 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13751 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-07-12 18:45:36 +00:00
Giovanni Di Sirio 5deb16f16d RT7 merged, only ARMv7-M port functional.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13748 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-07-12 13:15:38 +00:00
Giovanni Di Sirio afc0684e75 Fixed bug #985.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13685 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-06-06 06:50:42 +00:00
Giovanni Di Sirio 9ff8210349 Fixed regression in simulator port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13655 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-05-18 16:30:00 +00:00
Giovanni Di Sirio 3f370958d6 Improvements to TIMv1 ST driver implementation. Added concept of delayed rescheduling to ARMv8-M-ML port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13538 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-17 09:50:05 +00:00
Giovanni Di Sirio 67f70cf87c yo dawg I heard you like ChibiOS, so I put a ChibiOS in your ChibiOS
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13537 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-16 12:06:50 +00:00
Giovanni Di Sirio d4dba0c3cb git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13536 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-16 08:04:24 +00:00
Giovanni Di Sirio 84370eb21a git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13535 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-15 08:03:12 +00:00
Giovanni Di Sirio 4901dc3986 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13533 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-14 14:15:18 +00:00
Giovanni Di Sirio 8a84992534 NS code running!!
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13528 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-13 08:38:07 +00:00
Giovanni Di Sirio 0e2bf94a78 Non secure boot code added, notes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13527 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-12 16:02:10 +00:00
Giovanni Di Sirio d99cc1acc9 Work on secure HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13525 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-11 16:08:36 +00:00
Giovanni Di Sirio 9650f55a1a git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13523 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-10 13:24:24 +00:00
Giovanni Di Sirio bf0b761497 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13520 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-09 11:36:06 +00:00
Giovanni Di Sirio aafcac7b9d Fixed bug #1081.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13518 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-09 08:07:01 +00:00
Giovanni Di Sirio 5e0daf6d1a git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13517 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-06 12:41:34 +00:00
Giovanni Di Sirio 402c9941fc More latency tests.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13513 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-05 11:09:30 +00:00
Giovanni Di Sirio f8d63aaff0 Consistency changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13506 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-02 15:53:14 +00:00
Giovanni Di Sirio 1d976bbaec git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13505 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-02 15:44:22 +00:00
Giovanni Di Sirio 250fe89a2b Safer FPU context creation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13504 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-02 15:39:05 +00:00
Giovanni Di Sirio adadec5630 Experimental FPU support for ARMv8-M.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13503 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-02 12:54:33 +00:00
Giovanni Di Sirio 9958bc054f Misplaced comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13497 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-02 06:10:57 +00:00
Giovanni Di Sirio a0f0a8dc5e git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13496 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-01 17:06:02 +00:00
Giovanni Di Sirio 067cd0016d git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13493 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-03-31 15:31:21 +00:00
Giovanni Di Sirio ed791a2588 Experimental port working now.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13492 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-31 11:59:10 +00:00
Giovanni Di Sirio a5b79f21dd Experimental ARMv8-M port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13489 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-31 07:04:59 +00:00
Giovanni Di Sirio b1ba260990 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13482 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-03-25 14:27:41 +00:00
Giovanni Di Sirio 8a2e2c9779 More ARMv8-M and L5 related code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13470 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-24 08:30:14 +00:00
Giovanni Di Sirio 95d66ee7e4 Fixed PORT_USE_GUARD_MPU_REGION port option name.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13393 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-06 15:02:58 +00:00