Skip to content
Snippets Groups Projects
Commit eb7e5902 authored by schneider's avatar schneider
Browse files

hack(epicardium): Make ble link

parent 4ce036ec
Branches freertos-btle
No related tags found
No related merge requests found
...@@ -4,9 +4,9 @@ ar = 'arm-none-eabi-ar' ...@@ -4,9 +4,9 @@ ar = 'arm-none-eabi-ar'
strip = 'arm-none-eabi-strip' strip = 'arm-none-eabi-strip'
[properties] [properties]
c_args = ['-mthumb', '-mcpu=cortex-m4', '-mfloat-abi=hard', '-mfpu=fpv4-sp-d16', '-Wa,-mimplicit-it=thumb', '-ffunction-sections', '-fdata-sections', '-fsingle-precision-constant', '-fno-isolate-erroneous-paths-dereference', '-Wl,--start-group', '-lc', '-lnosys', '-Wl,--end-group'] c_args = ['-mthumb', '-mcpu=cortex-m4', '-mfloat-abi=softfp', '-mfpu=fpv4-sp-d16', '-Wa,-mimplicit-it=thumb', '-ffunction-sections', '-fdata-sections', '-fsingle-precision-constant', '-fno-isolate-erroneous-paths-dereference', '-Wl,--start-group', '-lc', '-lnosys', '-Wl,--end-group']
c_link_args = ['-mthumb', '-mcpu=cortex-m4', '-mfloat-abi=hard', '-mfpu=fpv4-sp-d16', '-Wl,--start-group', '-lc', '-lnosys', '-Wl,--end-group', '--specs=nano.specs', '-u _printf_float'] c_link_args = ['-mthumb', '-mcpu=cortex-m4', '-mfloat-abi=softfp', '-mfpu=fpv4-sp-d16', '-Wl,--start-group', '-lc', '-lnosys', '-Wl,--end-group', '--specs=nano.specs', '-u _printf_float', '-L../lib/sdk/NDALibraries/BTLE/lib/GCC/','-lmaclib','-lcordiolib']
target_defs = ['-DTARGET=32665', '-DTARGET_REV=0x4131', '-DBOARD_CARD10=1'] target_defs = ['-DTARGET=32665', '-DTARGET_REV=0x4131', '-DBOARD_CARD10=1']
......
File added
...@@ -69,7 +69,7 @@ sources = files( ...@@ -69,7 +69,7 @@ sources = files(
'wsf/baremetal/sources/wsf_cs.c', 'wsf/baremetal/sources/wsf_cs.c',
'wsf/baremetal/sources/wsf_buf.c', 'wsf/baremetal/sources/wsf_buf.c',
'wsf/baremetal/sources/wsf_os.c', 'wsf/baremetal/sources/wsf_os.c',
'wsf/baremetal/sources/wsf_trace.c', #'wsf/baremetal/sources/wsf_trace.c',
'wsf/baremetal/sources/wsf_assert.c', 'wsf/baremetal/sources/wsf_assert.c',
'wsf/common/sources/util/crc32.c', 'wsf/common/sources/util/crc32.c',
'wsf/common/sources/util/bstream.c', 'wsf/common/sources/util/bstream.c',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment