Skip to content

Commit

Permalink
ports/mimxrt: Add float implementation to mpconfigport.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
iabdalkader committed Jul 13, 2024
1 parent 9e92921 commit ef5aa62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ports/mimxrt/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ uint32_t trng_random_u32(void);
#define MICROPY_ENABLE_GC (1)
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#ifndef MICROPY_FLOAT_IMPL // can be configured by each board via mpconfigboard.mk
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#endif
#define MICROPY_SCHEDULER_DEPTH (8)
#define MICROPY_SCHEDULER_STATIC_NODES (1)
#define MICROPY_VFS (1)
Expand Down

0 comments on commit ef5aa62

Please sign in to comment.