diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-06-20 18:09:35 +0200 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-06-20 18:21:18 +0200 |
| commit | b47a67d566d9d78a45e9069625f212b4b4716ad2 (patch) | |
| tree | cccc1e15bfa542482450d2909d595ec73b3cdba4 /ports/nrf/Makefile | |
| parent | 5fb4cdce45c26e26806fc16d128cba92949e92d9 (diff) | |
nrf: Remove machine, pyb and utime modules
Micropython legacy, keeping it consistent with atsam port.
Diffstat (limited to 'ports/nrf/Makefile')
| -rw-r--r-- | ports/nrf/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index 1515ea39c..8b92fac58 100644 --- a/ports/nrf/Makefile +++ b/ports/nrf/Makefile @@ -158,18 +158,6 @@ SRC_C += \ DRIVERS_SRC_C += $(addprefix modules/,\ - machine/modmachine.c \ - machine/uart.c \ - machine/spi.c \ - machine/i2c.c \ - machine/adc.c \ - machine/pin.c \ - machine/timer.c \ - machine/pwm.c \ - machine/led.c \ - machine/temp.c \ - utime/modutime.c \ - pyb/modpyb.c \ ubluepy/modubluepy.c \ ubluepy/ubluepy_peripheral.c \ ubluepy/ubluepy_service.c \ |
