circuitpython/ports
Thorsten von Eicken 50a7ba2348 esp32/modmachine: Fix machine.reset_cause to use IDF's esp_reset_reason.
The code previously called rtc_get_reset_reason which is a "raw" reset
cause.  The ESP-IDF massages that for the proper reset cause available from
esp_reset_reason.

Fixes issue #5134.
2020-05-29 22:27:53 +10:00
..
bare-arm ports: Enable error text compression for various ports, but not all. 2020-04-05 15:02:06 +10:00
cc3200 all: Factor gchelper code to one place and use it for unix & ARM ports. 2020-04-29 23:45:19 +10:00
esp32 esp32/modmachine: Fix machine.reset_cause to use IDF's esp_reset_reason. 2020-05-29 22:27:53 +10:00
esp8266 esp8266/esppwm: Fix PWM glitch when setting duty on different channel. 2020-05-27 16:15:28 +10:00
javascript all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
mimxrt mimxrt/boards: Add MIMXRT1060_EVK board. 2020-05-27 16:49:52 +10:00
minimal all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
nrf nrf: Add openocd as a supported flasher. 2020-05-15 15:06:02 +10:00
pic16bit all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
powerpc powerpc: Set better default compiler. 2020-05-27 17:02:04 +10:00
qemu-arm all: Factor gchelper code to one place and use it for unix & ARM ports. 2020-04-29 23:45:19 +10:00
samd all: Factor gchelper code to one place and use it for unix & ARM ports. 2020-04-29 23:45:19 +10:00
stm32 stm32/boards: Add board config for Nucleo-F412ZG development board. 2020-05-15 10:48:48 +10:00
teensy all: Factor gchelper code to one place and use it for unix & ARM ports. 2020-04-29 23:45:19 +10:00
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 zephyr: Use zephyr build system to merge configurations. 2020-05-05 00:48:44 +10:00