Skip to content

Commit

Permalink
renesas-ra/machine_timer: Use extmod version of machine.Timer.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Oct 27, 2022
1 parent 98cbace commit 0159085
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 147 deletions.
1 change: 0 additions & 1 deletion ports/renesas-ra/Makefile
Expand Up @@ -308,7 +308,6 @@ SRC_C += \
machine_adc.c \
machine_i2c.c \
machine_spi.c \
machine_timer.c \
machine_uart.c \
machine_pin.c \
machine_rtc.c \
Expand Down
146 changes: 0 additions & 146 deletions ports/renesas-ra/machine_timer.c

This file was deleted.

1 change: 1 addition & 0 deletions ports/renesas-ra/mpconfigport.h
Expand Up @@ -119,6 +119,7 @@
#define MICROPY_PY_MACHINE_SPI_MSB (SPI_FIRSTBIT_MSB)
#define MICROPY_PY_MACHINE_SPI_LSB (SPI_FIRSTBIT_LSB)
#define MICROPY_PY_MACHINE_SOFTSPI (1)
#define MICROPY_PY_MACHINE_TIMER (1)
#endif
#define MICROPY_HW_SOFTSPI_MIN_DELAY (0)
#define MICROPY_HW_SOFTSPI_MAX_BAUDRATE (48000000 / 48)
Expand Down

0 comments on commit 0159085

Please sign in to comment.