Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 23 | -133/+191 |
| | |||||
* | Followup to #16220, more test error output. (#16221) | Nick Brassel | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | Initial migration of suspend callbacks (#16067) | Joel Challis | 2022-02-05 | 1 | -29/+13 |
| | | | | | * Initial migration of suspend logic * Add header | ||||
* | Create a build error if no bootloader is specified. (#16181) | Nick Brassel | 2022-02-03 | 1 | -0/+0 |
| | | | | | | | | | * Create a build error if no bootloader is specified. * Update builddefs/bootloader.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Deprecate split transactions status field (#16023) | Stefan Kerkmann | 2022-01-26 | 1 | -32/+7 |
| | |||||
* | Remove unused suspend_idle (#16063) | Joel Challis | 2022-01-26 | 1 | -13/+0 |
| | |||||
* | Format code according to conventions (#15593) | QMK Bot | 2021-12-27 | 6 | -13/+8 |
| | |||||
* | Refactor `bootloader_jump()` implementations (#15450) | Ryan | 2021-12-27 | 7 | -293/+332 |
| | | | | | | | * Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot` | ||||
* | More GPIO compilation fixes. (#15592) | Nick Brassel | 2021-12-26 | 1 | -0/+1 |
| | |||||
* | Defer pin operations to gpio.h (#15589) | Nick Brassel | 2021-12-27 | 1 | -6/+0 |
| | |||||
* | Add open-drain GPIO support. (#15282) | Nick Brassel | 2021-12-27 | 1 | -14/+3 |
| | | | | | | | | | * Add open-drain GPIO support. * `qmk format-c` * Wording. * Remove port GPIO implementations as the only board that uses it has its own internal defs anyway. Will wait for first-class handling of ports in core before reimplementing. | ||||
* | Tidy up existing i2c_master implementations (#15376) | Joel Challis | 2021-12-02 | 1 | -2/+5 |
| | | | | | * Move chibios defines out of header * Make some avr defines internal | ||||
* | Tidy up adjustable ws2812 timing (#15299) | Joel Challis | 2021-11-25 | 1 | -8/+3 |
| | |||||
* | Move tmk_core/common/<plat> (#13918) | Joel Challis | 2021-11-19 | 19 | -0/+1905 |
| | |||||
* | Fix uart function prototypes (#15162) | Drashna Jaelre | 2021-11-15 | 1 | -2/+2 |
| | |||||
* | Update UART driver API (#14839) | Ryan | 2021-11-13 | 2 | -9/+25 |
| | | | | | | | | | | | | | | | | | | | | | | * Add uart_puts() and uart_gets() * Add some docs * Rework API * Formatting * Update docs/uart_driver.md Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Simplify a uart_write() loop * Update platforms/avr/drivers/uart.c Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Manually format develop (#15003) | Joel Challis | 2021-11-01 | 1 | -1/+1 |
| | |||||
* | Align usbasp flashing behaviour (#14928) | Joel Challis | 2021-10-24 | 1 | -0/+9 |
| | |||||
* | Relocate PS2 code (#14895) | Joel Challis | 2021-10-20 | 2 | -0/+278 |
| | | | | | | | * Relocate ps2 protocol code * clang * Move makefile logic | ||||
* | i2c_master: Add support for reading/writing to 16-bit registers (#14289) | Ryan | 2021-10-07 | 2 | -0/+58 |
| | |||||
* | Move Audio drivers from quantum to platform drivers folder (#14308) | Drashna Jaelre | 2021-10-06 | 2 | -0/+349 |
| | | | | | | | | | * Move Audio drivers from quantum to platform drivers folder * fix path for audio drivers Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2021-09-10 | 1 | -3/+3 |
|\ | |||||
| * | Change USBasp and bootloadHID bootloaders to lowercase (#14354) | Ryan | 2021-09-10 | 1 | -3/+3 |
| | | |||||
* | | Remove Arduino-style `analogRead()` (#14348) | Ryan | 2021-09-08 | 2 | -24/+0 |
|/ | |||||
* | Fix bootloadHID comments breaking :flash (#14133) | Drashna Jaelre | 2021-08-23 | 1 | -2/+2 |
| | |||||
* | `--parallel` improvements (#13800) | ruro | 2021-08-18 | 1 | -7/+7 |
| | | | | | | | * improve make parallel jobs support * document the --parallel option * disable the output-sync for interactive targets | ||||
* | Relocate platform specific drivers (#13894) | Joel Challis | 2021-08-17 | 18 | -0/+3116 |
| | | | | | | | * Relocate platform specific drivers * Move stm eeprom * Tidy up slightly | ||||
* | Move all the flash logic from tmk_core (#13927) | Joel Challis | 2021-08-15 | 1 | -0/+179 |