- Aug 18, 2023
-
-
François Revol authored
DEPRECATION: c_args in the [properties] section of the machine file is deprecated, use the [built-in options] section. DEPRECATION: c_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
-
François Revol authored
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
-
- Apr 17, 2022
-
-
rahix authored
-
- Dec 29, 2021
- Dec 27, 2021
- Dec 25, 2021
-
-
rahix authored
-
rahix authored
-
rahix authored
For some development builds, the firmware version string can get quite long. For example: `v1.17-123-g2120027c87da-dirty`. To ensure such long versions still get transmitted properly, increase the buffer size to 32 bytes. Let's hope that's enough for now...
-
rahix authored
Nobody noticed by MicroPython 1.17 brings f-strings. Let's enable them!
-
schneider authored
They were created to support very early launcher scripts and are not needed anymore. This also makes some apps from the hatchery work, as they were not developed with app launchers in mind.
-
- Dec 19, 2021
-
- Dec 11, 2021
-
-
rahix authored
Due to the new renderer, there is now enough space for longer messages. Write out the full messages instead of "compressed" ones.
-
- Dec 07, 2021
-
-
schneider authored
Query the BLE base band for idle periods and put the CPU to sleep during this time. This allows us to reduce clock speed again and wake up in time to quickly serve BLE interrupts. In the future we can now even go lower than DIV4, as BLE continues to work at least until DIV16.
-
- Nov 29, 2021
- Nov 28, 2021
- Nov 16, 2021