12 changes: 12 additions & 0 deletions ports/esp32/modules/_boot.py
8 changes: 8 additions & 0 deletions ports/esp32/modules/apa106.py
1 change: 1 addition & 0 deletions ports/esp32/modules/dht.py
1 change: 1 addition & 0 deletions ports/esp32/modules/ds18x20.py
34 changes: 34 additions & 0 deletions ports/esp32/modules/flashbdev.py
42 changes: 42 additions & 0 deletions ports/esp32/modules/inisetup.py
33 changes: 33 additions & 0 deletions ports/esp32/modules/neopixel.py
1 change: 1 addition & 0 deletions ports/esp32/modules/ntptime.py
1 change: 1 addition & 0 deletions ports/esp32/modules/onewire.py
1 change: 1 addition & 0 deletions ports/esp32/modules/umqtt/robust.py
1 change: 1 addition & 0 deletions ports/esp32/modules/umqtt/simple.py
1 change: 1 addition & 0 deletions ports/esp32/modules/upip.py
1 change: 1 addition & 0 deletions ports/esp32/modules/upip_utarfile.py
1 change: 1 addition & 0 deletions ports/esp32/modules/upysh.py
1 change: 1 addition & 0 deletions ports/esp32/modules/urequests.py
1 change: 1 addition & 0 deletions ports/esp32/modules/webrepl.py
1 change: 1 addition & 0 deletions ports/esp32/modules/webrepl_setup.py
1 change: 1 addition & 0 deletions ports/esp32/modules/websocket_helper.py
134 changes: 134 additions & 0 deletions ports/esp32/moduos.c
106 changes: 106 additions & 0 deletions ports/esp32/modutime.c
268 changes: 268 additions & 0 deletions ports/esp32/mpconfigport.h
156 changes: 156 additions & 0 deletions ports/esp32/mphalport.c
86 changes: 86 additions & 0 deletions ports/esp32/mphalport.h
226 changes: 226 additions & 0 deletions ports/esp32/mpthreadport.c
45 changes: 45 additions & 0 deletions ports/esp32/mpthreadport.h
203 changes: 203 additions & 0 deletions ports/esp32/network_lan.c
5 changes: 5 additions & 0 deletions ports/esp32/partitions.csv
12 changes: 4 additions & 8 deletions ports/nrf/hal/hal_rng.h → ports/esp32/qstrdefsport.h
191 changes: 191 additions & 0 deletions ports/esp32/sdkconfig.h
65 changes: 65 additions & 0 deletions ports/esp32/uart.c
33 changes: 33 additions & 0 deletions ports/esp32/uart.h
1 change: 1 addition & 0 deletions ports/esp8266/.gitignore
50 changes: 15 additions & 35 deletions ports/esp8266/Makefile
34 changes: 32 additions & 2 deletions ports/esp8266/README.md
3 changes: 2 additions & 1 deletion ports/esp8266/common-hal/analogio/AnalogIn.c
7 changes: 4 additions & 3 deletions ports/esp8266/common-hal/analogio/AnalogOut.c
3 changes: 2 additions & 1 deletion ports/esp8266/common-hal/busio/SPI.c
11 changes: 6 additions & 5 deletions ports/esp8266/common-hal/busio/UART.c
9 changes: 5 additions & 4 deletions ports/esp8266/common-hal/digitalio/DigitalInOut.c
5 changes: 3 additions & 2 deletions ports/esp8266/common-hal/microcontroller/__init__.c
2 changes: 1 addition & 1 deletion ports/esp8266/common-hal/neopixel_write/__init__.c
4 changes: 3 additions & 1 deletion ports/esp8266/common-hal/os/__init__.c
13 changes: 7 additions & 6 deletions ports/esp8266/common-hal/pulseio/PWMOut.c
9 changes: 5 additions & 4 deletions ports/esp8266/common-hal/pulseio/PulseIn.c
5 changes: 3 additions & 2 deletions ports/esp8266/common-hal/storage/__init__.c
2 changes: 1 addition & 1 deletion ports/esp8266/esp8266.ld
6 changes: 4 additions & 2 deletions ports/esp8266/esp8266_common.ld
11 changes: 6 additions & 5 deletions ports/esp8266/esp_mphal.c
6 changes: 3 additions & 3 deletions ports/esp8266/esp_mphal.h
19 changes: 14 additions & 5 deletions ports/esp8266/espneopixel.c
2 changes: 1 addition & 1 deletion ports/esp8266/espneopixel.h
17 changes: 5 additions & 12 deletions ports/esp8266/esppwm.c
2 changes: 1 addition & 1 deletion ports/esp8266/esppwm.h
8 changes: 8 additions & 0 deletions ports/esp8266/etshal.h
3 changes: 2 additions & 1 deletion ports/esp8266/machine_adc.c
12 changes: 10 additions & 2 deletions ports/esp8266/machine_hspi.c
10 changes: 6 additions & 4 deletions ports/esp8266/machine_pin.c
3 changes: 2 additions & 1 deletion ports/esp8266/machine_pwm.c
9 changes: 5 additions & 4 deletions ports/esp8266/machine_rtc.c
11 changes: 6 additions & 5 deletions ports/esp8266/machine_uart.c
15 changes: 15 additions & 0 deletions ports/esp8266/main.c
1 change: 1 addition & 0 deletions ports/esp8266/makeimg.py
11 changes: 6 additions & 5 deletions ports/esp8266/modesp.c
7 changes: 6 additions & 1 deletion ports/esp8266/modmachine.c
89 changes: 54 additions & 35 deletions ports/esp8266/modnetwork.c
1 change: 0 additions & 1 deletion ports/esp8266/modules/ntptime.py
4 changes: 4 additions & 0 deletions ports/esp8266/modules/webrepl_setup.py
12 changes: 6 additions & 6 deletions ports/esp8266/modutime.c
15 changes: 8 additions & 7 deletions ports/esp8266/mpconfigport.h
3 changes: 3 additions & 0 deletions ports/esp8266/mpconfigport_512k.h
5 changes: 2 additions & 3 deletions ports/esp8266/posix_helpers.c
14 changes: 7 additions & 7 deletions ports/esp8266/espuart.c → ports/esp8266/uart.c
File renamed without changes.
3 changes: 2 additions & 1 deletion ports/minimal/Makefile
2 changes: 1 addition & 1 deletion ports/minimal/README.md
2 changes: 2 additions & 0 deletions ports/minimal/main.c
2 changes: 2 additions & 0 deletions ports/nrf/.gitignore
479 changes: 214 additions & 265 deletions ports/nrf/Makefile
100644 → 100755
57 changes: 31 additions & 26 deletions ports/nrf/README.md
21 changes: 14 additions & 7 deletions ports/atmel-samd/flash_api.h → ports/nrf/background.c
124 changes: 124 additions & 0 deletions ports/nrf/bluetooth/ble_drv.c
63 changes: 63 additions & 0 deletions ports/nrf/bluetooth/ble_drv.h
196 changes: 196 additions & 0 deletions ports/nrf/bluetooth/ble_uart.c
36 changes: 36 additions & 0 deletions ports/nrf/bluetooth/bluetooth_common.mk
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
9,614 changes: 9,614 additions & 0 deletions ports/nrf/bluetooth/s140_nrf52_6.1.0/s140_nrf52_6.1.0_softdevice.hex
37 changes: 0 additions & 37 deletions ports/nrf/bluetooth_conf.h

