Commit Graph

11268 Commits

Author SHA1 Message Date
Giovanni Di Sirio 89eeeb4648 Complete, except it does not work...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15080 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-14 13:57:12 +00:00
Giovanni Di Sirio 6116b0e0c6 Added STM32G0B1 target.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15079 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-14 13:06:51 +00:00
Giovanni Di Sirio 5ba80bcff8 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15078 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-11-14 12:57:46 +00:00
Giovanni Di Sirio c61f047462 Some code simplified.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15077 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-14 11:58:01 +00:00
Giovanni Di Sirio 0f8a1b4bc3 Some renaming for consistency with USBv2.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15076 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-14 10:30:54 +00:00
Giovanni Di Sirio 8ba8bd3f72 Compiles but not tested and there are known errors. ISOC part not yet enabled.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15075 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-14 10:30:33 +00:00
Giovanni Di Sirio 2a27797871 Patch from fractal.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15074 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-14 09:05:19 +00:00
Giovanni Di Sirio 17c5b2f23a Increased default stack size because overflow when compiling with -O0 or -Og.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15073 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-14 06:57:00 +00:00
Giovanni Di Sirio a456f5b75c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15072 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-11-14 06:12:20 +00:00
Giovanni Di Sirio 5eec7b1b55 USBv1 driver optimization and removal of a potential race condition (not demonstrated).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15071 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-13 13:28:13 +00:00
Giovanni Di Sirio 655ea2923c Added elfAcquireBus()/eflReleaseBus() functions to EFL driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15070 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-13 12:40:02 +00:00
Giovanni Di Sirio eb47d2ca91 Regression caused by increased test stacks size.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15069 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-13 11:28:47 +00:00
Giovanni Di Sirio fde9a869e2 Increased stacks size in RT test suite from 128 to 192. added an option to override the stack size by defining THREADS_STACK_SIZE in the makefile.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15068 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-13 10:45:46 +00:00
Giovanni Di Sirio 6c56f1a1c7 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15067 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-11-12 13:07:04 +00:00
Giovanni Di Sirio 5c4e6026ee Fixed bug #1201.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15066 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-12 08:08:38 +00:00
Giovanni Di Sirio f2bedc178f git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15063 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-11-12 07:54:53 +00:00
akscram 0bc9562ff2 H7: fixed STM32_SDMMC2_NUMBER
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15062 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-11 22:28:56 +00:00
Giovanni Di Sirio b73cd4bb0d git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15061 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-11-11 18:17:36 +00:00
Giovanni Di Sirio faadcf4270 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15060 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-11-11 17:42:11 +00:00
Giovanni Di Sirio f7c2186097 Added STM32L073RZ-Nucleo64 to USB-CDC "multi" demo. Removed old demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15059 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-11 09:43:04 +00:00
Giovanni Di Sirio e3b5a38b85 Added an STM32 WDG "multi" demo. Removed all old WDG demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15058 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-11 08:28:19 +00:00
Giovanni Di Sirio ca0290ace7 Added an STM32 WDG "multi" demo. Fixed a problem with RCC LSIv2.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15056 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-11 08:04:00 +00:00
akscram 667bea145b STM32WBxx: set STM32_LSI_ENABLED in RCCv1/stm32_lsi_v2.inc
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15055 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-11 07:45:33 +00:00
Giovanni Di Sirio c14fdf21d7 Fixed bug #1200.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15053 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-10 17:06:06 +00:00
Giovanni Di Sirio 1f33b319fa Documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15051 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-10 12:47:29 +00:00
vrepetenko 29760bc1ea STM32WL: updated to new SPI driver version.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15048 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-10 11:25:06 +00:00
cinsights 1bf0f58525 Update STM32WB to new SPIV2. Fix compile error for IWDG due missing LSI define
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15047 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-10 11:12:12 +00:00
Giovanni Di Sirio 742afed158 Added option to copy vectors in RAM on GCC startup for ARMv6-M, ARMv7-M and ARMv8-M-ML.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15046 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-09 10:12:13 +00:00
Giovanni Di Sirio b7678024ac RAM vectors support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15045 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-09 08:48:20 +00:00
Giovanni Di Sirio 7cc1e87d76 Missing files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15043 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 15:37:15 +00:00
Giovanni Di Sirio 8d43a2d496 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15039 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-11-07 13:40:48 +00:00
Giovanni Di Sirio d49b76fbf3 Unit tests all done.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15038 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 13:24:09 +00:00
Giovanni Di Sirio 2a95426760 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15037 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-11-07 12:49:44 +00:00
Giovanni Di Sirio a501f94c49 More unit tests.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15036 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 10:49:02 +00:00
Giovanni Di Sirio 9051e11f89 Metadata fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15035 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 10:09:00 +00:00
Giovanni Di Sirio 8e93332ceb git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15034 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-11-07 09:59:29 +00:00
Giovanni Di Sirio ecfd351419 Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15033 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 09:28:53 +00:00
Giovanni Di Sirio 129429b7c3 SPIv2 is not the default.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15032 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 09:27:46 +00:00
Giovanni Di Sirio 3c64c1246d Fixed names.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15031 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 09:25:59 +00:00
Giovanni Di Sirio 0514a6ef99 Documentation fixes. Added missing templates.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15030 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 09:24:28 +00:00
Giovanni Di Sirio 409bbe578e Removed old builders.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15029 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 08:52:27 +00:00
Giovanni Di Sirio c257e27589 Folder reorganization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15028 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 08:49:48 +00:00
Giovanni Di Sirio 5bcfa424c0 Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15027 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 08:34:19 +00:00
Giovanni Di Sirio 0d3d4c695f Documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15026 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 08:22:48 +00:00
Giovanni Di Sirio 070490f12c Folder reorganization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15025 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 07:59:23 +00:00
Giovanni Di Sirio f21a79b9d6 Folder reorganization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15024 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 07:58:51 +00:00
Giovanni Di Sirio 1b5df3c563 Separate quality folder.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15023 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-07 07:53:07 +00:00
Giovanni Di Sirio eb43462f9e git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15022 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-11-07 07:52:19 +00:00
Giovanni Di Sirio 3360bf276f G4 GCC reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15021 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-06 19:32:05 +00:00
Giovanni Di Sirio 48ed483c86 Stress test reports, coverage data.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15020 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-06 18:43:31 +00:00