Skip to content
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
3 changes: 3 additions & 0 deletions bricks/movehub/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ PB_LIB_BLUENRG = 1
PB_FROZEN_MODULES = 0
MICROPY_ROM_TEXT_COMPRESSION = 0 # Needed for PYBRICKS_OPT_TERSE_ERR

# Reduce code size at the cost of slower performance.
override CSUPEROPT = -Os

include ../_common/common.mk
3 changes: 3 additions & 0 deletions bricks/technichub/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ PB_LIB_BLE5STACK = 1
PB_LIB_LSM6DS3TR_C = 1
PB_FROZEN_MODULES = 1

# Reduce code size at the cost of slower performance.
override CSUPEROPT = -Os

include ../_common/common.mk