This file was deleted.

46 changes: 46 additions & 0 deletions ports/nrf/boards/adafruit_nrf52840_s140_v6.ld
196 changes: 0 additions & 196 deletions ports/nrf/boards/feather52832/README.md

This file was deleted.

71 changes: 0 additions & 71 deletions ports/nrf/boards/feather52832/board.c

This file was deleted.

2 changes: 0 additions & 2 deletions ports/nrf/boards/feather52832/bootloader/.gitattributes

This file was deleted.

9 changes: 0 additions & 9 deletions ports/nrf/boards/feather52832/bootloader/README.md

This file was deleted.

Binary file not shown.
Binary file not shown.
44 changes: 0 additions & 44 deletions ports/nrf/boards/feather52832/custom_nrf52832_dfu_app_2.0.1.ld

This file was deleted.

44 changes: 0 additions & 44 deletions ports/nrf/boards/feather52832/custom_nrf52832_dfu_app_5.0.0.ld

This file was deleted.

26 changes: 0 additions & 26 deletions ports/nrf/boards/feather52832/examples/ble_scan.py

This file was deleted.

12 changes: 0 additions & 12 deletions ports/nrf/boards/feather52832/examples/blinky.py

This file was deleted.

20 changes: 0 additions & 20 deletions ports/nrf/boards/feather52832/examples/i2c_scan.py

