File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,28 @@ Firmware framework for DIY keyboards.
2424
2525Microcontroller programming framework.
2626
27- - [ https://github.com/picoruby/R2P2 ] ( https://github.com/picoruby/R2P2 )
27+ - For Raspberry Pi Pico: [ https://github.com/picoruby/R2P2 ] ( https://github.com/picoruby/R2P2 )
28+ - For ESP32: Coming soon
29+
30+ #### Porting
31+
32+ | | Raspi Pico| Raspi Pico W| ESP32|
33+ | -----------| ----------| ------------| -----|
34+ | picoruby-adc| ✓| ✓| |
35+ | picoruby-ble| | ✓| |
36+ | picoruby-cyw43| ✓| ✓| |
37+ | picoruby-env| ✓| ✓| |
38+ | picoruby-filesystem-fat| ✓| ✓| |
39+ | picoruby-gpio| ✓| ✓| |
40+ | picoruby-i2c| ✓| ✓| |
41+ | picoruby-io-console| ✓| ✓| |
42+ | picoruby-machine| ✓| ✓| |
43+ | picoruby-net| | ✓| |
44+ | picoruby-pwm| ✓| ✓| |
45+ | picoruby-rng| ✓| ✓| |
46+ | picoruby-spi| ✓| ✓| |
47+ | picoruby-uart| ✓| ✓| |
48+ | picoruby-watchdog| ✓| ✓| |
2849
2950### Tutorial of R2P2
3051
You can’t perform that action at this time.
0 commit comments