mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
unix: Refactor mpconfigport.h and mpconfigvariant.h.
This is a no-op for coverage and minimal. The standard and dev variants have been merged and enable the same feature set as a typical bare-metal board. And remove the CI for the dev build. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
f4fed02537
commit
c1530a0ce8
@@ -28,6 +28,11 @@
|
||||
// continues to build (i.e. catches usage of mp_obj_t that don't work with
|
||||
// this representation).
|
||||
|
||||
#define MICROPY_CONFIG_ROM_LEVEL (MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES)
|
||||
|
||||
// Enable extra Unix features.
|
||||
#include "../mpconfigvariant_common.h"
|
||||
|
||||
// select nan-boxing object model
|
||||
#define MICROPY_OBJ_REPR (MICROPY_OBJ_REPR_D)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user