PythonExtra/ports
Damien George 05bea70979 esp8266/etshal.h: Remove unneeded function declarations.
These removed ones are either unused by MicroPython or provided by osapi.h
in the SDK.  In particular ets_delay_us() has different signatures for
different versions of the SDK, so best to let it provide the declaration.

Fixes issue #8095.

Signed-off-by: Damien George <damien@micropython.org>
2021-12-21 14:37:16 +11:00
..
bare-arm bare-arm/mpconfigport.h: Disable remaining optional features. 2021-11-01 14:23:06 +11:00
cc3200 py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00
esp32 py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00
esp8266 esp8266/etshal.h: Remove unneeded function declarations. 2021-12-21 14:37:16 +11:00
javascript py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00
mimxrt py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00
minimal minimal/mpconfigport.h: Disable features that are not needed. 2021-11-05 13:12:18 +11:00
nrf py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00
pic16bit all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
powerpc all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
qemu-arm all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
rp2 py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00
samd py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00
stm32 stm32/boards/OLIMEX_H407: Fix typo in OLIMEX H407 board.json. 2021-12-20 12:32:46 +11:00
teensy py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00
unix py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00
windows py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00
zephyr py/runtime: Allow initialising sys.path/argv with defaults. 2021-12-18 00:08:07 +11:00