micropython/ports
Damien George 621f40b12c esp32/mpthreadport: Fix calculation of thread stack size.
With this commit the code should work correctly regardless of the size of
StackType_t (it's actually 1 byte in size for the esp32's custom FreeRTOS).

Fixes issue #6072.
2020-06-05 20:55:37 +10:00
..
bare-arm
cc3200
esp32 esp32/mpthreadport: Fix calculation of thread stack size. 2020-06-05 20:55:37 +10:00
esp8266 esp8266/esppwm: Fix PWM glitch when setting duty on different channel. 2020-05-27 16:15:28 +10:00
javascript
mimxrt mimxrt: Add initial impl of machine.LED class, and basic pin support. 2020-06-05 11:47:48 +10:00
minimal minimal: Make build more flexible and work as 64-bit build. 2020-06-02 15:43:44 +10:00
nrf nrf: Add openocd as a supported flasher. 2020-05-15 15:06:02 +10:00
pic16bit
powerpc powerpc/uart: Choose which UART to use at build time, not runtime. 2020-05-29 22:54:55 +10:00
qemu-arm qemu-arm: Support building in debug mode with DEBUG=1. 2020-06-05 20:52:10 +10:00
samd
stm32 stm32/Makefile: Quote libgcc path so spaces are not an issue. 2020-06-02 14:11:08 +10:00
teensy
unix unix/main: Enter REPL when inspect active, even with stdin redirected. 2020-05-16 14:13:15 +10:00
windows windows: Make appveyor.yml self-contained. 2020-05-28 09:56:35 +10:00
zephyr