i've uploaded a new build of the win32 installer of the mspgcc toolchain
to sourceforge:
http://prdownloads.sourceforge.net/mspgcc/mspgcc-20051026.exe?download
- updated header files
- updated msp430-gdbproxy
- back to gdb 6.0 (last installer used 5.1.1, which does not seem to be
compatible with Eclipse)
- add libraries:
- libcommandline: command line parsing (argc, argv like)
- libspi: software SPI master
- libmspgcc: several things:
- hexdump function
- delay, FLL, checksum
- flash write and erase functions
- hex<->bin encode/decode
- string escape encode/decode (interpret '\' sequences like
the C compiler does)
- eventhandler, scheduler for events by time
- ringbuffer
- a simple line editor (process characters, backspace erases,
optionally with echo, can be used to implement interactive
shells)
there are no examples for the libraries yet. but the header files
contain some documentation. examples will follow later.
- added "stamp.txt" file with the installer's date, so that one can find
out the installed version.
chris