Skip to content
Snippets Groups Projects
Select Git revision
  • a76880e9c331804e359f80e10cffac64faaba068
  • master default protected
  • genofire/ble-personal_state
  • ios-workarounds
  • schneider/maxim-sdk-update
  • rahix/simple_menu
  • ch3/splashscreen
  • koalo/bhi160-works-but-dirty
  • 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
  • rahix/bma
  • rahix/bhi
  • v1.5
  • v1.4
  • v1.3
  • v1.2
  • v1.1
  • v1.0
  • release-1
  • bootloader-v1
  • v0.0
30 results

portexpander.h

Blame
  • Forked from card10 / firmware
    Source project has a limited visibility.
    meson.build 355 B
    includes = include_directories(
      './Include/',
      '../Include/',
    )
    
    sources = files(
      './Source/board.c',
      '../Source/mx25.c',
      '../Source/stdio.c',
    )
    
    board_card10_lib = static_library(
      'board-card10',
      sources,
      include_directories: includes,
      dependencies: periphdriver,
    )
    
    board_card10 = declare_dependency(
      include_directories: includes,
    )