3f5dc47296
* 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 |
||
---|---|---|
.. | ||
config.h | ||
readme.md | ||
rules.mk |
Raspberry Pi 2040 onekey
To trigger keypress, short together pins GP4 and GP5.
Double-tap reset to enter bootloader mode. Copy the built uf2 file to the device by dragging the file to the new USB disk.
Supported Hardware
- Raspberry Pi Pico
- SparkFun Pro Micro - RP2040
- Adafruit KB2040 - RP2040 Kee Boar
- ...and many more RP2040 based development boards