McNeight / EasySXB

EasySXB is a terminal/program loader designed for use with Western Design Center's SXB line of development boards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasySXB

Screenshot

EasySXB is a terminal/program loader designed for use with Western Design Center's SXB line of development boards. Currently the W65C265SXB and W65C134SXB products are supported.

An interactive interface is provided for commonly-used options. Programs (in HEX format) may also be uploaded to the boards.

The user must have serial port access rights. Windows and Linux binaries are available here:

http://sourceforge.net/projects/easysxb/

Build it from source

$ git clone https://github.com/JoeDavisson/EasySXB.git

$ cd EasySXB

Uncompress the FLTK-1.3.3 source package here.

The Makefile supports linux and mingw cross-compiler targets. (Edit the Makefile to choose.)

$ make fltk

$ make

Dependencies

Libraries

  • FLTK-1.3.3
  • libxft-dev (required for font rendering)

About

EasySXB is a terminal/program loader designed for use with Western Design Center's SXB line of development boards.

License:GNU General Public License v2.0


Languages

Language:C++ 96.1%Language:Makefile 3.9%