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:
Jim Mussared
2022-08-15 13:58:34 +10:00
committed by Damien George
parent f4fed02537
commit c1530a0ce8
13 changed files with 278 additions and 393 deletions

View File

@@ -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)