micropython/ports
Krzysztof Adamski e7f7094ef6 rp2/machine_rtc: Check return value from rtc_set_datetime.
The rtc_set_datetime() from pico-sdk will validate the values in the
datetime_t structure and refuse to set the time if they aren't valid. It
makes sense to raise an exception if this happens instead of failing
silently which might be confusing (as an example, see:
https://github.com/micropython/micropython/pull/6928#issuecomment-860166044
).
2021-06-15 00:06:26 +10:00
..
bare-arm
cc3200
esp32 esp32/README: Describe how to select compatible version of existing IDF. 2021-06-11 19:52:10 +10:00
esp8266 esp8266,esp32: Update manifest to point to new dirs in micropython-lib. 2021-05-28 18:32:56 +10:00
javascript
mimxrt mimxrt/machine_rtc: Maintain microsecond offset. 2021-06-12 23:20:12 +10:00
minimal
nrf nrf: Add more math sources to Makefile, and enable log2 implementation. 2021-06-08 16:39:47 +10:00
pic16bit
powerpc
qemu-arm
rp2 rp2/machine_rtc: Check return value from rtc_set_datetime. 2021-06-15 00:06:26 +10:00
samd
stm32 stm32/eth: Fix eth_link_status function to use correct BSR bit. 2021-06-13 12:29:11 +10:00
teensy
unix unix/modffi: Fix conversion between Python integers and ffi types. 2021-06-08 13:06:17 +10:00
windows
zephyr zephyr/boards: Enable ubluetooth on nucleo_wb55rg board. 2021-06-06 21:57:44 +10:00