arch-wrs: new directory for wrs architecture
This commit is just a copy of arch-unix, as it is in commit 97c0c129 . The only difference is in file names, as they have been renamed with wrs- prefix arch-wrs will host the stuff for WR switch architecture. It will be very similar to arch-unix, with the only difference of using wr switch HAL (Hardware Abstraction Layer) instead of the standard unix "read/write/ioctl to dev" to drive the White Rabbit specific hardware. Signed-off-by:Aurelio Colosimo <aurelio@aureliocolosimo.it>
Showing
- arch-wrs/Makefile 38 additions, 0 deletionsarch-wrs/Makefile
- arch-wrs/include/arch/arch.h 9 additions, 0 deletionsarch-wrs/include/arch/arch.h
- arch-wrs/include/arch/constants.h 11 additions, 0 deletionsarch-wrs/include/arch/constants.h
- arch-wrs/main-loop.c 126 additions, 0 deletionsarch-wrs/main-loop.c
- arch-wrs/ppsi-wrs.h 16 additions, 0 deletionsarch-wrs/ppsi-wrs.h
- arch-wrs/wrs-io.c 10 additions, 0 deletionsarch-wrs/wrs-io.c
- arch-wrs/wrs-startup.c 129 additions, 0 deletionsarch-wrs/wrs-startup.c
Please register or sign in to comment