-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: waveshare_rp2040: add RP2040 Geek
evaluated interfaces: * UART1 (UART) TX/RX : Zephyr Shell Console * USB OTG FS DM/DP (device) : Zephyr Shell Console * TIMER/RTC/WATCHDOG : Zephyr Shell Command 'timer' * PWM3 (PWM) : Zephyr Shell Command 'pwm' * I2C0 (I2C) SDA/SCL on IO header : Zephyr Shell Command 'i2c scan' * SPI0 (SPI) MOSI/NSS/SCK/MISO : on SD-Card * SPI1 (SPI) MOSI/NSS/SCK/MISO : on LCD-1.14 * DBG header GP2 : Zephyr Shell Command 'gpio' * DBG header GP2 as Button : Zephyr Sample Application * DBG header GP3 : Zephyr Shell Command 'gpio' * DBG header GP3 as LED : Zephyr Sample Application (GPIO/PWM) * ST7789V LCD over SPI1 : Zephyr Display/LVGL Sample Application * SDMMC over SPI0 as SDHC : Zephyr FAT-FS Sample Application configured but not yet tested interfaces: * I2C1 (I2C) SDA/SCL on DBG header * ADC (CH[2-3]) on IO header Signed-off-by: Stephan Linz <[email protected]>
- Loading branch information
Showing
23 changed files
with
1,253 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.