Skip to content
Snippets Groups Projects
Select Git revision
  • max86150
  • ch3/splashscreen
  • genofire/ble-rewrite
  • ln/max68150
  • master default protected
  • koalo/bhi160-works-but-dirty
  • m
  • rahix/simple_menu
  • ios-workarounds
  • koalo/wip/i2c-for-python
  • renze/safe_mode
  • renze/hatchery_apps
  • schneider/fundamental-test
  • koalo/factory-reset
  • msgctl/gfx_rle
  • msgctl/faultscreen
  • msgctl/textbuffer_api
  • schneider/bonding
  • schneider/bootloader-update-9a0d158
  • schneider/bsec
  • v1.2
  • v1.1
  • v1.0
  • release-1
  • bootloader-v1
  • v0.0
26 results

dispatcher.c

Blame
  • Forked from card10 / firmware
    1396 commits behind the upstream repository.
    • rahix's avatar
      b8940bcd
      feat(api): Add initial argument passing · b8940bcd
      rahix authored
      
      This allows pycardium to learn which script it should start once it
      boots.  Arguments can only be read before any API calls are made.
      Afterward they are lost.
      
      To ensure they won't collide with anything during a core 1 restart,
      they are offset by 0x20 from the start of the API buffer.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      Verified
      b8940bcd
      History
      feat(api): Add initial argument passing
      rahix authored
      
      This allows pycardium to learn which script it should start once it
      boots.  Arguments can only be read before any API calls are made.
      Afterward they are lost.
      
      To ensure they won't collide with anything during a core 1 restart,
      they are offset by 0x20 from the start of the API buffer.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
    dispatcher.c 1.55 KiB