| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Decouple VIA from STM32 L0/L1 EEPROM implementation (#23901) | Joel Challis | 2024-06-12 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-06-10 | 1 | -3/+8 |
| |\ | |||||
| | * | Re-implement `eeprom_write_qword` as define (#23890) | Joel Challis | 2024-06-10 | 1 | -3/+8 |
| | | | |||||
| * | | Add STM32F405RG ld script for tinyuf2 (#23885) | Drashna Jaelre | 2024-06-09 | 1 | -0/+89 |
| | | | |||||
| * | | [wear_leveling] efl updates (#22489) | dexter93 | 2024-06-04 | 1 | -9/+24 |
| | | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-05-29 | 2 | -2/+2 |
| |\| | |||||
| | * | Workaround for broken ChibiOS startup (#23822) | Joel Challis | 2024-05-29 | 2 | -2/+2 |
| | | | |||||
| * | | EEPROM: Don't erase if we don't have to. Adding eeprom_driver_format ↵ | Purdea Andrei | 2024-05-28 | 2 | -0/+13 |
| |/ | | | | abstraction. (#18332) | ||||
| * | Rename `RGBW` define to `WS2812_RGBW` (#23585) | Ryan | 2024-04-27 | 5 | -11/+11 |
| | | |||||
| * | Update ChibiOS submodules. (#23405) | Nick Brassel | 2024-04-05 | 1 | -4/+5 |
| | | |||||
| * | Update I2C API usage in keyboard code (#23360) | Ryan | 2024-03-27 | 1 | -1/+1 |
| | | |||||
| * | Add init function to RGBLight driver struct (#23076) | Ryan | 2024-03-18 | 6 | -34/+5 |
| | | |||||
| * | Infer eeconfig identifiers (#22135) | Joel Challis | 2024-03-14 | 1 | -0/+4 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-03-09 | 1 | -0/+11 |
| |\ | |||||
| | * | Attempt to deal with GCC 13+ and rv32 arch extensions. (#23086) | Nick Brassel | 2024-03-09 | 1 | -0/+11 |
| | | | |||||
| * | | [Audio] Add support for audio shutdown pin (#22731) | Drashna Jaelre | 2024-03-06 | 6 | -18/+18 |
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-03-02 | 3 | -12/+6 |
| |\| | |||||
| | * | Workaround for uart makefile issues (#23192) | Joel Challis | 2024-03-02 | 3 | -12/+6 |
| | | | |||||
| * | | WS2812 PWM: prefix for DMA defines (#23111) | Ryan | 2024-03-02 | 3 | -37/+49 |
| |/ | | | | | * WS2812 PWM: prefix for DMA defines * Add backward compatibility defines | ||||
| * | Fix up AVR production build target. (#23190) | Nick Brassel | 2024-03-01 | 1 | -3/+3 |
| | | |||||
| * | [Core] Allow ChibiOS `SIO` driver for `UART` driver (#22839) | Stefan Kerkmann | 2024-02-20 | 9 | -127/+380 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * onekey: stm32f3_disco: add usart pins and activate peripheral Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * chibios: uart: change SD1 prefix to UART Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * chibios: uart: add SIO driver and RP2040 compatibility Signed-off-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Update platforms/chibios/drivers/uart.h Co-authored-by: Joel Challis <git@zvecr.com> --------- Signed-off-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | WS2812 bitbang: prefix for `NOP_FUDGE` define (#23110) | Ryan | 2024-02-20 | 1 | -5/+10 |
| | | |||||
| * | Update GPIO macro usages in core (#23093) | Ryan | 2024-02-18 | 8 | -45/+45 |
| | | |||||
| * | Update naming convention for GPIO control macros (#23085) | Ryan | 2024-02-16 | 4 | -41/+58 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-02-06 | 1 | -1/+5 |
| |\ | |||||
| | * | WS2812: Better error message when trying to use `bitbang` driver on RP2040 ↵ | Ryan | 2024-02-06 | 1 | -1/+5 |
| | | | | | | | | | (#23025) | ||||
| * | | Workaround for G431 eeprom emulation (#23002) | Joel Challis | 2024-02-03 | 2 | -0/+22 |
| | | | |||||
| * | | Tidy up print/debug logging headers (#22969) | Joel Challis | 2024-01-27 | 1 | -7/+0 |
| | | | |||||
| * | | I2C driver cleanup (#21273) | David Hoelscher | 2024-01-17 | 4 | -37/+43 |
| | | | | | | | | | | | * remove i2c_start and i2c_stop from i2c drivers * remove static i2c_address variable from chibios i2c driver | ||||
| * | | i2c: rename read/write register functions (#22905) | Ryan | 2024-01-16 | 4 | -16/+30 |
| | | | |||||
| * | | Remove PWM advanced check for WS2812 driver (#22830) | Drashna Jaelre | 2024-01-05 | 1 | -3/+0 |
| | | | |||||
| * | | [Audio] Enable Complementary output for PWM Hardware driver (#22726) | Drashna Jaelre | 2023-12-22 | 1 | -1/+7 |
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | | dac_additive: Decouple the buffer length from the waveform length (#22276) | Nebuleon | 2023-12-12 | 2 | -22/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | * dac_additive: Decouple the buffer length from the waveform length * Formatting changes for the previous commit * Reformat waveform tables with rows of 16 entries, ending at column 116 * Revert "Reformat waveform tables with rows of 16 entries, ending at column 116" This reverts commit 6f2d37908d6e73e1505ce61e63190f32f051586f. | ||||
| * | | Add ADC support STM32L4xx and STM32G4xx series MCUs (#22341) | Cipulot | 2023-12-08 | 1 | -9/+102 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update analog.c * Changes to remove errors in compile * Update analog.c Fix for RP2040 build errors * Revert "Merge branch 'adc-add-stm32l4xx-stm32g4xx' of https://github.com/Cipulot/qmk_firmware into adc-add-stm32l4xx-stm32g4xx" This reverts commit b11c2970785ce41ec772689749d71a2bd0ab48e7, reversing changes made to ed3051f94109b53eb1735882abfe7f57473bdca8. * Update analog.c Attempt fix for formatting CI error * Update platforms/chibios/drivers/analog.c Co-authored-by: Joel Challis <git@zvecr.com> * Update platforms/chibios/drivers/analog.c Co-authored-by: Joel Challis <git@zvecr.com> * Update platforms/chibios/drivers/analog.c Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | | Add Imera converter (#22419) | leah-splitkb | 2023-11-28 | 2 | -0/+46 |
| |/ | |||||
| * | Cater for ECC failures in EFL wear-leveling. (#19749) | Nick Brassel | 2023-11-26 | 3 | -2/+78 |
| | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
| * | Add simpler method for relocating functions to RAM. (#21804) | Nick Brassel | 2023-11-22 | 3 | -0/+28 |
| | | |||||
| * | chibios: disable RWX segment warning on newer GNU lds (#22471) | Joel Challis | 2023-11-14 | 1 | -0/+5 |
| | | |||||
| * | Revert "chibios: disable RWX segment warning on newer GNU lds (#22007)" (#22469) | Nick Brassel | 2023-11-13 | 2 | -4/+3 |
| | | | | This reverts commit de3c42125b661f62757f8ee4f6184c089340d3a0. | ||||
| * | chibios: disable RWX segment warning on newer GNU lds (#22007) | Thomas Weißschuh | 2023-11-13 | 2 | -3/+4 |
| | | |||||
| * | Consolidate some EEPROM Driver configuration (#22321) | Joel Challis | 2023-10-23 | 1 | -3/+1 |
| | | |||||
| * | ChibiOS pin defs: use only vendor if present (#22297) | Ryan | 2023-10-21 | 1 | -263/+264 |
| | | |||||
| * | Prep work for NKRO report separation (#22268) | Ryan | 2023-10-14 | 1 | -4/+4 |
| | | | | | | | | | | | | * Clean up some keyboard/userspace code * Rename `KEYBOARD_REPORT_BITS` -> `NKRO_REPORT_BITS` * Add some missing includes * Use `PACKED` define for report types * Fix incorrect function signatures for FlexRAM EEPROM driver | ||||
| * | avrdude: Version 7.2 changes the text output (#22235) | Dominik | 2023-10-09 | 1 | -2/+2 |
| | | | | | | | from "could not find USB device with" to "cannot find USB device with" This should fix issue #22234 Co-authored-by: Dominik Loidolt <dominik.loidolt@univie.ac.at> | ||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-09-26 | 2 | -4/+7 |
| |\ | |||||
| | * | Fix entry into bootloader for STM32G431. (#22138) | Nick Brassel | 2023-09-26 | 2 | -4/+7 |
| | | | |||||
| * | | Simplify more feature driver defines (#22090) | Ryan | 2023-09-25 | 4 | -11/+11 |
| | | | |||||
| * | | Set default board files for uf2boot bootloader (#22129) | Joel Challis | 2023-09-25 | 1 | -0/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2023-09-25 | 1 | -1/+1 |
| |\| | |||||
| | * | Document the RP2040-specific PS/2 implementation (#22079) | Michael Büchler | 2023-09-25 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | ||||