430.git
2013-05-16 Dan Whitemsp4th: more opcode co-simulation tests, none should...
2013-05-16 Dan Whitemsp4th: fix comments
2013-05-16 Dan Whitemsp4th: rename 2* 2/, numFunc only checks first char
2013-05-16 Dan Whitetesting helpers
2013-05-16 Dan Whitemsp4th: bugfix do-loop, gcc optimizes too much
2013-05-16 Dan Whiteco-simulation framework start
2013-05-14 Dan Whitemsp4th: proper cr/nl handling
2013-05-14 Dan Whitemsp4th: PC testing wrapper + make target
2013-05-14 Dan Whitemsp4th: macro to suppress pointer size cast warnings
2013-05-14 Dan Whitemsp4th: pc4th make target
2013-05-14 Dan Whitebootcode: regen current version
2013-05-14 Dan Whitemsp4th: bugfix o2w, save some bytes
2013-05-14 Dan Whitemsp4th: remove macro
2013-05-14 Dan Whitemsp4th: shrink code size to fit, remove ^D exit
2013-05-13 Dan Whiteword to lookup opcode of next word
2013-05-13 Dan Whitemsp4th: o2p opcode to prog index, #defines
2013-05-13 Dan Whitemsp4th: o2w prints opcode name string
2013-05-13 Dan Whitemsp4th: overFunc is simple enough
2013-05-13 Dan Whitemsp4th: make luFunc() easier to read
2013-05-13 Dan Whitemsp4th: rewrite lookupToken()
2013-05-12 Dan Whitemsp4th: move schemm stuff to subdir
2013-05-12 Dan Whitemsp4th: style cleanup
2013-05-11 Dan Whiteadd notes file
2013-05-11 Dan Whitemsp4th: cleanup, documentation, fix live re-init
2013-05-11 Dan Whitemsp4th: cleanup PC version
2013-05-11 Dan Whitemsp4th: no need to keep pointer to config
2013-05-11 Dan Whitemsp4th: shorten names
2013-05-11 Dan Whitemsp4th: remove unnecessary cast
2013-05-10 Dan Whitemsp4th: speedup stack manipulation to *11*
2013-05-10 Dan Whitemsp4th: keep stack start in mem to avoid double-dereference
2013-05-10 Dan Whitemsp4th: ensure string arrays start as zero-length
2013-05-10 Dan Whitebootcode: interrupts are already disabled out of reset
2013-05-10 Dan Whitebootcode: update to latest version
2013-05-10 Dan Whitemsp4th: */ now returns a single 16b result
2013-05-10 Dan Whitemsp4th: rename exit -> bye, /% replaces / and mod
2013-05-10 Dan Whitemsp4th: config is passed as a struct
2013-05-09 Dan WhiteShow how to add a word to execute at bootup.
2013-05-09 Dan Whitemsp4th: add 'echo' word, cleanup user-defined namespace
2013-05-09 Dan Whitebootcode: update to full-featured msp4th rcf-ini-submit
2013-05-09 Dan Whitemsp4th: add many new functions, rename a few
2013-05-09 Dan Whitemsp4th: add nested loop counters, loop increments/direc...
2013-05-08 Dan Whitemsp4th: rename opcodes
2013-05-08 Dan Whitemsp4th: no special (redundant) str_t type, cleanup
2013-05-08 Dan Whitemsp4th: include msp4th_puts(uint8_t *s) in ROM
2013-05-08 Dan Whitebootloader: reduce delay time for flash chip wakeup
2013-05-07 Dan WhiteMerge branch 'user-defined-allocations'
2013-05-07 Dan Whitemsp4th: snapshot the bootrom RCF file user-defined-allocations s3/user-defined-allocations bootrom-initial-submission
2013-05-07 Dan Whitemsp4th: update docs
2013-05-07 Dan Whitemsp4th: also make I/O functions configurable
2013-05-07 Dan Whitemsp4th: vector table to specify user-custom arrays
2013-05-07 Dan Whitemsp4th: rename indices
2013-05-06 Dan Whitemsp4th: stacks now use pointers and registers, and...
2013-05-06 Dan Whiteflash.py: temporarily override interrupt vector table
2013-05-06 Dan Whitemsp4th: cleanup
2013-05-06 Dan Whitemsp4th: flash boot loader
2013-05-05 Dan Whitemsp4th: flash loader testing
2013-05-05 Dan WhiteROM code: fixup another call address
2013-05-03 Dan Whitemsp4th: bugfix printNumber() to handle 0x8000 -> -32768
2013-05-02 Dan Whitemsp4th: add script to extract opcode definitions
2013-05-02 Dan Whitemsp4th: properly assign 32 interrupt vectors
2013-05-02 Dan Whitemsp4th: "uniarch" gcc style cpu specs
2013-05-02 Dan Whitemsp4th: opcode stack comments, use hw multiplier
2013-05-02 Dan Whitemsp4th: add c-function calling words
2013-05-02 Dan Whitemsp4th: allow case-insensitive hex digits
2013-05-02 Dan Whitemsp4th: speedup pop/pushMathStack
2013-05-01 Dan Whiteadd note why flash is woken up early
2013-04-30 Dan Whiteboot: directly inject bootloader asm, no functions
2013-04-29 Dan Whiteupdate asm include system to GCC syntax
2013-04-29 Dan WhiteMerge branch 'msp4th-fixup'
2013-04-29 Dan Whiteadd generated RCF file for ROM msp4th-fixup s3/msp4th-fixup
2013-04-29 Dan Whiteadd RCF generator for ROM fix
2013-04-29 Dan Whiteoops, wrong address, fixup
2013-04-25 Dan Whitetwo bugfixes directly to dis-assembled, annotated ROM
2013-04-25 Dan Whitecopy to do direct boot ROM bugfixes
2013-04-23 Dan Whiteuse assembly for bootloader, start cleaning up Schemm...
2013-04-23 Dan Whitestart asm version of flash loader
2013-04-21 Dan Whitestart flash loader code
2013-04-20 Dan Whitecleanup better
2013-04-20 Dan Whiteadd SPI header
2013-04-20 Dan Whitebetter uart namespace
2013-04-20 Dan Whitemsp4th: ignore comments
2013-04-19 Dan Whiteremove unneeded volatile specs, cleanup
2013-04-19 Dan Whitedo not track compile dependency files
2013-04-19 Dan Whiteremove static qualifier
2013-04-19 Dan WhiteFIX: correct ldscript, cleanup
2013-04-13 Dan Whiteadd generated files for reference
2013-04-13 Dan Whitefixup msp4th on PC testing
2013-04-13 Dan WhiteMemory dump log and checker
2013-04-13 Dan Whitememory testing start
2013-04-12 Dan Whitens430: setup for ubuntu 12.04 mspgcc version
2013-04-08 Dan Whiteharmonics w/ sin inputs
2013-04-08 Dan Whitesine integration start with chip 14 arb0
2013-04-07 Dan Whitechip 14 gm testing
2013-04-05 Dan Whitesave chip14 tests
2013-04-05 Dan Whiteplots for arb0 testing
2013-04-05 Dan WhiteWIP reproduce arb0 setup
2013-04-04 Dan Whitearb0 works!!!
2013-04-04 Dan Whiteadd chip calibrations for 13, 14
2013-03-28 Dan Whitetesting arb0 channel DC integration
2013-03-28 Dan Whitefixup
next