summaryrefslogtreecommitdiff
path: root/platforms/chibios
AgeCommit message (Collapse)AuthorFilesLines
2025-11-30Merge remote-tracking branch 'origin/master' into developQMK Bot12-28/+27
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot12-28/+27
Format code according to conventions
2025-11-27Merge remote-tracking branch 'origin/master' into developQMK Bot1-3/+3
2025-11-28QMK CLI Environment bootstrapper (#25038)Nick Brassel1-3/+3
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Pascal Getreuer <getreuer@google.com>
2025-11-11Add I2C Transmit and Receive function (#25637)Drashna Jaelre1-0/+6
* feat: adds a transmit and receive i2c method * fix: address the i2c transmit and receive length on u16 * Add AVR/LUFA implementation Didn't add a progmem version, since that would only apply to receive. Figured it wasn't worth it, but can add. * Rearrange order of functions * Add docs * Fix doc gen error * Fix lint issues * fix more lint issues
2025-10-13Update STM32F446 default HSE to 8MHz (#25717)Joel Challis3-3/+3
2025-07-13Configure SPI for `QMK_PM2040` board (#25481)Jack Sangdahl1-0/+16
2025-07-13Configure SPI for `STEMCELL` board (#25486)Jack Sangdahl2-1/+16
2025-07-13 Configure SPI for `QMK_BLOK` board (#25487)Jack Sangdahl1-0/+17
2025-07-06Fix SPI bus lock issue in spi_start_extended when using mutual exclusion ↵Copilot1-0/+15
(#25447)
2025-05-22Add `compiler_support.h` (#25274)Pablo Martínez2-3/+7
2025-05-19[Core] STM32G0x1 support (#24301)Stefan Kerkmann7-2/+538
2025-05-12Fix Wear Leveling compilation (#25254)Joel Challis3-0/+3
2025-05-05[Bug] Minimise force-included files (#25194)Nick Brassel1-0/+2
2025-04-10Cater for use of `__errno_r()` in ChibiOS syscalls.c with newer picolibc ↵Nick Brassel1-0/+13
revisions (#25121)
2025-04-08Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+6
2025-04-08Add warning when deprecated 'promicro_rp2040' is used (#25112)Joel Challis1-0/+6
2025-03-28Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2025-03-28Fix path typo related RP2040 (#25069)lsh47111-1/+1
Fix path typo
2025-03-06Add EOL to non-keyboard files (#24990)Joel Challis16-16/+16
2025-02-26fix EEPROM driver for STM32L0/1 cat.1 devices (#24928)Joel Beckmeyer1-9/+36
2025-02-16Patch up issue for inverted complementary output on Backlight (#24794)HorrorTroll1-2/+2
Change complementary output to active high, when backlight on state is 1
2025-01-26Unify spi_master headers (#24857)Ryan2-103/+42
* Move default config to .c file * Explicitly define PAL modes for boards with custom init * Unify spi_master headers
2025-01-26Unify i2c_master headers (#24846)Ryan2-64/+21
* Unify i2c_master headers * More documentation improvements * Reorganise PAL mode defaults
2025-01-26Unify UART headers (#24855)Ryan3-200/+150
* Remove deprecated defines * Move default config to .c files * Unify UART headers * Clean up docs * Reorganise PAL mode defaults
2025-01-19`i2c_master`: remove deprecated functions (#24832)Ryan1-7/+0
2025-01-19Consolidate timer_elapsed implementations (#24830)Joel Challis1-8/+0
2025-01-13Bugfix and update for AT32F415 (#24807)HorrorTroll5-23/+33
2025-01-06Merge remote-tracking branch 'origin/master' into developQMK Bot1-4/+0
2025-01-07Remove preprocessor sanity check for STM32L0/L1 now that it relies on types ↵Nick Brassel1-4/+0
in C. (#24793)
2025-01-03Merge remote-tracking branch 'origin/master' into developQMK Bot1-2/+2
2025-01-03Update some changes for AT32F415 (#24766)HorrorTroll1-2/+2
* Fixed SPI can't compiled issue * Added solenoid support and use 256KB ldscript for Onekey board
2025-01-01Ensure timer_read() is safe to call from interrupt handlers on ARM (#24529)David Hoelscher1-2/+2
2025-01-01always return audio pin to 0 on ARM (#24503)David Hoelscher1-7/+11
2024-11-30Update ChibiOS to latest stable branch. (#24651)Nick Brassel3-0/+48
2024-11-21Bring supported STM32F4 configs in line with F4x1 (#24413)Drashna Jaelre19-188/+142
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2024-11-21Added MCU support for ArteryTek AT32F415 (#23445)HorrorTroll20-61/+949
2024-10-27Change default ARM hardware PWM WS2812 tick frequency to 800kHz (#24508)David Hoelscher1-29/+8
2024-10-25Add timer_save and _restore functions. (#23887)Dasky1-0/+21
Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-10-12Add svlinky converter (#24449)Sadek Baroudi2-0/+46
2024-10-06Allow for `get_hardware_id()` to be used for serial number. (#24053)Nick Brassel1-0/+4
* Allow for `get_hardware_id()` to be used for serial number. * Length checks. * Explain length. * Cleanup. * Preprocessor magic. * Use the force, Batman. * Swap logic; if SERIAL_NUMBER is defined use that, otherwise derive it. * Cleanup. * Cleanup.
2024-10-06WS2812 API rework (#24364)Ryan4-28/+94
* Begin WS2812 API rework * Move RGBW conversion, clean up color.h, fix RGBW for AVR bitbang * Formatting & update PS2AVRGB I2C driver (untested) * Tested ARM bitbang RGB+RGBW * Tested ARM SPI RGB - RGBW not working * Tested ARM PWM RGB+RGBW * Tested RP2040 PIO driver RGB+RGBW * Update RGBLight * Formatting * Fix BM60HSRGB rev2 * Fix oddforge/vea * Fix 1k and XD002 RGBLite * Fix model_m/mschwingen * Fix handwired/promethium * Rename `WS2812_LED_TOTAL` for BM60HSRGB * Fix work_louder boards * Fix dawn60 * Fix rgbkb/pan * Fix neson_design/700e and n6 * Fix ergodox_ez/shine * ergodox_ez/shine: invert indices for left half * Fix matrix/abelx * Fix matrix/m20add * Remove custom rgblight driver for matrix/noah - should be done with lighting layers * Fix LED indexes for RGBLight split * Rename `convert_rgb_to_rgbw()` to `ws2812_rgb_to_rgbw()` * Update WS2812 API docs * `ergodox_ez/shine`: simplify LED index calculation * LED/RGB Matrix: Add weak function for LED index resolution * Bandaid fix for RGB Matrix splits not using WS2812 * `steelseries/prime_plus`: redo custom RGBLight driver * Update keyboards/steelseries/prime_plus/rgblight_custom.c Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> --------- Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2024-09-24Remove `STM32_PWM_USE_ADVANCED` references (#24432)Joel Challis1-1/+1
2024-09-18Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2024-09-18Workaround for broken STM32L433 startup (#24404)kbladewht1-1/+1
Change STM32L433 LSI to False, this is to fix board startup issue , change is same to stm32L432 board
2024-09-10Allow for inverted SPI CS logic (#23699)Dasky2-38/+67
2024-09-05Refactor F4 ld files to use common files (#18059)Mega Mind10-581/+225
2024-09-05Fix RGBW for WS2812 SPI driver (#24367)Ryan1-1/+1
2024-08-18Merge remote-tracking branch 'origin/master' into developQMK Bot1-3/+0
2024-08-19Default STM32G431 back to wear_leveling EFL driver (#24299)Joel Challis1-3/+0