| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-11-30 | 12 | -28/+27 |
| |\ | |||||
| | * | [CI] Format code according to conventions (#25827) | QMK Bot | 2025-11-30 | 12 | -28/+27 |
| | | | | | | | Format code according to conventions | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-11-27 | 1 | -3/+3 |
| |\| | |||||
| | * | QMK CLI Environment bootstrapper (#25038) | Nick Brassel | 2025-11-27 | 1 | -3/+3 |
| | | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Pascal Getreuer <getreuer@google.com> | ||||
| * | | Add I2C Transmit and Receive function (#25637) | Drashna Jaelre | 2025-11-11 | 1 | -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 | ||||
| * | | Update STM32F446 default HSE to 8MHz (#25717) | Joel Challis | 2025-10-13 | 3 | -3/+3 |
| |/ | |||||
| * | Configure SPI for `QMK_PM2040` board (#25481) | Jack Sangdahl | 2025-07-13 | 1 | -0/+16 |
| | | |||||
| * | Configure SPI for `STEMCELL` board (#25486) | Jack Sangdahl | 2025-07-13 | 2 | -1/+16 |
| | | |||||
| * | Configure SPI for `QMK_BLOK` board (#25487) | Jack Sangdahl | 2025-07-13 | 1 | -0/+17 |
| | | |||||
| * | Fix SPI bus lock issue in spi_start_extended when using mutual exclusion ↵ | Copilot | 2025-07-06 | 1 | -0/+15 |
| | | | | | (#25447) | ||||
| * | Add `compiler_support.h` (#25274) | Pablo Martínez | 2025-05-22 | 2 | -3/+7 |
| | | |||||
| * | [Core] STM32G0x1 support (#24301) | Stefan Kerkmann | 2025-05-19 | 7 | -2/+538 |
| | | |||||
| * | Fix Wear Leveling compilation (#25254) | Joel Challis | 2025-05-12 | 3 | -0/+3 |
| | | |||||
| * | [Bug] Minimise force-included files (#25194) | Nick Brassel | 2025-05-05 | 1 | -0/+2 |
| | | |||||
| * | Cater for use of `__errno_r()` in ChibiOS syscalls.c with newer picolibc ↵ | Nick Brassel | 2025-04-10 | 1 | -0/+13 |
| | | | | | revisions (#25121) | ||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-04-08 | 1 | -0/+6 |
| |\ | |||||
| | * | Add warning when deprecated 'promicro_rp2040' is used (#25112) | Joel Challis | 2025-04-08 | 1 | -0/+6 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-03-28 | 1 | -1/+1 |
| |\| | |||||
| | * | Fix path typo related RP2040 (#25069) | lsh4711 | 2025-03-28 | 1 | -1/+1 |
| | | | | | | | Fix path typo | ||||
| * | | Add EOL to non-keyboard files (#24990) | Joel Challis | 2025-03-07 | 16 | -16/+16 |
| |/ | |||||
| * | fix EEPROM driver for STM32L0/1 cat.1 devices (#24928) | Joel Beckmeyer | 2025-02-26 | 1 | -9/+36 |
| | | |||||
| * | Patch up issue for inverted complementary output on Backlight (#24794) | HorrorTroll | 2025-02-16 | 1 | -2/+2 |
| | | | | Change complementary output to active high, when backlight on state is 1 | ||||
| * | Unify spi_master headers (#24857) | Ryan | 2025-01-26 | 2 | -103/+42 |
| | | | | | | | | * Move default config to .c file * Explicitly define PAL modes for boards with custom init * Unify spi_master headers | ||||
| * | Unify i2c_master headers (#24846) | Ryan | 2025-01-26 | 2 | -64/+21 |
| | | | | | | | | * Unify i2c_master headers * More documentation improvements * Reorganise PAL mode defaults | ||||
| * | Unify UART headers (#24855) | Ryan | 2025-01-26 | 3 | -200/+150 |
| | | | | | | | | | | | | * Remove deprecated defines * Move default config to .c files * Unify UART headers * Clean up docs * Reorganise PAL mode defaults | ||||
| * | `i2c_master`: remove deprecated functions (#24832) | Ryan | 2025-01-20 | 1 | -7/+0 |
| | | |||||
| * | Consolidate timer_elapsed implementations (#24830) | Joel Challis | 2025-01-19 | 1 | -8/+0 |
| | | |||||
| * | Bugfix and update for AT32F415 (#24807) | HorrorTroll | 2025-01-14 | 5 | -23/+33 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-06 | 1 | -4/+0 |
| |\ | |||||
| | * | Remove preprocessor sanity check for STM32L0/L1 now that it relies on types ↵ | Nick Brassel | 2025-01-06 | 1 | -4/+0 |
| | | | | | | | | | in C. (#24793) | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-03 | 1 | -2/+2 |
| |\| | |||||
| | * | Update some changes for AT32F415 (#24766) | HorrorTroll | 2025-01-03 | 1 | -2/+2 |
| | | | | | | | | | | | * Fixed SPI can't compiled issue * Added solenoid support and use 256KB ldscript for Onekey board | ||||
| * | | Ensure timer_read() is safe to call from interrupt handlers on ARM (#24529) | David Hoelscher | 2025-01-02 | 1 | -2/+2 |
| | | | |||||
| * | | always return audio pin to 0 on ARM (#24503) | David Hoelscher | 2025-01-02 | 1 | -7/+11 |
| | | | |||||
| * | | Update ChibiOS to latest stable branch. (#24651) | Nick Brassel | 2024-11-30 | 3 | -0/+48 |
| |/ | |||||
| * | Bring supported STM32F4 configs in line with F4x1 (#24413) | Drashna Jaelre | 2024-11-21 | 19 | -188/+142 |
| | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
| * | Added MCU support for ArteryTek AT32F415 (#23445) | HorrorTroll | 2024-11-21 | 20 | -61/+949 |
| | | |||||
| * | Change default ARM hardware PWM WS2812 tick frequency to 800kHz (#24508) | David Hoelscher | 2024-10-28 | 1 | -29/+8 |
| | | |||||
| * | Add timer_save and _restore functions. (#23887) | Dasky | 2024-10-25 | 1 | -0/+21 |
| | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Add svlinky converter (#24449) | Sadek Baroudi | 2024-10-12 | 2 | -0/+46 |
| | | |||||
| * | Allow for `get_hardware_id()` to be used for serial number. (#24053) | Nick Brassel | 2024-10-06 | 1 | -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. | ||||
| * | WS2812 API rework (#24364) | Ryan | 2024-10-06 | 4 | -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> | ||||
| * | Remove `STM32_PWM_USE_ADVANCED` references (#24432) | Joel Challis | 2024-09-24 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-09-18 | 1 | -1/+1 |
| |\ | |||||
| | * | Workaround for broken STM32L433 startup (#24404) | kbladewht | 2024-09-18 | 1 | -1/+1 |
| | | | | | | | Change STM32L433 LSI to False, this is to fix board startup issue , change is same to stm32L432 board | ||||
| * | | Allow for inverted SPI CS logic (#23699) | Dasky | 2024-09-10 | 2 | -38/+67 |
| | | | |||||
| * | | Refactor F4 ld files to use common files (#18059) | Mega Mind | 2024-09-06 | 10 | -581/+225 |
| |/ | |||||
| * | Fix RGBW for WS2812 SPI driver (#24367) | Ryan | 2024-09-06 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-08-18 | 1 | -3/+0 |
| |\ | |||||
| | * | Default STM32G431 back to wear_leveling EFL driver (#24299) | Joel Challis | 2024-08-18 | 1 | -3/+0 |
| | | | |||||