• PicoCalc BIOS - v0.1 Pre-Release

    JackCarterSmith released this 2025-05-04 22:51:41 +02:00 | 13 commits to master since this release

    Changelog since last release:

    • drastic reduction in the STM32's electricity consumption when running (~3.5 mA)
    • removed stm32duino dependencies (use STM32HAL instead, maybe I'll switch to libopencm3 someday...)
    • reduced binary size (~25 KB)
    • added configuration saving solution for registers, including backlight user choise
    • rewriten or added some debug UART interface message
    • lighten AXP2101 PMIC driver

    TODO:

    • add missing registers I2C access
    • implement missing features of registers
    • find systicks overflow reload system
    • add RTC related registers (get/set time, set alarm with wake up signal, ...)
    • code refactoring
    • add fewwiki page to explain the extended features...

    This is a prototype version, can be unstable and some crash corners.
    Recommended for testing purposes only.

    Downloads