stm32/boards: Disable onewire module on boards with small flash.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2021-02-17 13:05:28 +11:00
parent 9b78f3e6c6
commit 5c92ff53fe
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#define MICROPY_PY_FRAMEBUF (0)
#define MICROPY_PY_USOCKET (0)
#define MICROPY_PY_NETWORK (0)
#define MICROPY_PY_ONEWIRE (0)
#define MICROPY_PY_STM (0)
#define MICROPY_PY_PYB_LEGACY (0)
#define MICROPY_PY_UHEAPQ (0)

View File

@ -13,6 +13,7 @@
#define MICROPY_PY_FRAMEBUF (0)
#define MICROPY_PY_USOCKET (0)
#define MICROPY_PY_NETWORK (0)
#define MICROPY_PY_ONEWIRE (0)
#define MICROPY_PY_STM (0)
#define MICROPY_PY_PYB_LEGACY (0)
#define MICROPY_PY_UHEAPQ (0)

View File

@ -7,6 +7,7 @@
#define MICROPY_PY_GENERATOR_PEND_THROW (0)
#define MICROPY_PY_USOCKET (0)
#define MICROPY_PY_NETWORK (0)
#define MICROPY_PY_ONEWIRE (0)
#define MICROPY_PY_STM (0)
#define MICROPY_PY_PYB_LEGACY (0)
#define MICROPY_PY_UHEAPQ (0)