micropython/ports
David Lechner f1b6e6bb15 unix/modos: Implement putenv and unsetenv to complement getenv.
CPython also has os.environ, which should be used instead of os.getenv()
due to caching in the os.environ mapping.  But for MicroPython it makes
sense to only implement the basic underlying methods, ie getenv/putenv/
unsetenv.
2020-02-04 17:54:31 +11:00
..
bare-arm
cc3200 py/mpthread.h: Use strong type for mp_thread_set_state() argument. 2020-01-29 17:10:32 +11:00
esp32 py/mpthread.h: Use strong type for mp_thread_set_state() argument. 2020-01-29 17:10:32 +11:00
esp8266 esp8266/modules/ntptime.py: Add comment about configuring NTP host. 2020-01-31 23:54:11 +11:00
javascript
minimal
nrf nrf/boards/common.ld: Add ENTRY(Reset_Handler) in linker script. 2020-02-01 00:09:44 +11:00
pic16bit
powerpc
qemu-arm
samd
stm32 stm32/powerctrl: Reenable PLL3 on H7 MCUs when waking from stop mode. 2020-01-31 23:25:18 +11:00
teensy
unix unix/modos: Implement putenv and unsetenv to complement getenv. 2020-02-04 17:54:31 +11:00
windows
zephyr zephyr: Remove reference to syscall_macros_h_target. 2020-02-04 17:10:24 +11:00