This file was deleted.

25 changes: 0 additions & 25 deletions ports/nrf/boards/feather52832/examples/pulseio.py

This file was deleted.

79 changes: 0 additions & 79 deletions ports/nrf/boards/feather52832/mpconfigboard.h

This file was deleted.

42 changes: 0 additions & 42 deletions ports/nrf/boards/feather52832/mpconfigboard.mk

This file was deleted.

4 changes: 0 additions & 4 deletions ports/nrf/boards/feather52832/mpconfigboard_s132.mk

This file was deleted.

18 changes: 0 additions & 18 deletions ports/nrf/boards/feather52832/nrf52_hal_conf.h

This file was deleted.

24 changes: 0 additions & 24 deletions ports/nrf/boards/feather52832/pins.csv

This file was deleted.

201 changes: 201 additions & 0 deletions ports/nrf/boards/feather_nrf52840_express/README.md
72 changes: 72 additions & 0 deletions ports/nrf/boards/feather_nrf52840_express/mpconfigboard.h
26 changes: 26 additions & 0 deletions ports/nrf/boards/feather_nrf52840_express/mpconfigboard.mk
55 changes: 55 additions & 0 deletions ports/nrf/boards/feather_nrf52840_express/pins.c
46 changes: 8 additions & 38 deletions ports/nrf/boards/make-pins.py
102 changes: 102 additions & 0 deletions ports/nrf/boards/makerdiary_nrf52840_mdk/README.md
52 changes: 52 additions & 0 deletions ports/nrf/boards/makerdiary_nrf52840_mdk/mpconfigboard.h
26 changes: 26 additions & 0 deletions ports/nrf/boards/makerdiary_nrf52840_mdk/mpconfigboard.mk
63 changes: 63 additions & 0 deletions ports/nrf/boards/makerdiary_nrf52840_mdk/pins.c
96 changes: 96 additions & 0 deletions ports/nrf/boards/makerdiary_nrf52840_mdk_usb_dongle/README.md
41 changes: 41 additions & 0 deletions ports/nrf/boards/makerdiary_nrf52840_mdk_usb_dongle/pins.c
28 changes: 0 additions & 28 deletions ports/nrf/boards/nrf52832_512k_64k.ld

This file was deleted.

28 changes: 0 additions & 28 deletions ports/nrf/boards/nrf52832_512k_64k_s132_2.0.1.ld

This file was deleted.

28 changes: 0 additions & 28 deletions ports/nrf/boards/nrf52832_512k_64k_s132_5.0.0.ld

This file was deleted.

