summaryrefslogtreecommitdiffstats
path: root/platforms/avr/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate split transactions status field (#16023)Stefan Kerkmann2022-01-261-32/+7
|
* More GPIO compilation fixes. (#15592)Nick Brassel2021-12-261-0/+1
|
* Defer pin operations to gpio.h (#15589)Nick Brassel2021-12-271-6/+0
|
* Tidy up existing i2c_master implementations (#15376)Joel Challis2021-12-021-2/+5
| | | | | * Move chibios defines out of header * Make some avr defines internal
* Tidy up adjustable ws2812 timing (#15299)Joel Challis2021-11-251-8/+3
|
* Fix uart function prototypes (#15162)Drashna Jaelre2021-11-151-2/+2
|
* Update UART driver API (#14839)Ryan2021-11-132-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 Challis2021-11-011-1/+1
|
* Relocate PS2 code (#14895)Joel Challis2021-10-202-0/+278
| | | | | | | * Relocate ps2 protocol code * clang * Move makefile logic
* i2c_master: Add support for reading/writing to 16-bit registers (#14289)Ryan2021-10-072-0/+58
|
* Move Audio drivers from quantum to platform drivers folder (#14308)Drashna Jaelre2021-10-062-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>
* Remove Arduino-style `analogRead()` (#14348)Ryan2021-09-082-24/+0
|
* Relocate platform specific drivers (#13894)Joel Challis2021-08-1718-0/+3116
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly