forked from ROMEO/obsw
zed goes blink
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
add_subdirectory(libsrc/gpiops)
|
||||
add_subdirectory(libsrc/scugic)
|
||||
add_subdirectory(libsrc/scutimer)
|
||||
add_subdirectory(libsrc/scuwdt)
|
||||
|
@ -23,8 +23,10 @@
|
||||
|
||||
#include "xparameters_ps.h"
|
||||
|
||||
#define STDIN_BASEADDRESS 0xE0001000
|
||||
#define STDOUT_BASEADDRESS 0xE0001000
|
||||
|
||||
#define STDIN_BASEADDRESS XPS_UART1_BASEADDR
|
||||
#define STDOUT_BASEADDRESS XPS_UART1_BASEADDR
|
||||
|
||||
|
||||
/******************************************************************/
|
||||
|
||||
|
8
bsp_z7/ps7_cortexa9_0/libsrc/gpiops/CMakeLists.txt
Normal file
8
bsp_z7/ps7_cortexa9_0/libsrc/gpiops/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
target_sources(${TARGET_NAME} PUBLIC
|
||||
src/xgpiops_g.c
|
||||
src/xgpiops_hw.c
|
||||
src/xgpiops_intr.c
|
||||
src/xgpiops.c
|
||||
src/xgpiops_sinit.c
|
||||
src/xgpiops_selftest.c
|
||||
)
|
Reference in New Issue
Block a user