File tree Expand file tree Collapse file tree
circuitplayground_express_crickit
circuitplayground_express_displayio
circuitplayground_express Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828#define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
2929
3030// Increase stack size slightly due to CPX library import nesting
31- #define CIRCUITPY_DEFAULT_STACK_SIZE (4504)
31+ #define CIRCUITPY_DEFAULT_STACK_SIZE (4760) //divisible by 8
3232
3333#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
3434#define DEFAULT_I2C_BUS_SDA (&pin_PB02)
Original file line number Diff line number Diff line change 2828#define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
2929
3030// Increase stack size slightly due to CPX library import nesting
31- #define CIRCUITPY_DEFAULT_STACK_SIZE (4504)
31+ #define CIRCUITPY_DEFAULT_STACK_SIZE (4760) // divisible by 8
3232
3333#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
3434#define DEFAULT_I2C_BUS_SDA (&pin_PB02)
Original file line number Diff line number Diff line change 2828#define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
2929
3030// Increase stack size slightly due to CPX library import nesting.
31- #define CIRCUITPY_DEFAULT_STACK_SIZE (4504 ) // divisible by 8
31+ #define CIRCUITPY_DEFAULT_STACK_SIZE (4760 ) // divisible by 8
3232
3333#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
3434#define DEFAULT_I2C_BUS_SDA (&pin_PB02)
You can’t perform that action at this time.
0 commit comments