6 changes: 3 additions & 3 deletions ports/nrf/boards/nrf52_prefix.c
74 changes: 74 additions & 0 deletions ports/nrf/boards/particle_argon/mpconfigboard.h
26 changes: 26 additions & 0 deletions ports/nrf/boards/particle_argon/mpconfigboard.mk
72 changes: 72 additions & 0 deletions ports/nrf/boards/particle_argon/pins.c
38 changes: 38 additions & 0 deletions ports/nrf/boards/particle_boron/board.c
74 changes: 74 additions & 0 deletions ports/nrf/boards/particle_boron/mpconfigboard.h
26 changes: 26 additions & 0 deletions ports/nrf/boards/particle_boron/mpconfigboard.mk
72 changes: 72 additions & 0 deletions ports/nrf/boards/particle_boron/pins.c
38 changes: 38 additions & 0 deletions ports/nrf/boards/particle_xenon/board.c
74 changes: 74 additions & 0 deletions ports/nrf/boards/particle_xenon/mpconfigboard.h
26 changes: 26 additions & 0 deletions ports/nrf/boards/particle_xenon/mpconfigboard.mk
65 changes: 65 additions & 0 deletions ports/nrf/boards/particle_xenon/pins.c
83 changes: 0 additions & 83 deletions ports/nrf/boards/pca10040/mpconfigboard.h

This file was deleted.

6 changes: 0 additions & 6 deletions ports/nrf/boards/pca10040/mpconfigboard.mk

This file was deleted.

8 changes: 0 additions & 8 deletions ports/nrf/boards/pca10040/mpconfigboard_s132.mk

This file was deleted.

18 changes: 0 additions & 18 deletions ports/nrf/boards/pca10040/nrf52_hal_conf.h

This file was deleted.

31 changes: 0 additions & 31 deletions ports/nrf/boards/pca10040/pins.csv

This file was deleted.

