kopia lustrzana https://github.com/OpenRTX/OpenRTX
Created 'core' subfolders inside openrtx/include and openrtx/src containing main OpenRTX source files
rodzic
624dca2b97
commit
3588f351a1
31
meson.build
31
meson.build
|
@ -19,34 +19,36 @@ def = {'VCOM_ENABLED' : ''}
|
|||
## OpenRTX sources
|
||||
##
|
||||
|
||||
openrtx_src = ['openrtx/src/state.c',
|
||||
openrtx_src = ['openrtx/src/core/state.c',
|
||||
'openrtx/src/core/threads.c',
|
||||
'openrtx/src/core/battery.c',
|
||||
'openrtx/src/core/graphics.c',
|
||||
'openrtx/src/core/input.c',
|
||||
'openrtx/src/core/calibUtils.c',
|
||||
'openrtx/src/core/queue.c',
|
||||
'openrtx/src/core/chan.c',
|
||||
'openrtx/src/core/gps.c',
|
||||
'openrtx/src/core/dsp.cpp',
|
||||
'openrtx/src/core/cps.c',
|
||||
'openrtx/src/core/memory_profiling.cpp',
|
||||
'openrtx/src/ui/ui.c',
|
||||
'openrtx/src/ui/ui_main.c',
|
||||
'openrtx/src/ui/ui_mode.c',
|
||||
'openrtx/src/ui/ui_menu.c',
|
||||
'openrtx/src/threads.c',
|
||||
'openrtx/src/battery.c',
|
||||
'openrtx/src/graphics.c',
|
||||
'openrtx/src/input.c',
|
||||
'openrtx/src/calibUtils.c',
|
||||
'openrtx/src/queue.c',
|
||||
'openrtx/src/chan.c',
|
||||
'openrtx/src/cps.c',
|
||||
'openrtx/src/rtx/rtx.cpp',
|
||||
'openrtx/src/rtx/OpMode_FM.cpp',
|
||||
'openrtx/src/rtx/OpMode_M17.cpp',
|
||||
'openrtx/src/gps.c',
|
||||
'openrtx/src/dsp.cpp',
|
||||
'openrtx/src/memory_profiling.cpp',
|
||||
'openrtx/src/protocols/M17/M17Callsign.cpp',
|
||||
'openrtx/src/protocols/M17/M17Modulator.cpp',
|
||||
'openrtx/src/protocols/M17/M17Transmitter.cpp',
|
||||
'openrtx/src/protocols/M17/M17LinkSetupFrame.cpp']
|
||||
|
||||
openrtx_inc = ['openrtx/include',
|
||||
'openrtx/include/calibration',
|
||||
'openrtx/include/rtx',
|
||||
'openrtx/include/core',
|
||||
'openrtx/include/calibration',
|
||||
'openrtx/include/protocols',
|
||||
'openrtx/include/fonts/adafruit',
|
||||
'platform/drivers/ADC',
|
||||
'platform/drivers/NVM',
|
||||
'platform/drivers/GPS',
|
||||
|
@ -54,8 +56,7 @@ openrtx_inc = ['openrtx/include',
|
|||
'platform/drivers/tones',
|
||||
'platform/drivers/baseband',
|
||||
'platform/drivers/backlight',
|
||||
'platform/drivers/chSelector',
|
||||
'openrtx/include/fonts/adafruit']
|
||||
'platform/drivers/chSelector']
|
||||
|
||||
main_src = []
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue