92a4261ad5
This adds PL011 UART support which is more plentiful. It also: * Fixes PI4 build by including .dtb files on the SD card. * Enables the activity LED as the status LED on PI4 and CM4 I/O. * Adds that LED as board.LED. Fixes #5650 and progress on #5629
7 lines
198 B
C
7 lines
198 B
C
#define MICROPY_HW_BOARD_NAME "Raspberry Pi 4B"
|
|
|
|
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO3)
|
|
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO2)
|
|
|
|
#define MICROPY_HW_LED_STATUS (&pin_GPIO42)
|