Skip to content
Snippets Groups Projects
Select Git revision
  • ffce77e17c04519d1d416c2a4e223f78e3a35948
  • master default protected
  • ecg-ledupdate
  • ecg-app-pause
  • ecg-app
  • remove-debug-bhi160
  • docs-power
  • clock-colors
  • ble-text-color
  • menu-timeout
  • update-menu
  • rahix/batt
  • genofire/ble-rewrite
  • renze/safe_mode
  • renze/hatchery_apps
  • schneider/fundamental-test
  • koalo/factory-reset
  • ios-workarounds
  • msgctl/gfx_rle
  • msgctl/faultscreen
  • msgctl/textbuffer_api
  • v1.1
  • v1.0
  • release-1
  • bootloader-v1
  • v0.0
26 results

config.mk

Blame
  • Forked from card10 / firmware
    1545 commits behind the upstream repository.
    user avatar
    schneider authored and Rahix committed
    Plug in a new SDK with improved BLE support (more source files
    available)
    
    Does not yet actually us BLE.
    ffce77e1
    History
    config.mk 383 B
    # Specifies whether the legacy 4.2 api should be used.
    # 1 by default.
    # Set to 1 to use 4.2 advertisements.
    # Set to 0 to use 5.0 extended advertisements.
    BTLE_APP_USE_LEGACY_API?=1
    
    # Specifies whether scan requests should be transmitted.
    BTLE_APP_USE_ACTIVE_SCANNING?=1
    
    # UART used for console output.
    # 1 by default.
    CONSOLE_UART?=1
    
    # Run link layer using SDMA.
    ENABLE_SDMA?=0