Commit Graph

1658 Commits

Author SHA1 Message Date
zykrahgaming 9309bb4cd9 Defined IRQ USART Priorities 2022-01-01 19:28:56 +11:00
zykrahgaming e66ea3040a Attempting to fix PACKED_VAR redefinition. 2022-01-01 19:19:50 +11:00
zykrahgaming 29da390b1e Updated ffconf.h version, Attempting to fix redefinition of structs 2022-01-01 19:05:15 +11:00
zykrahgaming e898157b18 Even more more changes to chconf.h files 2022-01-01 18:37:17 +11:00
zykrahgaming 0aa26e0bee Fixed HAL version in halconf.h files 2022-01-01 18:28:46 +11:00
zykrahgaming 7014bc09be Even more updates to chconf.h files 2022-01-01 18:24:30 +11:00
zykrahgaming f3f4b4f9b9 Further updates to chconf.h files 2022-01-01 18:16:54 +11:00
zykrahgaming 2cc8ba6aa4 Updated Makefiles to use new ChibiOS HAL and RT versions. Updated chconf.h files to include missing definitions. Still a few more things to add. 2022-01-01 17:56:50 +11:00
zykrahgaming 42bc000dc2 Updated Makefiles to use newer ARM ports 2022-01-01 17:41:28 +11:00
zykrahgaming a2a9fc56d3 Update Makefiles to use new test library 2022-01-01 17:34:33 +11:00
zykrahgaming d624a42694 Fixed whitespace in ext package causing error by using quotation marks 2022-01-01 17:22:13 +11:00
zykrahgaming adad56d959 Reversed extra chibios build files for pico, now all MCUs are using master branch of Chibios 2022-01-01 17:21:00 +11:00
zykrahgaming 588de0bc1d Empty test commit 2021-12-30 18:03:37 +11:00
zykrahgaming da3127bcaf Fix wrong size passed to calculate buffer offset (as in 72f62dcd82) 2021-12-30 17:47:24 +11:00
zykrahgaming a1ea0a7fcc Forgot to modify one file 2021-12-30 16:15:47 +11:00
zykrahgaming 288e6a1973 Modified Chibios HAL and RT versions 2021-12-30 16:05:10 +11:00
zykrahgaming 45f4545ae9 Updated chibios version in chconf.h, readded some lines that were accidentally removed 2021-12-30 14:56:36 +11:00
zykrahgaming f1f8ac57fe Updated RP2040 chconf.h files 2021-12-30 14:42:00 +11:00
zykrahgaming 2d38b8ad54 updated permissions 2021-12-30 14:27:45 +11:00
zykrahgaming 48f40ac7b3 seperate chbuild.sh for pico 2021-12-30 14:19:37 +11:00
zykrahgaming 6307c5f973 Added separate chibios for pico, reverted some changes 2021-12-30 14:02:13 +11:00
zykrahgaming 8680848b6d Commented out all other/optional files in Makefiles for Pico 2021-12-30 11:43:06 +11:00
zykrahgaming 3714f94e08 remove pico-sdk from makefiles, just testing 2021-12-30 11:35:27 +11:00
zykrahgaming d4f07e0912 Testing changes: declared unsigned integer and commented out unused variable 2021-12-30 11:03:45 +11:00
zykrahgaming 407a76269f Empty test commit 2021-12-30 10:47:50 +11:00
Joy 4f0d4f085f correct a mistake 2021-12-21 18:22:45 -03:00
Joy 017f5f22f0 Change the driving mode of GPIO current. 2021-12-21 18:22:45 -03:00
Joy 43886c36f5 Added WB32 GPIO current configuration 2021-12-21 18:22:45 -03:00
Greg Wuller 2b1eb36018 demos/RT-TEENSY4_1: RT 7.0.x compatibility 2021-11-01 21:20:21 -07:00
Greg Wuller bf9f3812ff Make ARMv7m fault handler multi-core aware
Replace references to `ch` with `currcore`
2021-11-01 11:01:51 -07:00
Joy 9741167391 Modified i2c peripheral configuration 2021-10-03 21:20:57 -03:00
Michael Stapelberg c3c55769f8 MK66F18: only enter HSRUN mode if actually necessary (> 120 MHz)
This more closely matches the Teensy arduino startup and EEPROM code.
2021-09-24 09:14:45 +02:00
Stefan Kerkmann c793ac7a60 Update RISC-V ECLIC port for chibios-21.6.x 2021-09-22 18:08:13 +02:00
Hanya 72f62dcd82 Fix wrong size passed to calculate buffer offset 2021-09-22 22:09:41 +09:00
Fabien Poussin 1127b5575e
Merge pull request #286 from josesimoes/patch-1
Replace packed struct definition with one from CMSIS
2021-09-20 19:52:29 +02:00
Fabien Poussin 352e1a1b5d
ci: update for 21.6.x, add RP2040 2021-09-18 12:57:07 +02:00
Fabien Poussin f3c9ee772a
Merge pull request #298 from hanya/picoi2c
RP2040: Add I2C driver
2021-09-18 12:54:59 +02:00
Fabien Poussin 82a8a27d28
Merge branch 'chibios-20.3.x' into picoi2c 2021-09-18 12:44:54 +02:00
Fabien Poussin ed9b813d5c
Merge pull request #294 from hanya/picoadc
RP2040: Add ADC low level driver
2021-09-18 12:44:35 +02:00
Fabien Poussin 32bcb42776
Merge pull request #299 from hanya/picolinker
RP2040: Add linker script for FLASH with boot2
2021-09-18 12:44:00 +02:00
Fabien Poussin 97d61422ec
Merge branch 'chibios-20.3.x' into picoadc 2021-09-18 12:37:26 +02:00
Fabien Poussin 6421c89c61
Merge pull request #297 from fauxpark/k60f-improvements
K60x improvements
2021-09-18 12:34:16 +02:00
Fabien Poussin 50b0e36062
Merge pull request #296 from hanya/picousb
RP2040: USB driver
2021-09-18 12:33:24 +02:00
Hanya 48218bd9ef RP2040: Add linker script for FLASH with boot2 2021-09-14 18:26:05 +09:00
Hanya 6b0d55c273 Add I2C driver 2021-09-13 19:48:29 +09:00
Joy d1c2126d1c Modified some drivers 2021-09-12 18:02:41 -03:00
Joy cc5a81bf99 Added WB32F3G71xx support 2021-09-12 18:02:41 -03:00
fauxpark 4b24d2e9c0 K60F improvements 2021-09-12 02:59:33 +10:00
Fabien Poussin 9e4deb49e8
Merge pull request #292 from bwisn/bwisn_ht32fixusb
HT32: add missing fields in USBEndpointConfig, to make it compatible …
2021-09-11 00:11:00 +02:00
Fabien Poussin 53db13768e
Merge pull request #295 from KarlK90/gd32vf103-linker-sections
[GD32VF103] Correct linker scripts
2021-09-11 00:10:06 +02:00