Skip to content
Snippets Groups Projects
Select Git revision
  • blink_multi_rocket
  • master default protected
  • blink_rocket
  • msgctl/gfx_rle
  • msgctl/faultscreen
  • msgctl/textbuffer_api
  • schneider/bonding
  • schneider/bootloader-update-9a0d158
  • schneider/bsec
  • rahix/bma
  • rahix/bhi
  • schleicher-test
  • schneider/schleicher-test
  • freertos-btle
  • ch3/api-speed-eval2
  • schneider/mp-for-old-bl
  • ch3/leds-api
  • ch3/genapi-refactor
  • ch3/dual-core
  • dualcore
  • v0.0
21 results

config.c

Forked from card10 / firmware
Source project has a limited visibility.
  • swym's avatar
    f1d63669
    feat(epicardium): read card10.cfg · f1d63669
    swym authored and rahix's avatar rahix committed
    Adds simple config parser along with config_ API that:
    
    - supports default values for options
    - allows typed querying of config values
    - types supported: boolean, integer, floating point and string
    
    unknown options are ignored and LOG_WARNed on the console
    f1d63669
    History
    feat(epicardium): read card10.cfg
    swym authored and rahix's avatar rahix committed
    Adds simple config parser along with config_ API that:
    
    - supports default values for options
    - allows typed querying of config values
    - types supported: boolean, integer, floating point and string
    
    unknown options are ignored and LOG_WARNed on the console