Skip to content

Bluepad32 v2.5.0

Compare
Choose a tag to compare
@ricardoquesada ricardoquesada released this 08 Jan 18:39
· 1341 commits to main since this release

[2.5.0] - 2022-01-08

New

  • tools/pc_debug: Integrate into Gitlab CI
  • tools/fw: add --clean argument to build.py
  • uni_bluetooth: add uni_bluetooth_set_enabled().
    Allows users to enable/disable accepting new gamepads in runtime.

Changed

  • Update BTStack to 1.5.1. Using hash: d778e7488c62d361fc176e8ae40c0d6bc8b00089
  • Doc: Updated to use idf.py instead of make
  • tools/fw: build.py uses idf.py instead of make
  • Kconfig: The max number of connected gamepads can be changed from menuconfig
    Default changed from 8 to 4.

Fixed

  • NINA/AirLift:
    • Disconnect works as expected.
    • Replaced custom "queue" code with FreeRTOS xQueue
  • tools/fw: Remove sdkconfig before building another platform