1
0
mirror of https://github.com/wfjm/w11.git synced 2026-03-09 20:48:30 +00:00
Files
wfjm.w11/tools
wfjm 2a50d35e71 some minor c++11 and -Weverything code updates
- use `nullptr` instead of plain '0'
- use `[[noreturn]]` (clang -Wmissing-noreturn)
- drop never reached returns (clang -Wunreachable-code-return)
- drop `throw()` lists, use `noexcept` (clang -Wdeprecated)
- add `R*_Init` prototypes (clang -Wmissing-prototypes)
- Rw11VirtEthTap.cpp: BUGFIX: buffer not null terminated (coverity)
2018-10-28 12:19:19 +01:00
..
2018-08-26 10:03:24 +02:00
2014-06-06 22:19:56 +00:00
2018-10-14 15:04:53 +02:00
2018-10-14 14:57:39 +02:00
2017-05-07 18:54:16 +02:00
2017-06-03 16:23:55 +02:00

This directory tree contains many tools and is organized in

Directory Content
asm-11 environment for asm-11 assembler
bin support scripts and tools
bin_xilinx_wrapper wrappers for Xilinx environments
dox configuration files for Doxygen
fx2 firmware for Cypress FX2 USB interface
make make includes
man man pages
oskit support files for OS disk/tape image kits
simh configuration files for simh pdp11
src C++ sources for rlink backend
sys udev rules for USB device handling
tbench w11 test bench
tcl TCL sources for rlink backend
vivado scripts for Xilinx Vivado