Skip to content

Commit

Permalink
mimxrt/machine_timer: Use extmod version of machine.Timer.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Oct 27, 2022
1 parent cd35b8a commit 98cbace
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 148 deletions.
1 change: 0 additions & 1 deletion ports/mimxrt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ SRC_C += \
machine_rtc.c \
machine_sdcard.c \
machine_spi.c \
machine_timer.c \
machine_uart.c \
machine_wdt.c \
main.c \
Expand Down
147 changes: 0 additions & 147 deletions ports/mimxrt/machine_timer.c

This file was deleted.

1 change: 1 addition & 0 deletions ports/mimxrt/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ uint32_t trng_random_u32(void);
#define MICROPY_PY_MACHINE_SOFTI2C (1)
#define MICROPY_PY_MACHINE_SPI (1)
#define MICROPY_PY_MACHINE_SOFTSPI (1)
#define MICROPY_PY_MACHINE_TIMER (1)
#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_ONEWIRE (1)
#define MICROPY_PY_UPLATFORM (1)
Expand Down

0 comments on commit 98cbace

Please sign in to comment.