mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
This increases binary size by about 4KB on C3, probably a bit less on S2. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
13 lines
384 B
C
13 lines
384 B
C
#define MICROPY_HW_BOARD_NAME "LOLIN_S2_PICO"
|
|
#define MICROPY_HW_MCU_NAME "ESP32-S2FN4R2"
|
|
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "mpy-s2-pico"
|
|
|
|
#define MICROPY_PY_BLUETOOTH (0)
|
|
|
|
#define MICROPY_HW_I2C0_SCL (9)
|
|
#define MICROPY_HW_I2C0_SDA (8)
|
|
|
|
#define MICROPY_HW_SPI1_MOSI (35)
|
|
#define MICROPY_HW_SPI1_MISO (36)
|
|
#define MICROPY_HW_SPI1_SCK (37)
|