Commit Graph

846 Commits

Author SHA1 Message Date
Giovanni Di Sirio 33de459b33 Fixed bug #1181.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14687 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-20 09:29:31 +00:00
Giovanni Di Sirio e3ccb28533 Fixed L432 template.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14686 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-20 09:08:12 +00:00
Giovanni Di Sirio d34e6b7e17 Fixed bug #1178.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14675 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-19 12:38:00 +00:00
Giovanni Di Sirio 1edee0013b Fixed bug #1176.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14668 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-19 09:12:30 +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 fda8f81765 STM32WB: fix compilation of USB board
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14637 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-11 13:22:09 +00:00
akscram 2918634c1a STM32WB: use RCCv1
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14635 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-10 22:48:05 +00:00
vrepetenko c7ea01877f Fixed STM32_ADCSEL name, added STM32_RNGSEL default value.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14627 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-07-28 14:24:03 +00:00
vrepetenko 91e6d923a2 STM32WL port: added CM0+ core support, fixed ADC driver version, fixed typos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14616 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-07-25 06:48:57 +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
cinsights 91c33f902c Add L4P/Q5 to mucconf updater and demo mcuconfs
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14607 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-07-22 10:18:08 +00:00
cinsights 592dd0802c Adding STM32L4P/Q5
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14606 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-07-22 09:38:28 +00:00
Rocco Marco Guglielmi 878f5e397b Fixed update policy for the project RT-STM32F469I-EVAL-SDP-CK1Z
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14597 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-07-11 15:33:37 +00:00
Rocco Marco Guglielmi 5f4e72966b Added support and demo for ADI_EVAL_SDP_CK1Z
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14593 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-07-09 10:08:12 +00:00
Giovanni Di Sirio 8eb2605294 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14589 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-07-08 08:08:30 +00:00
vrepetenko 2c1a88abb4 STM32WL port: fixed MSI init, reworked PLLxCLK naming, PLL/HSI16/MCO enable checks, added SPI2S2 clock source check and frequency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14580 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-30 12:25:49 +00:00
vrepetenko 419b8d208a Fixed STM32WL STM32_SPI2S2SEL name, PLLQ source name and related mcuconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14579 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-30 07:33:47 +00:00
Giovanni Di Sirio 9ca6a12c92 Fixed bug #1162.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14566 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-21 10:20:27 +00:00
Giovanni Di Sirio c958ab1ea3 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14565 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-20 07:31:00 +00:00
Giovanni Di Sirio c26d770f26 Modified all makefiles to include the new test library.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14564 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-20 07:18:57 +00:00
Giovanni Di Sirio 2033af9d94 Added corebmk experiment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14521 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-09 10:15:13 +00:00
Giovanni Di Sirio 68105eb2d7 Reports done.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14510 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-07 08:31:31 +00:00
Giovanni Di Sirio 469bdc91f8 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14508 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-07 07:08:02 +00:00
Giovanni Di Sirio 713e9fcc6c Mirrored SPIR as SPI3.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14506 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-06 17:55:52 +00:00
Giovanni Di Sirio d2c915792c Fixed FPU options.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14504 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-06 15:33:16 +00:00
vrepetenko 0377fa2792 SUBGHZ abbreviation changed from RTR to SG, SPIR removed from SPIv2.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14503 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-06 14:16:29 +00:00
Giovanni Di Sirio e860742c4b git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14501 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-06 09:01:16 +00:00
Giovanni Di Sirio a2769a3669 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14498 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-05 14:16:14 +00:00
Giovanni Di Sirio 1e9f67ad9f git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14496 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-05 13:44:22 +00:00
Giovanni Di Sirio 802aa82bd7 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14488 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-05 09:00:06 +00:00
Giovanni Di Sirio 0ed2eb8492 Fixed project files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14487 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-05 08:23:02 +00:00
Giovanni Di Sirio b5438748ef git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14462 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-03 19:09:45 +00:00
Giovanni Di Sirio 128da3d596 QUADSPIv2 fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14460 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-03 08:39:29 +00:00
vrepetenko d7f811f4dd STM32WL port: clock management updated, PWR_PUCRx/PWR_PDCRx conf/init added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14454 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-31 18:47:38 +00:00
vrepetenko e0f58921d3 Keil projects migrated to SYSTICKv1.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14449 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-31 06:06:04 +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
vrepetenko 1690879843 Broken IAR projects fixed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14447 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-30 12:47:51 +00:00
Giovanni Di Sirio 763f9e6ce0 RFCU implemented.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14442 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-30 07:10:59 +00:00
Giovanni Di Sirio 1e7edf58ea STM32 improved ADCv4 driver (H7) with variable sizes samples support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14431 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-25 09:21:31 +00:00
Giovanni Di Sirio f127d6a86f Enhanced PWR handling for STM32L4+.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14425 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-23 16:24:04 +00:00
Giovanni Di Sirio f3cfbb664e Extended PWR support for STM32G4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14424 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-23 13:56:26 +00:00
Giovanni Di Sirio 603dedb80f Additional PWR support, fast switch support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14423 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-23 11:47:18 +00:00
Giovanni Di Sirio d6757a81eb Mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14420 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-23 09:47:06 +00:00
Giovanni Di Sirio fc914d7c6b Dynamic support implemented for STM32G0, updated G0 CMSIS files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14419 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-23 09:43:10 +00:00
vrepetenko 9de05598fa STM32WL port: clock management added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14418 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-22 08:17:45 +00:00
Giovanni Di Sirio 5e4e9b45cf git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14416 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-05-22 04:15:22 +00:00
Giovanni Di Sirio 5837785e87 Mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14404 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-20 12:38:36 +00:00
Giovanni Di Sirio 5f520f321f Mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14402 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-20 12:10:35 +00:00
Giovanni Di Sirio 9a01c5a1e2 Mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14399 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-20 07:51:50 +00:00