circuitpython/ports
stijn 5f91933e54 windows: Improve default search path.
The default value for MICROPYPATH used in unix/main.c is
"~/.micropython/lib:/usr/lib/micropython" which has 2 problems when used in
the Windows port:
- it has a ':' as path separator but the port uses ';' so the entire string
  is effectively discarded since it gets interpreted as a single path which
  doesn't exist
- /usr/lib/micropython is not a valid path in a standard Windows
  environment

Override the value with a suitable default.
2020-02-11 13:34:35 +11:00
..
bare-arm ports: Allow overriding CROSS_COMPILE in a custom makefile. 2019-12-27 23:53:16 +11:00
cc3200 py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core. 2020-02-07 16:08:26 +11:00
esp32 esp32/uart: Use core-provided mp_keyboard_interrupt, placed in IRAM. 2020-02-07 16:08:31 +11:00
esp8266 esp8266: Put mp_keyboard_interrupt in IRAM. 2020-02-07 16:08:31 +11:00
javascript py/scheduler: Add "raise_exc" argument to mp_handle_pending. 2020-02-07 16:08:20 +11:00
minimal ports: Allow overriding CROSS_COMPILE in a custom makefile. 2019-12-27 23:53:16 +11:00
nrf nrf/drivers: Use mp_raise_msg where appropriate, and shorten exc msgs. 2020-02-11 11:45:14 +11:00
pic16bit ports: Allow overriding CROSS_COMPILE in a custom makefile. 2019-12-27 23:53:16 +11:00
powerpc ports: Allow overriding CROSS_COMPILE in a custom makefile. 2019-12-27 23:53:16 +11:00
qemu-arm qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile. 2019-12-19 17:59:32 +11:00
samd py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt. 2020-02-07 16:08:31 +11:00
stm32 stm32/usbd_cdc_interface: Remove "interrupt_char != -1" check. 2020-02-07 16:08:37 +11:00
teensy ports: Modify mp_hal_pin_write macro so it can be used as a function. 2020-01-14 23:48:42 +11:00
unix unix/main: Use OS-dependent path separator when searching path. 2020-02-11 13:33:56 +11:00
windows windows: Improve default search path. 2020-02-11 13:34:35 +11:00
zephyr zephyr: Enable littlefs. 2020-02-07 11:24:06 +11:00