]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/lx-dad.git/commit
Prepare build-able skeleton for LX_DAD application.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 12 Feb 2015 23:47:42 +0000 (00:47 +0100)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 12 Feb 2015 23:47:42 +0000 (00:47 +0100)
commite703e6b834bc521e85df59352dc7cc6bfa608eb8
tree5edfaf1f266766d09e14ba592d0f1119f6b3c629
parentf072b932af483866fa672753b4543bff50cb057a
Prepare build-able skeleton for LX_DAD application.

Signed-off-by: Pavel Pisa <ppisa@pikron.com>
25 files changed:
sw/.gitignore [new file with mode: 0644]
sw/Makefile.omk
sw/app/lx_dad/Makefile.omk
sw/app/lx_dad/appl_actions.c [new file with mode: 0644]
sw/app/lx_dad/appl_cmdproc.c [new file with mode: 0644]
sw/app/lx_dad/appl_defs.h [new file with mode: 0644]
sw/app/lx_dad/appl_distore.c [new file with mode: 0644]
sw/app/lx_dad/appl_eeprom.c [new file with mode: 0644]
sw/app/lx_dad/appl_eeprom.h [new file with mode: 0644]
sw/app/lx_dad/appl_fpga.c [new file with mode: 0644]
sw/app/lx_dad/appl_fpga.h [new file with mode: 0644]
sw/app/lx_dad/appl_loop.c [new file with mode: 0644]
sw/app/lx_dad/appl_main.c [new file with mode: 0644]
sw/app/lx_dad/appl_sim_posix.c [new file with mode: 0644]
sw/app/lx_dad/appl_tests.c [new file with mode: 0644]
sw/app/lx_dad/appl_usb.c [new file with mode: 0644]
sw/app/lx_dad/appl_version.h [new file with mode: 0644]
sw/app/lx_dad/cmd_uartcon.c [new file with mode: 0644]
sw/app/lx_dad/distore_base.c [new file with mode: 0644]
sw/app/lx_dad/distore_simple.h [new file with mode: 0644]
sw/app/lx_dad/log_domains.inc [new file with mode: 0644]
sw/app/lx_dad/setup_distore.c [new file with mode: 0644]
sw/app/lx_dad/ul_idstr.c [new file with mode: 0644]
sw/app/lx_dad/usb/usb_defs.h [new file with mode: 0644]
sw/config.omk