stubs to be able to compile on modern amd64
This commit is contained in:
1
bsp_mib/stubs/CMakeLists.txt
Normal file
1
bsp_mib/stubs/CMakeLists.txt
Normal file
@ -0,0 +1 @@
|
||||
target_sources(${OBSW_NAME} PRIVATE xiphosstub.cpp gpsstub.cpp)
|
0
bsp_mib/stubs/gpsstub.cpp
Normal file
0
bsp_mib/stubs/gpsstub.cpp
Normal file
7
bsp_mib/stubs/xiphosstub.cpp
Normal file
7
bsp_mib/stubs/xiphosstub.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "../include/libxiphos.h"
|
||||
|
||||
void xsc_boot_copy(xsc_libnor_chip_t boot_chip, xsc_libnor_copy_t boot_copy) {}
|
||||
|
||||
xsc_status_t xsc_boot_get_chip_copy(xsc_libnor_chip_t *boot_chip, xsc_libnor_copy_t *boot_copy){
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user