38 changes: 38 additions & 0 deletions ports/nrf/boards/pca10056/board.c
26 changes: 26 additions & 0 deletions ports/nrf/boards/pca10056/examples/buttons.py
66 changes: 66 additions & 0 deletions ports/nrf/boards/pca10056/mpconfigboard.h
26 changes: 26 additions & 0 deletions ports/nrf/boards/pca10056/mpconfigboard.mk
131 changes: 131 additions & 0 deletions ports/nrf/boards/pca10056/pins.c
38 changes: 38 additions & 0 deletions ports/nrf/boards/pca10059/board.c
Binary file not shown.
23 changes: 23 additions & 0 deletions ports/nrf/boards/pca10059/mpconfigboard.mk
42 changes: 42 additions & 0 deletions ports/nrf/boards/pca10059/pins.c
48 changes: 48 additions & 0 deletions ports/nrf/boards/sparkfun_nrf52840_mini/README.md
38 changes: 38 additions & 0 deletions ports/nrf/boards/sparkfun_nrf52840_mini/board.c
66 changes: 66 additions & 0 deletions ports/nrf/boards/sparkfun_nrf52840_mini/mpconfigboard.h
24 changes: 24 additions & 0 deletions ports/nrf/boards/sparkfun_nrf52840_mini/mpconfigboard.mk
55 changes: 55 additions & 0 deletions ports/nrf/boards/sparkfun_nrf52840_mini/pins.c
114 changes: 54 additions & 60 deletions ports/nrf/common-hal/analogio/AnalogIn.c
2 changes: 0 additions & 2 deletions ports/nrf/common-hal/analogio/AnalogIn.h
12 changes: 5 additions & 7 deletions ports/nrf/common-hal/analogio/AnalogOut.c
152 changes: 152 additions & 0 deletions ports/nrf/common-hal/bleio/Adapter.c
98 changes: 98 additions & 0 deletions ports/nrf/common-hal/bleio/Broadcaster.c
47 changes: 47 additions & 0 deletions ports/nrf/common-hal/bleio/Broadcaster.h
287 changes: 287 additions & 0 deletions ports/nrf/common-hal/bleio/Characteristic.c
46 changes: 46 additions & 0 deletions ports/nrf/common-hal/bleio/Characteristic.h
140 changes: 140 additions & 0 deletions ports/nrf/common-hal/bleio/CharacteristicBuffer.c
43 changes: 43 additions & 0 deletions ports/nrf/common-hal/bleio/CharacteristicBuffer.h
40 changes: 40 additions & 0 deletions ports/nrf/common-hal/bleio/Descriptor.h
601 changes: 601 additions & 0 deletions ports/nrf/common-hal/bleio/Device.c
346 changes: 346 additions & 0 deletions ports/nrf/common-hal/bleio/Peripheral.c
53 changes: 53 additions & 0 deletions ports/nrf/common-hal/bleio/Peripheral.h
108 changes: 108 additions & 0 deletions ports/nrf/common-hal/bleio/Scanner.c
100 changes: 100 additions & 0 deletions ports/nrf/common-hal/bleio/Service.c
98 changes: 98 additions & 0 deletions ports/nrf/common-hal/bleio/UUID.c
48 changes: 48 additions & 0 deletions ports/nrf/common-hal/bleio/UUID.h
68 changes: 68 additions & 0 deletions ports/nrf/common-hal/bleio/__init__.c
42 changes: 42 additions & 0 deletions ports/nrf/common-hal/bleio/__init__.h
11 changes: 1 addition & 10 deletions ports/nrf/common-hal/board/__init__.c
299 changes: 172 additions & 127 deletions ports/nrf/common-hal/busio/I2C.c
17 changes: 12 additions & 5 deletions ports/nrf/common-hal/busio/I2C.h
351 changes: 231 additions & 120 deletions ports/nrf/common-hal/busio/SPI.c
18 changes: 13 additions & 5 deletions ports/nrf/common-hal/busio/SPI.h
289 changes: 264 additions & 25 deletions ports/nrf/common-hal/busio/UART.c
23 changes: 13 additions & 10 deletions ports/nrf/common-hal/busio/UART.h
151 changes: 70 additions & 81 deletions ports/nrf/common-hal/digitalio/DigitalInOut.c
5 changes: 1 addition & 4 deletions ports/nrf/common-hal/digitalio/DigitalInOut.h
140 changes: 140 additions & 0 deletions ports/nrf/common-hal/displayio/ParallelBus.c
45 changes: 45 additions & 0 deletions ports/nrf/common-hal/displayio/ParallelBus.h
151 changes: 124 additions & 27 deletions ports/nrf/common-hal/microcontroller/Pin.c
31 changes: 26 additions & 5 deletions ports/nrf/common-hal/microcontroller/Pin.h
13 changes: 3 additions & 10 deletions ports/nrf/common-hal/microcontroller/Processor.c
65 changes: 61 additions & 4 deletions ports/nrf/common-hal/microcontroller/__init__.c
294 changes: 294 additions & 0 deletions ports/nrf/common-hal/neopixel_write/__init__.c
26 changes: 11 additions & 15 deletions ports/nrf/common-hal/os/__init__.c
335 changes: 185 additions & 150 deletions ports/nrf/common-hal/pulseio/PWMOut.c
14 changes: 6 additions & 8 deletions ports/nrf/common-hal/pulseio/PWMOut.h
222 changes: 210 additions & 12 deletions ports/nrf/common-hal/pulseio/PulseIn.c
12 changes: 8 additions & 4 deletions ports/nrf/common-hal/pulseio/PulseIn.h
125 changes: 115 additions & 10 deletions ports/nrf/common-hal/pulseio/PulseOut.c
6 changes: 3 additions & 3 deletions ports/nrf/common-hal/pulseio/PulseOut.h
116 changes: 116 additions & 0 deletions ports/nrf/common-hal/rotaryio/IncrementalEncoder.c
46 changes: 46 additions & 0 deletions ports/nrf/common-hal/rotaryio/IncrementalEncoder.h
1 change: 1 addition & 0 deletions ports/nrf/common-hal/rotaryio/__init__.c
5 changes: 2 additions & 3 deletions ports/nrf/common-hal/time/__init__.c
116 changes: 116 additions & 0 deletions ports/nrf/common-hal/touchio/TouchIn.c
43 changes: 43 additions & 0 deletions ports/nrf/common-hal/touchio/TouchIn.h
1 change: 1 addition & 0 deletions ports/nrf/common-hal/touchio/__init__.c
144 changes: 0 additions & 144 deletions ports/nrf/device/compiler_abstraction.h

This file was deleted.

77 changes: 0 additions & 77 deletions ports/nrf/device/nrf.h

This file was deleted.

952 changes: 0 additions & 952 deletions ports/nrf/device/nrf52/nrf51_to_nrf52.h

This file was deleted.

567 changes: 0 additions & 567 deletions ports/nrf/device/nrf52/nrf51_to_nrf52840.h

This file was deleted.

2,091 changes: 0 additions & 2,091 deletions ports/nrf/device/nrf52/nrf52.h

This file was deleted.

2,417 changes: 0 additions & 2,417 deletions ports/nrf/device/nrf52/nrf52840.h

This file was deleted.

14,633 changes: 0 additions & 14,633 deletions ports/nrf/device/nrf52/nrf52840_bitfields.h

This file was deleted.

12,642 changes: 0 additions & 12,642 deletions ports/nrf/device/nrf52/nrf52_bitfields.h

This file was deleted.

70 changes: 0 additions & 70 deletions ports/nrf/device/nrf52/nrf52_name_change.h

This file was deleted.

88 changes: 0 additions & 88 deletions ports/nrf/device/nrf52/nrf52_to_nrf52840.h

This file was deleted.

File renamed without changes.
69 changes: 0 additions & 69 deletions ports/nrf/device/nrf52/system_nrf52.h

This file was deleted.

308 changes: 0 additions & 308 deletions ports/nrf/device/nrf52/system_nrf52832.c

This file was deleted.

209 changes: 0 additions & 209 deletions ports/nrf/device/nrf52/system_nrf52840.c

This file was deleted.

69 changes: 0 additions & 69 deletions ports/nrf/device/nrf52/system_nrf52840.h

This file was deleted.

1,095 changes: 0 additions & 1,095 deletions ports/nrf/drivers/bluetooth/ble_drv.c

This file was deleted.

129 changes: 0 additions & 129 deletions ports/nrf/drivers/bluetooth/ble_drv.h

This file was deleted.

279 changes: 0 additions & 279 deletions ports/nrf/drivers/bluetooth/ble_uart.c

This file was deleted.

46 changes: 0 additions & 46 deletions ports/nrf/drivers/bluetooth/bluetooth_common.mk

This file was deleted.

32 changes: 0 additions & 32 deletions ports/nrf/drivers/bluetooth/download_ble_stack.sh

This file was deleted.

1,550 changes: 0 additions & 1,550 deletions ports/nrf/drivers/bluetooth/s132_nrf52_5.0.0/s132_nrf52_5.0.0_API-update.diff

This file was deleted.

Binary file not shown.
Binary file not shown.
257 changes: 0 additions & 257 deletions ports/nrf/drivers/softpwm.c

This file was deleted.

13 changes: 0 additions & 13 deletions ports/nrf/drivers/softpwm.h

This file was deleted.

162 changes: 0 additions & 162 deletions ports/nrf/drivers/ticker.c

This file was deleted.

30 changes: 0 additions & 30 deletions ports/nrf/drivers/ticker.h

This file was deleted.

35 changes: 0 additions & 35 deletions ports/nrf/examples/mountsd.py

This file was deleted.

13 changes: 0 additions & 13 deletions ports/nrf/examples/musictest.py

This file was deleted.

15 changes: 0 additions & 15 deletions ports/nrf/examples/nrf52_pwm.py

This file was deleted.

50 changes: 0 additions & 50 deletions ports/nrf/examples/nrf52_servo.py

