430.git
2014-02-10 Dan Whiteraw offset calibration example runs
2014-02-10 Dan WhiteWIP figure making
2014-02-09 Dan Whitecleanup harmonic-phase plot
2014-02-09 Dan Whiteadd harmonic vs phase correlations
2014-02-09 Dan Whiterename py file to match output
2014-02-09 Dan Whiteprettify iout-gm figure
2014-02-03 Dan Whiteuse plain title block for diss versions
2014-02-02 Dan Whiteupdate waeda pointers, change sch title blocks
2013-12-06 Dan WhiteWIP: diss figure
2013-08-09 Dan Whitesham
2013-07-29 Dan Whitesham
2013-07-29 Dan Whitesham
2013-07-29 Dan Whitesham
2013-07-29 Dan Whitesham
2013-07-29 Dan Whitesham
2013-07-29 Dan Whitesham
2013-07-29 Dan Whitesham
2013-07-29 Dan Whitesham
2013-07-29 Dan Whitesham
2013-07-29 Dan Whitetest
2013-07-26 Dan Whiteadd zip of msp4th
2013-05-22 Dan Whitemsp4th: fix comments
2013-05-21 Dan Whitemsp4th: cosimulation output prints source line numbers
2013-05-21 Dan Whitemsp4th: PC dirMemory needs fixing, do not test
2013-05-21 Dan Whitemsp4th.c: bugfix uart_puts()
2013-05-18 Dan Whitemsp4th: disassembler user code
2013-05-18 Dan Whitebootcode: update to current
2013-05-17 Dan Whitemsp4th: static functions save space
2013-05-17 Dan Whitemsp4th: factor out n drop stack funcs
2013-05-17 Dan Whitemsp4th: better asm annotations (no obj code changes)
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
next