Commit Graph

385 Commits

Author SHA1 Message Date
Stefan Kerkmann 09dc9d31ea Add RP2040 PWM driver
All individual RP2040 PWM channels are mapped onto distinct ChibiOS PWM
drivers, as this fits driver model which wants an independent timer per
driver.
2022-07-19 20:16:08 +02:00
Fabien Poussin 222f6185a4
testhal/NUMICRO/NUC123/NUTINY-SDK-NUC123-V2.0/EFL: add missing mfs_nocache_buffer_t 2022-05-14 12:00:31 +02:00
Fabien Poussin 7990a187be
testhal/NUMICRO/NUC123: fix readlink 2022-05-14 11:55:28 +02:00
Joy 1f669724c6 Added CI test 2022-04-18 10:16:45 +08:00
zykrahgaming 38c01bd2b8 Revert uneccessary changes to RP2040 files 2022-01-02 14:31:42 +11:00
zykrahgaming c4b31a8fc7 Small fix: repeated definitions in RP2040 chconf.h files 2022-01-02 00:28:20 +11:00
zykrahgaming 95919e3d57 Fixed error from previous commit, renamed chDbgSuspendTrace to chTraceSuspend 2022-01-02 00:12:51 +11:00
zykrahgaming a49fb58fc0 Attempting to fix missing definition/declaration 2022-01-02 00:09:08 +11:00
zykrahgaming 9ace633611 Updated some chconf.h files (NUMICRO) 2022-01-01 23:53:26 +11:00
zykrahgaming f687010af5 Reverted previous commit and also fixed up some missing MCU definitions. Also updated mcuconf.h files of some other files, needs some more work 2022-01-01 21:45:49 +11:00
zykrahgaming 1aac536c86 Testing replacing osal file 2022-01-01 21:27:45 +11:00
zykrahgaming c387fb66e2 Added an additional MCU definition 2022-01-01 21:22:15 +11:00
zykrahgaming 969f0d1996 Attempting to fix IRQ priorities in mcuconf.h again 2022-01-01 21:14:01 +11:00
zykrahgaming 56b7db2d57 Attempting to fix mcuconf.h IRQ priorities again 2022-01-01 21:13:37 +11:00
zykrahgaming 05378dab0c Once again trying to fix IRQ Priorities 2022-01-01 19:38:54 +11:00
zykrahgaming 2d44a5a5ac Attempting to fix IRQ Priorities again 2022-01-01 19:34:30 +11:00
zykrahgaming b3e24e4a8c Defined IRQ Priorities 2022-01-01 19:29:14 +11:00
zykrahgaming 9309bb4cd9 Defined IRQ USART Priorities 2022-01-01 19:28:56 +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 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 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
Fabien Poussin 82a8a27d28
Merge branch 'chibios-20.3.x' into picoi2c 2021-09-18 12:44:54 +02:00
Fabien Poussin 97d61422ec
Merge branch 'chibios-20.3.x' into picoadc 2021-09-18 12:37:26 +02:00
Hanya 6b0d55c273 Add I2C driver 2021-09-13 19:48:29 +09:00
Hanya 42adcfe526 Fix device numbering 2021-09-09 18:15:14 +09:00
Hanya 4315298f40 Fix next channel calculation 2021-09-03 15:49:02 +09:00
Hanya af3b8d6070 Add ADC low level driver for RP2040 2021-09-02 22:26:14 +09:00
Hanya fc097fa6ac Add flag default 2021-08-29 15:36:05 +09:00
Hanya e6c771a989 Add flag to disable error data sequence interrupt 2021-08-29 11:33:35 +09:00
Hanya 5aa9d00853 Enable SOF 2021-08-29 01:05:05 +09:00
Hanya 142a12704d Add serial test code, not working yet 2021-08-29 00:57:07 +09:00
Hanya d98bf4c347 Fix set buffer control 2021-08-27 19:20:42 +09:00
Hanya fea5fe0b5b Add USB driver, not working well 2021-08-25 20:15:28 +09:00
Fabien Poussin f54249ae9a
Merge pull request #281 from AndruPol/chibios-20.3.x
added nrf52 uart driver, changed icu, radio drivers
2021-06-30 00:59:10 +02:00
a_p_u_r_o d2ecd3c530
Merge branch 'chibios-20.3.x' into numicro-gross-fix 2021-06-28 22:00:36 +09:00
andru 3dfa6a5905 added nrf52 uart driver, changed icu, radio drivers 2021-05-14 22:04:00 +03:00
Ein Terakawa 0b84e93734 Follow-up fix to alexclewontin's nuc123-kvs-example 2021-04-03 10:38:49 +09:00