summaryrefslogtreecommitdiffstats
path: root/platforms/chibios
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Blok 2040 conversion (#17603)Albert Y2022-07-212-0/+45
|
* Use Pro Micro pinout for SDA/SCL (#17595)Albert Y2022-07-201-2/+2
|
* Post-bootloader EFL/SPI fixes. (#17661)Nick Brassel2022-07-142-2/+4
| | | | | | | * Fixup read address for EFL driver. * Fixup sequencing of SPI. * Lock during init of EFL backing store.
* Allow MCU-specific overrides for SPI flags. (#17650)Nick Brassel2022-07-132-3/+18
|
* [Fix] Make ChibiOS `_wait.h` independent of `quantum.h` (#17645)Stefan Kerkmann2022-07-121-0/+1
|
* [Core] Use polled waiting on ChibiOS platforms that support it (#17607)Stefan Kerkmann2022-07-115-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | * Use polled waiting on platforms that support it Due to context switching overhead waiting a very short amount of time on a sleeping thread is often not accurate and in fact not usable for timing critical usage i.e. in a driver. Thus we use polled waiting for ranges in the us range on platforms that support it instead. The fallback is the thread sleeping mechanism. This includes: * ARM platforms with CYCCNT register (ARMv7, ARMv8) this is incremented at CPU clock frequency * GD32VF103 RISC-V port with CSR_MCYCLE register this is incremented at CPU clock frequency * RP2040 ARMv6 port which uses the integrated timer peripheral which is incremented with a fixed 1MHz frequency * Use wait_us() instead of chSysPolledDelayX ...as it is powered by busy waiting now. * Add chibios waiting methods test bench
* Stabilize Half-duplex PIO split comms (#17612)Stefan Kerkmann2022-07-111-3/+17
|
* Update PM2040 I2C pins (#17578)Albert Y2022-07-071-2/+2
|
* [Core] Update mpaland/printf to eyalroz/printf fork (#16163)Stefan Kerkmann2022-07-071-1/+2
| | | | | | | | mpaland printf implementation was abandoned in ~2019 and the fork by eyalroz is now regarded to be the goto replacement of it. So this commit incoporates the changes needed to use this fork in QMK. Note that pointer ptrdiff_t is always supported since commit 51c90f93a97fdaef895783ecbe24569be0db7cb8
* Add kb2040 and sparkfun rp2040 converters (#17514)Joel Challis2022-07-0610-0/+252
|
* Fixup SPI. (#17534)Nick Brassel2022-07-051-0/+3
|
* Tentative Teensy 3.5 support (#14420)Ryan2022-07-031-1/+1
| | | | | | | | | | | * Tentative Teensy 3.5 support * Set firmware format to .hex for ARM Teensys * Got to "device descriptor failed" by comparing with Teensy 3.6 code * Drop down to 96MHz... * Bump back up to 120MHz
* RP2040 emulated EEPROM. (#17519)Nick Brassel2022-07-028-6/+431
|
* Disable clang-format for stage2_bootloaders (#17516)Stefan Kerkmann2022-06-301-1/+5
|
* [Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann2022-06-3022-8/+1628
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Disable RESET keycode because of naming conflicts * Add Pico SDK as submodule * Add RP2040 build support to QMK * Adjust USB endpoint structs for RP2040 * Add RP2040 bootloader and double-tap reset routine * Add generic and pro micro RP2040 boards * Add RP2040 onekey keyboard * Add WS2812 PIO DMA enabled driver and documentation Supports regular and open-drain output configuration. RP2040 GPIOs are sadly not 5V tolerant, so this is a bit use-less or needs extra hardware or you take the risk to fry your hardware. * Adjust SIO Driver for RP2040 * Adjust I2C Driver for RP2040 * Adjust SPI Driver for RP2040 * Add PIO serial driver and documentation * Add general RP2040 documentation * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)Nick Brassel2022-06-305-0/+321
|
* [Core] Mark GD32VF103 as ChibiOS-Contrib (#17444)Stefan Kerkmann2022-06-231-0/+1
|
* [BUG] Fix deadlocks on disconnected secondary half (#17423)Stefan Kerkmann2022-06-212-11/+8
|
* [Core] Split ChibiOS usart split driver in protocol and hardware driver part ↵Stefan Kerkmann2022-06-185-226/+263
| | | | (#16669)
* [Core] Allow usage of ChibiOS's SIO driver for split keyboards (#15907)Stefan Kerkmann2022-06-172-62/+150
|
* Rework paths for eeprom locations. (#17326)Nick Brassel2022-06-087-0/+0
| | | | | | | | | * Rework paths for eeprom locations. * File relocation. * Wrong file move. * Fixup test paths.
* Make bootloader_jump for dualbank STM32 respect ↵Thomas Preisner2022-05-301-2/+2
| | | | STM32_BOOTLOADER_DUAL_BANK_DELAY (#17178)
* Add uf2-split-* make targets. (#17257)Dasky2022-05-311-2/+6
|
* Added support for Wb32fq95 (#16871)Joy Lee2022-05-2311-6/+373
|
* [Core] Add Reboot keycode to core (#15990)Drashna Jaelre2022-05-1410-3/+40
|
* Provide better config defaults for bluepill boards (#16909)Joel Challis2022-04-221-0/+8
|
* [CI] Format code according to conventions (#16888)QMK Bot2022-04-191-3/+3
|
* Update wb32-dfu (#16438)Joy Lee2022-04-191-0/+49
|
* [Core] Use a mutex guard for split shared memory (#16647)Stefan Kerkmann2022-04-194-11/+60
|
* Expose API for hardware unique ID (#16869)Joel Challis2022-04-181-0/+15
|
* Add non blackpill F4x1 config files (#16600)Joel Challis2022-04-0613-0/+712
| | | | | | | | | | | * Add non blackpill F4x1 config files * Move ld files * Remove f401 i2c bodges * more bodge? * Update to recommended defaults
* Refactor CTPC logic to allow future converters (#16621)Joel Challis2022-04-033-304/+303
| | | | | | | | | * Refactor CTPC logic to allow future converters * Update builddefs/converters.mk Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* Add emulated eeprom support for STM32F303xE (#16737)dn9uyen2022-03-301-2/+2
| | | Added FEE_PAGE_SIZE and FEE_MCU_FLASH_SIZE defines for the STM32F303xE
* Refactor writePin to work with statements (#16738)Stefan Kerkmann2022-03-271-1/+8
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-231-1/+2
|\
| * [Bug] Fix unused variable error when using ChibiOS Bitbang serial driver ↵Drashna Jaelre2022-03-231-1/+2
| | | | | | | | (#16709)
* | Redo workaround for pin_def errors on KINETIS (#16620)Joel Challis2022-03-111-0/+6
| | | | | | | | | | * Redo workaround for pin_def errors on KINETIS * Redo workaround for pin_def errors on KINETIS
* | Force platform pin defs to be included (#16611)Joel Challis2022-03-101-0/+0
| | | | | | | | | | * Force platform pin defs to be included * Always grab first header
* | Add flash target for UF2 bootloaders (#16525)Stefan Kerkmann2022-03-071-0/+14
| |
* | ChibiOS 21.11.1 update. (#16251)Nick Brassel2022-03-0720-177/+349
|/ | | | | | | | | | | | | | | * ChibiOS 21.11.1 update. * `uf2-tinyuf2` => `tinyuf2` * Updated chibios-contrib, fixup preprocessor for tinyuf2 bootloader. * Fixup keychron L433 boards. * Makefile cleanup. * RISC-V build fixes. * Fixup RISC-V build.
* analog.[ch]: remove unnecessary includes (#16471)Ryan2022-03-042-2/+1
|
* Fix compilation of ChibiOS UART driver (#16348)Joel Challis2022-02-131-1/+1
| | | Cherry picked fix from 15724
* Format code according to conventions (#16322)QMK Bot2022-02-1227-146/+234
|
* Followup to #16220, more test error output. (#16221)Nick Brassel2022-02-051-1/+1
|
* Initial migration of suspend callbacks (#16067)Joel Challis2022-02-051-28/+0
| | | | | * Initial migration of suspend logic * Add header
* ChibiOS timer fixes (#16017)Sergey Vlasov2022-02-051-23/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chibios/timer: Move the 16-bit timer handling into a separate function Extract the code which effectively makes a 32-bit tick counter from a possibly 16-bit ChibiOS system timer into a separate function. Does not really change the behavior of the timer API, but makes the actions done in `timer_clear()` and `timer_read32()` more obvious. * chibios/timer: Rename some variable to better reflect their role * chibios/timer: Fix 32-bit tick counter overflow handling The QMK timer API implementation for ChibiOS used a 32-bit tick counter (obtained from the ChibiOS system timer) and then converted the value to milliseconds to produce the timer value for QMK. However, the frequency of the ChibiOS timer is above 1000 Hz in most cases (values of 10000 Hz or even 100000 Hz are typically used), and therefore the 32-bit tick counter was overflowing and wrapping around much earlier than expected (after about 5 days for 10000 Hz, or about 12 hours for 100000 Hz). When this wraparound happened, the QMK timer value was jumping back to zero, which broke various code dealing with timers (e.g., deferred executors). Just making the tick counter 64-bit to avoid the overflow is not a good solution, because the ChibiOS code which performs the conversion from ticks to milliseconds may encounter overflows when handling a 64-bit value. Adjusting just the value converted to milliseconds to account for lost 2**32 ticks is also not possible, because 2**32 ticks may not correspond to an integer number of milliseconds. Therefore the tick counter overflow is handled as follows: - A reasonably large number of ticks (the highest multiple of the ChibiOS timer frequency that fits into uint32_t) is subtracted from the tick counter, so that its value is again brought below 2**32. The subtracted value is chosen so that it would correspond to an integer number of seconds, therefore it could be converted to milliseconds without any loss of precision. - The equivalent number of milliseconds is then added to the converted QMK timer value, so that the QMK timer continues to count milliseconds as it was before the tick counter overflow. * chibios/timer: Add a virtual timer to make 16-bit timer updates more reliable The code which extends the 16-bit ChibiOS system timer to a 32-bit tick counter requires that it is called at least once for every overflow of the system timer (otherwise the tick counter can skip one or more overflow periods). Normally this requirement is satisfied just from various parts of QMK code reading the current timer value; however, in some rare circumstances the QMK code may be blocked waiting for some event, and when this situation is combined with having a rather high timer frequency, this may result in improper timekeeping. Enhance the timer reliability by adding a ChibiOS virtual timer which invokes a callback every half of the timer overflow period. The virtual timer callback can be invoked even when the normal QMK code is blocked; the only requirement is that the timer interrupts are enabled, and the ChibiOS kernel is not locked for an excessive time (but the timer update will eventually work correctly if the virtual timer handling is not delayed by more than a half of the timer overflow period). Keeping a virtual timer always active also works around a ChibiOS bug that can manifest with a 16-bit system timer and a relatively high timer frequency: when all active virtual timers have delays longer than the timer overflow period, the handling of virtual timers stops completely. In QMK this bug can result in a `wait_ms()` call with a delay larger than the timer overflow period just hanging indefinitely. However, when the timer update code adds a virtual timer with a shorter delay, all other virtual timers are also handled properly.
* Create a build error if no bootloader is specified. (#16181)Nick Brassel2022-02-031-2/+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>
* Fixup builds so that teensy EEPROM knows which MCU it's targeting. (#16168)Nick Brassel2022-02-021-0/+3
|
* Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel2022-02-024-78/+87
| | | | | | | | | | | | | | | | | * Don't make EEPROM size assumptions with dynamic keymaps. * Add support for checking against emulated flash, error out if someone attempts to build a board without specifying EEPROM size. * Reorder defines so that MCU is considered last. * Refactor EEPROM definitions for simplicity. * Fix max sizing of kabedon/kabedon980. * Fix max sizing of mechlovin/olly/jf. * Fix unit tests. * Review comments, add messages with values during build failures.
* Deprecate split transactions status field (#16023)Stefan Kerkmann2022-01-262-35/+16
|