1
0
mirror of https://github.com/bmartini/zynq-axis.git synced 2024-09-05 19:19:27 +08:00

5 Commits

Author SHA1 Message Date
Berin Martini
01a04802cf Update CC variable in app & lib Makefiles
This change prepends the CROSS_COMPILE environmental variable to the compilers
definition. Thus adding the possibility of cross compiling when the cross
compiling tool chain has been setup correctly.
2015-02-12 01:52:10 -05:00
Berin Martini
891d4a4276 Add app that tests the library memory allocation 2015-01-09 14:07:16 -05:00
Berin Martini
a2d60896a8 Add program for writing to memory using axis port
The application takes one argument, the number (or length) of data to be
written to the memory.

The physical address in main memory that is going to be written to is the
address of the CMA memory region on my currently running system.
2015-01-08 14:46:19 -05:00
Berin Martini
c31b303289 Add app to read raw /dev/mem for debugging
This allows for direct access by the host to the same memory region as the AXIS
ports are accessing. Should be useful for debugging.
2015-01-05 18:05:31 -05:00
Berin Martini
bf25c5fce7 Add test app that uses the interface library 2014-12-31 12:10:54 -05:00