Commit Graph

949 Commits

Author SHA1 Message Date
Giovanni Di Sirio 8797e729b8 Improved register definitions for RP.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14220 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-18 08:24:52 +00:00
cinsights 0a01e0956a RP WDG typo fixes - not yet working
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14216 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-17 14:19:00 +00:00
Giovanni Di Sirio a98dc3fcca Some more refinement on registers, SPI and DMA.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14208 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-17 07:49:50 +00:00
Giovanni Di Sirio f89be6c961 More SPI definitions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14205 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-16 18:38:31 +00:00
Giovanni Di Sirio e9e5ec0958 Some more bits definitions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14204 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-16 17:59:26 +00:00
Giovanni Di Sirio 8fa88b0b7d RP2040 DMA-related code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14197 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-16 07:49:24 +00:00
cinsights 7d63fde1c3 Reduce STM32WLxxC.ld flash size to 128K (dual core flash arrangement)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14196 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-16 01:56:39 +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 1f4768da84 RP WDGv1 WIP
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14187 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-15 10:57:19 +00:00
cinsights 31254eb459 Add WL missing startup folder
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14180 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-15 01:00:56 +00:00
cinsights 7a01e980a8 Add initial support for STM32WLx series (M4 core only)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14178 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-14 22:57:53 +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
cinsights 07e1b5618d Complete I2C bit definitions
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14167 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-13 02:24:16 +00:00
cinsights 52b225739c Add more RP peripheral definitions
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14166 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-12 06:49:47 +00:00
cinsights e4681c97c0 More peripheral definition and fix RTC DOTW masking.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14165 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-10 13:59:07 +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
cinsights 4d673ef2c8 Add more peripheral definitions (bit defines WIP)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14159 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-10 04:35:33 +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 c3a2ee2e35 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14155 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-04-09 09:02:40 +00:00
Giovanni Di Sirio 888af4c028 Added PSM block.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14153 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-09 07:08:39 +00:00
cinsights c97e9fad20 Correct RTC bitpos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14150 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-08 13:57:08 +00:00
cinsights 55e27e771d RP RTC update
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14149 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-08 13:36:24 +00:00
cinsights 21c59fea5c Add RP RTC bit definitions + driver WIP
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14148 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-08 05:50:22 +00:00
Giovanni Di Sirio a1484110fa Added DMA definitions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14146 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-07 12:26:38 +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
cinsights c2fd099efc RP2040 RTC driver WIP
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14142 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-06 20:58:04 +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 b420d1665e Various fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14132 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-04 08:13:44 +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 0f5ce825b1 Fixed SIO structure.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14118 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-01 13:39:38 +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 31be5c3934 It does have an MPU.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14110 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-30 09:20:31 +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 e612e95662 Temporary code for starting RP core 1.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14104 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-29 14:18:37 +00:00
Giovanni Di Sirio f91d50a826 Tick-less mode support for RP.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14102 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-29 08:43:50 +00:00
Giovanni Di Sirio 172a0a9a03 PAL done, LED flashing.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14095 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-28 08:42:53 +00:00
Giovanni Di Sirio 557fe2bf0e PAL driver template.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14092 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-27 15:31:09 +00:00
Giovanni Di Sirio d6c3fe0d46 More work on RP SIO driver. Support for peripheral resets.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14089 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-27 08:20:09 +00:00
Giovanni Di Sirio ab9cf94dea More CMSIS definitions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14087 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-23 11:39:14 +00:00
Giovanni Di Sirio f220a267f0 More CMSIS support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14086 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-23 10:15:07 +00:00
Giovanni Di Sirio 33e6532a53 Clock initialization using the SDK, no settings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14080 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-22 16:28:03 +00:00
Giovanni Di Sirio 0b2f801d71 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14073 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-03-20 14:25:10 +00:00
Giovanni Di Sirio 54304f7f66 CMSIS stubs for RP2040.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14072 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-20 14:16:46 +00:00
Giovanni Di Sirio 2959d2876b git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14071 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-03-20 09:07:12 +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 bbb700257e git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14015 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-01-06 17:17:03 +00:00
Giovanni Di Sirio d73692c651 Updates to STM32WBxx port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14014 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-01-06 08:38:25 +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 80126c6b01 Fixed a comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14012 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-01-04 09:11:17 +00:00
Giovanni Di Sirio c8eb233813 Hidden error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14004 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-12-29 15:29:38 +00:00
cinsights 0cc119c1dd Update STM32WB implementation
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14003 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-12-29 09:13:07 +00:00
Giovanni Di Sirio 9bb2f4eadf Fixed CMSIS RTOS wrapper.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14000 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-12-28 18:53:33 +00:00
Giovanni Di Sirio ad39bd7adb Added missing field to chconfs, adjusted OSAL wrapper.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13997 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-12-28 18:36:04 +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
Giovanni Di Sirio 7bfba6ae7e STM32WB patches all merged.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13944 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-12-02 11:30:19 +00:00
Giovanni Di Sirio cf255c0b88 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13940 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-11-29 14:13:29 +00:00
Giovanni Di Sirio 6e34298645 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13939 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-11-29 14:10:23 +00:00
Giovanni Di Sirio d5076ae790 Added STM32WB startup files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13934 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-11-29 13:57:31 +00:00
Giovanni Di Sirio 7c3b31dbd1 Addes STM32WB CMSIS files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13933 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-11-29 13:56:22 +00:00
edolomb 715532b53f Support for STM32H750B-DK:
- Added STM32H750xB.ld
- Added ST_STM32H750XB_DISCOVERY board
- Updated hal_mii.h
- Added RT-STM32H750XB-DISCOVERY demo 

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13890 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-10-26 17:43:21 +00:00
Giovanni Di Sirio 328c7e9aec More startup fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13833 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-09-04 10:09:56 +00:00
Giovanni Di Sirio 62bbb92055 Fixed name conflict impacting Cortex-M that caused cache to not be enabled.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13832 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-09-04 08:54:04 +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 3249070d41 Fixed bug #1107.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13728 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-06-26 08:12:04 +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 0c8ed46600 Updated CMSIS headers for STM32F7, G0, G4, H7, L0, L4, L4+.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13673 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-05-31 07:58:00 +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 43fbcc067c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13641 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-05-03 08:48:48 +00:00
Giovanni Di Sirio 81a0e56332 More documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13640 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-05-02 17:21:41 +00:00
Giovanni Di Sirio bbece2d2d1 Latest changes and documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13639 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-05-02 16:44:50 +00:00
Giovanni Di Sirio e84794c8e7 Fixed bug #1091.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13607 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-28 15:23:12 +00:00
Giovanni Di Sirio e2943eb904 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13579 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-26 12:36:56 +00:00
Giovanni Di Sirio b93bc259f3 Mail queues test implementation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13541 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-19 08:22:27 +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
Rocco Marco Guglielmi ccba34de01 Removed ADuCM41x files
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13531 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-14 06:31:21 +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 9d07e2cc6b git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13514 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-05 12:44:48 +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 c0efc0e0f2 Demo working now, lots of things still to do.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13485 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-26 18:28:19 +00:00
Giovanni Di Sirio c7bc13f31c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13483 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-03-26 10:52:09 +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 adf9bf374b L5 running, serial port not working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13478 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-25 09:59:33 +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 6ac6849efb New exception for ARMv8-M added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13468 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-22 09:26:32 +00:00
Giovanni Di Sirio 244a7c007a git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13453 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-03-18 18:40:04 +00:00
Rocco Marco Guglielmi 758ee812ec Updated STM32L5 CMSIS header
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13452 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-18 15:43:05 +00:00
Giovanni Di Sirio cb9521cf00 Some L5 setup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13451 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-18 14:53:32 +00:00
Giovanni Di Sirio 66b1af9131 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13443 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-03-17 13:40:16 +00:00
Rocco Marco Guglielmi 1cdf530014 Added startup files for ADUCM41x
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13411 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-12 12:37:55 +00:00
Rocco Marco Guglielmi 8d6f72c032 Adding CMSIS files for ADuCM41x
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13409 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-12 12:33:24 +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
Giovanni Di Sirio 0fb99f2057 Fixed compilation with C++.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13383 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-02-25 12:48:30 +00:00
Giovanni Di Sirio bb9743f297 Fixed bug #1075.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13374 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-02-21 09:56:51 +00:00
Giovanni Di Sirio bfb14516f8 Adjusted declarations incompatible with C++.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13331 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-02-08 09:14:30 +00:00
Rocco Marco Guglielmi d338240539 Added STM32L5 CMSIS headers
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13311 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-01-29 20:34:23 +00:00
Giovanni Di Sirio 3d22c7bd6e STM32H755 demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13308 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-01-28 08:40:43 +00:00
Giovanni Di Sirio 2748445dab STM32H7xx rework and update, to be completed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13304 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-01-23 09:49:35 +00:00
Giovanni Di Sirio 4e0f2c2ece Fixed compatibiity with non-GCC compilers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13296 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-01-19 08:03:23 +00:00
Giovanni Di Sirio 6c7ed60f99 Fixed a problem in MPU context switching.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13267 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-01-12 10:41:01 +00:00
Giovanni Di Sirio 6003782d71 Improved sandbox demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13245 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-01-02 08:43:06 +00:00
Giovanni Di Sirio 5fec21c877 Big rework of IRQ handling in STM32 HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13224 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-12-29 08:08:11 +00:00
Giovanni Di Sirio 62f8045327 Updated v6M startup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13214 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-12-10 08:23:21 +00:00
Giovanni Di Sirio ef5ee94dad Scatter files symbos renamed for consistency. Now all scatter exported symbols are prefixed and postfixed by a __. Adopted "base" instead of "start" for all symbols defining the base of a memory area.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13189 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-11-23 13:51:54 +00:00
Giovanni Di Sirio dd2eb49250 New sharing IRQ infrastructure for STM32L0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13183 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-11-10 17:53:49 +00:00
Giovanni Di Sirio dbe3e7f58c MISRA fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13153 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-11-02 08:05:48 +00:00
Giovanni Di Sirio 4345a70982 Added support for .cc files extensions in makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13124 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-10-19 16:45:17 +00:00
Rocco Marco Guglielmi 1d75e6b9f7 Added Added ADUCM36x ChibiOS start-up related files
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13097 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-10-15 13:18:22 +00:00
Rocco Marco Guglielmi 8a4616ecbe Added ADUCM36x ARM\CMSIS system headers
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13096 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-10-15 13:17:38 +00:00
Rocco Marco Guglielmi c86b2d0b84 Added ADUCM36x ARM\CMSIS headers
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13095 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-10-15 13:17:04 +00:00
Giovanni Di Sirio b5ec31f16e Fixed wrong assertion.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13034 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-28 09:48:54 +00:00
Giovanni Di Sirio 61eae3e0c5 G4 startup support and template demo ready.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13005 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-20 05:54:55 +00:00
Giovanni Di Sirio ead226cbe5 Startup support for STM32G4xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13002 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-19 15:26:04 +00:00
Giovanni Di Sirio f08ed2d876 CMSIS files for STM32G4xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13001 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-19 14:40:21 +00:00
Giovanni Di Sirio af38956b67 FPU-related code in SB.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13000 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-19 06:12:53 +00:00
Giovanni Di Sirio d369435bc4 Added section attributes to ld MEMORY sections.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12998 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-18 07:21:57 +00:00
Giovanni Di Sirio 23c690f57c Pointer checks at API level.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12996 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-16 13:27:53 +00:00
Giovanni Di Sirio 3de1374e38 Removed regarm_t from ARMCMx port, changed SB API return method.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12986 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-13 15:24:41 +00:00
Giovanni Di Sirio 7040887600 Implemented support for multiple sandboxes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12977 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-07 14:35:52 +00:00
Giovanni Di Sirio dbbf320b3d Cortex-M SandBox subsystem added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12975 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-07 07:38:43 +00:00
Giovanni Di Sirio 1f17a9b55c Added STM32L452 support in HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12905 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-13 16:17:45 +00:00
Giovanni Di Sirio 2349e2252b Reverted change.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12871 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-01 08:53:24 +00:00
Giovanni Di Sirio ae2fa9e9c5 Fixed bug #1033.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12849 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-06-29 16:51:09 +00:00
Giovanni Di Sirio b68fc92f0b Fixed bug #1028.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12775 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-05-04 08:25:37 +00:00
Giovanni Di Sirio 820df52e1d STM32G071 demo, only startup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12761 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-04-24 06:10:06 +00:00
Giovanni Di Sirio 322b0de263 STM32G0xx startup support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12760 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-04-24 05:57:25 +00:00
Giovanni Di Sirio 5b0dfd658f Fixed bug #1027.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12752 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-04-23 06:52:30 +00:00
Giovanni Di Sirio 739aa3f70c Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12749 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-04-22 09:12:54 +00:00
Giovanni Di Sirio a853d27a6d Embedded flash driver preparations.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12721 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-04-07 09:44:13 +00:00
Giovanni Di Sirio 88a4752f81 Integrated NIL 4.0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12620 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-02-02 10:59:16 +00:00
Giovanni Di Sirio 5d9b23c2dc Extra paths removed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12600 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-01-26 16:26:12 +00:00
Giovanni Di Sirio b0c2a4437e Added a version check for GCC.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12581 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-01-26 06:10:47 +00:00
edolomb 29309f101a Updated SAMA drivers (still incomplete)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12543 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-01-17 15:19:20 +00:00
Giovanni Di Sirio 696701cd6f Fixed the fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12542 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-01-13 07:55:07 +00:00
Giovanni Di Sirio c6f58cfb94 Fixed bug #991.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12541 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-01-11 10:58:34 +00:00
Giovanni Di Sirio 225e0e0e8f Fixed bug #998.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12516 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-12-31 17:42:56 +00:00
Giovanni Di Sirio 184e459619 Small documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12513 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-12-31 16:58:46 +00:00
gdisirio 0ea08f4a96 Added extern "C" declarations to IRQ macros.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12475 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-12-16 08:35:02 +00:00
gdisirio ec272fe9ba Fixed bug #993.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12473 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-12-16 08:24:51 +00:00
Giovanni Di Sirio 358fdba16d Restored LPC2148 demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12464 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-12-08 11:45:41 +00:00
Giovanni Di Sirio 37a5f0bc07 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12446 110e8d01-0319-4d1e-a829-52ad28d1bb01 2018-11-29 14:33:39 +00:00
Giovanni Di Sirio 84b9bdd74c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12445 110e8d01-0319-4d1e-a829-52ad28d1bb01 2018-11-27 15:28:17 +00:00
Giovanni Di Sirio b1a12e7130 Latest LLVM does no more require ad-hoc .ld files, now it can use GCC ones, compatibility has improved.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12444 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-11-26 09:34:08 +00:00
Giovanni Di Sirio 4464b4a0d5 Reverted bug #985.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12423 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-11-15 08:30:03 +00:00
Giovanni Di Sirio 6b83515c62 Fixed bug bug #986. Fixed a small documentation error in M0 port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12418 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-11-13 19:44:03 +00:00
Giovanni Di Sirio 1d6d312d43 Tentative fix for bug #985.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12416 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-11-13 10:36:05 +00:00
gdisirio 79ca268b49 Added demo for STM32F4R9I-Discovery board.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12392 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-10-27 09:22:21 +00:00
Giovanni Di Sirio a941758ffe git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12255 110e8d01-0319-4d1e-a829-52ad28d1bb01 2018-09-12 12:13:17 +00:00
Giovanni Di Sirio 05be7e1f50 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12247 110e8d01-0319-4d1e-a829-52ad28d1bb01 2018-09-07 15:54:45 +00:00
Giovanni Di Sirio 9b2fe7aa9f Updated CMSIS to 5.4.0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12239 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-09-06 12:30:24 +00:00
edolomb 7fdf849e4e Fixed bugs
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12238 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-09-06 11:32:37 +00:00
Giovanni Di Sirio 622fcd4812 Fixed bug #975.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12227 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-08-26 08:17:41 +00:00
Giovanni Di Sirio f06b6487f9 More L4+ code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12195 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-07-25 09:47:44 +00:00