Skip to content

disable settable pystack on c3/s3 #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
#define DEFAULT_UART_BUS_TX (&pin_GPIO39)

#define DOUBLE_TAP_PIN (&pin_GPIO34)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
#define DEFAULT_UART_BUS_TX (&pin_GPIO39)

#define DOUBLE_TAP_PIN (&pin_GPIO34)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
#define DEFAULT_UART_BUS_TX (&pin_GPIO35)

#define DOUBLE_TAP_PIN (&pin_GPIO34)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
#define DEFAULT_UART_BUS_TX (&pin_GPIO1)

#define DOUBLE_TAP_PIN (&pin_GPIO38)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO9)

#define CIRCUITPY_ESP_USB_SERIAL_JTAG (1)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO5, .rx = &pin_GPIO16}}

#define DOUBLE_TAP_PIN (&pin_GPIO10)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@
// Serial over UART
#define CIRCUITPY_CONSOLE_UART_RX DEFAULT_UART_BUS_RX
#define CIRCUITPY_CONSOLE_UART_TX DEFAULT_UART_BUS_TX

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/ai_thinker_esp32-c3s/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@
// Serial over UART
#define CIRCUITPY_CONSOLE_UART_RX DEFAULT_UART_BUS_RX
#define CIRCUITPY_CONSOLE_UART_TX DEFAULT_UART_BUS_TX

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/beetle-esp32-c3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO21, .rx = &pin_GPIO20}}

#define CIRCUITPY_ESP_USB_SERIAL_JTAG (1)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/bpi_leaf_s3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@

#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/bpi_picow_s3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define DOUBLE_TAP_PIN (&pin_GPIO34)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
#define DEFAULT_UART_BUS_TX (&pin_GPIO15)

#define DOUBLE_TAP_PIN (&pin_GPIO1)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@
// Serial over UART
#define CIRCUITPY_CONSOLE_UART_RX DEFAULT_UART_BUS_RX
#define CIRCUITPY_CONSOLE_UART_TX DEFAULT_UART_BUS_TX

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/espressif_esp32s3_box/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@

#define MICROPY_HW_BOARD_NAME "ESP32-S3-Box-2.5"
#define MICROPY_HW_MCU_NAME "ESP32S3"

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@

#define MICROPY_HW_BOARD_NAME "ESP32-S3-Box-Lite"
#define MICROPY_HW_MCU_NAME "ESP32S3"

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define AUTORESET_DELAY_MS 500

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@

#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@

#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@

#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@

#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/espressif_esp32s3_eye/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
}

#define DEFAULT_RESERVED_PSRAM (1048576)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@

#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/lilygo_tembed_esp32s3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@

#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/lilygo_ttgo_t-01c3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@

#define CIRCUITPY_CONSOLE_UART_RX DEFAULT_UART_BUS_RX
#define CIRCUITPY_CONSOLE_UART_TX DEFAULT_UART_BUS_TX

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/lolin_c3_mini/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO21, .rx = &pin_GPIO20}}

#define CIRCUITPY_ESP_USB_SERIAL_JTAG (1)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/lolin_s3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO12)
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO11)
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO13)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/luatos_core_esp32c3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO21, .rx = &pin_GPIO20}}

#define CIRCUITPY_ESP_USB_SERIAL_JTAG (1)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/m5stack_stamp_c3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@
// Serial over UART
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO20)
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO21)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/microdev_micro_c3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@

// For entering safe mode
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO9)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/seeed_xiao_esp32c3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
#define DEFAULT_UART_BUS_TX (&pin_GPIO21)

#define CIRCUITPY_ESP_USB_SERIAL_JTAG (1)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO17)
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO15)
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO16)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/smartbeedesigns_bee_s3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO39)
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO35)
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO38)

#define CIRCUITPY_SETTABLE_PYSTACK 0
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define DOUBLE_TAP_PIN (&pin_GPIO47)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/unexpectedmaker_pros3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define DOUBLE_TAP_PIN (&pin_GPIO47)

#define CIRCUITPY_SETTABLE_PYSTACK 0
2 changes: 2 additions & 0 deletions ports/espressif/boards/unexpectedmaker_tinys3/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)

#define DOUBLE_TAP_PIN (&pin_GPIO47)

#define CIRCUITPY_SETTABLE_PYSTACK 0