This file was deleted.

213 changes: 0 additions & 213 deletions ports/nrf/examples/powerup.py

This file was deleted.

210 changes: 0 additions & 210 deletions ports/nrf/examples/seeed_tft.py

This file was deleted.

27 changes: 0 additions & 27 deletions ports/nrf/examples/ssd1306_mod.py

This file was deleted.

2 changes: 1 addition & 1 deletion ports/nrf/examples/ubluepy_eddystone.py
2 changes: 1 addition & 1 deletion ports/nrf/examples/ubluepy_temp.py
267 changes: 0 additions & 267 deletions ports/nrf/fifo.c

This file was deleted.

148 changes: 0 additions & 148 deletions ports/nrf/fifo.h

This file was deleted.

129 changes: 0 additions & 129 deletions ports/nrf/hal/hal_adc.c

This file was deleted.

118 changes: 0 additions & 118 deletions ports/nrf/hal/hal_adce.c

This file was deleted.

117 changes: 0 additions & 117 deletions ports/nrf/hal/hal_gpio.c

This file was deleted.

158 changes: 0 additions & 158 deletions ports/nrf/hal/hal_gpio.h

This file was deleted.

119 changes: 0 additions & 119 deletions ports/nrf/hal/hal_irq.h

This file was deleted.

118 changes: 0 additions & 118 deletions ports/nrf/hal/hal_pwm.c

This file was deleted.

108 changes: 0 additions & 108 deletions ports/nrf/hal/hal_pwm.h

This file was deleted.

122 changes: 0 additions & 122 deletions ports/nrf/hal/hal_qspie.c

This file was deleted.

110 changes: 0 additions & 110 deletions ports/nrf/hal/hal_qspie.h

This file was deleted.

123 changes: 0 additions & 123 deletions ports/nrf/hal/hal_rtc.c

This file was deleted.

70 changes: 0 additions & 70 deletions ports/nrf/hal/hal_rtc.h

This file was deleted.

127 changes: 0 additions & 127 deletions ports/nrf/hal/hal_spi.c

This file was deleted.

127 changes: 0 additions & 127 deletions ports/nrf/hal/hal_spi.h

This file was deleted.

123 changes: 0 additions & 123 deletions ports/nrf/hal/hal_spie.c

This file was deleted.

76 changes: 0 additions & 76 deletions ports/nrf/hal/hal_temp.c

This file was deleted.

116 changes: 0 additions & 116 deletions ports/nrf/hal/hal_time.c

This file was deleted.

103 changes: 0 additions & 103 deletions ports/nrf/hal/hal_timer.c

This file was deleted.

76 changes: 0 additions & 76 deletions ports/nrf/hal/hal_timer.h

This file was deleted.

133 changes: 0 additions & 133 deletions ports/nrf/hal/hal_twi.c

This file was deleted.

118 changes: 0 additions & 118 deletions ports/nrf/hal/hal_twi.h

This file was deleted.

115 changes: 0 additions & 115 deletions ports/nrf/hal/hal_twie.c

This file was deleted.

181 changes: 0 additions & 181 deletions ports/nrf/hal/hal_uart.c

This file was deleted.

126 changes: 0 additions & 126 deletions ports/nrf/hal/hal_uart.h

This file was deleted.

180 changes: 0 additions & 180 deletions ports/nrf/hal/hal_uarte.c

This file was deleted.

243 changes: 0 additions & 243 deletions ports/nrf/internal_flash.c

This file was deleted.

105 changes: 0 additions & 105 deletions ports/nrf/modules/ble/modble.c

This file was deleted.

144 changes: 0 additions & 144 deletions ports/nrf/modules/machine/adc.c

This file was deleted.

163 changes: 0 additions & 163 deletions ports/nrf/modules/machine/i2c.c

This file was deleted.

155 changes: 0 additions & 155 deletions ports/nrf/modules/machine/led.c

This file was deleted.

Loading