Closed
Milestone

v1.11

v1.11 - 2019-09-24 - Karotte

Added

  • Support for sleep-mode instead of full power-off. This means the RTC now retains its state!
  • For debugger users: A GDB macro task_backtrace which allows to view backtraces of tasks which are currently swapped out. Use like
    (gdb) task_backtrace serial_task_id
    ...
    (gdb) task_backtrace dispatcher_task_id
    ...
    (gdb) task_backtrace ble_task_id
  • BHI160 magnetometer sensor
  • ESB API in Pycardium.
  • Monotonic clock API
  • New FOSS font ...

Changed

  • Display.print() uses a transparent background when printing with bg == fg.
  • Try different crc16 module during build because different environments might have different ones installed.
  • Improved ECG app, it can now blink on pulse and more!
  • Improved BHI160 and BME680 apps.

Fixed

  • Fixed a regression which made it impossible to turn off the flashlight.
  • Fixed CRT for l0dables not allowing to overwrite interrupt handlers.
  • Fixed ECG App not closing the sensor on KeyboardInterrupt.
  • Fixed a bug which made the power-button unresponsive when pressed during boot (Interrupts were getting ignored).
  • Fixed simple_menu.Menu.exit() not actually working.
  • Added a few missing locks in leds module.
  • Added a workaround for BHI160 axis mapping not being applied in some cases.
  • Added a critical-section in BLE stack initialization to prevent weird lock-ups.
  • Fixed vibra module crashing when calling vibra.vibrate() while already running.
  • Fixed sensor-sample overflow leading to I2C bus lockup.
  • Work items 3
  • Merge requests 12
  • Participants 1
  • Labels 3
Loading
Loading
Loading
Loading
100% complete
100%
Start date
No start date
None
Due date
No due date
3
Work items 3 New issue
Open: 0 Closed: 3
12
Merge requests 12
Open: 0 Closed: 0 Merged: 12
0
Releases
None
Reference: card10/firmware%"v1.11"