m3dev

cortex m3 debug tools -- superceded by mdebug
git clone http://frotz.net/git/m3dev.git
Log | Files | Refs | README | LICENSE

todo.txt (872B)


      1 
      2 - debugger
      3   - more script work (integration of erase/flash scripts, etc)
      4   - flash support for stm32 parts
      5   - async/background usb io (to allow for serial trace, ITM trace, etc)
      6   - quieter script execution mode
      7 
      8 - m3debug
      9   - do some more useful stuff with LEDs
     10   - ITM support
     11   - serial debug support (feed serial down through usb)
     12 
     13 - swdp
     14   - fold things together with m3debug
     15 
     16 - lpc13boot
     17   - reset to a more like-POR state before jumping to app
     18   - provide a 'R'eboot protocol command
     19   - ability to reflash the bootloader (maybe w/ some sanity check?)
     20 
     21 - lpc13xx
     22   - clean up library code, more #defines, fewer magic numbers
     23   - real baud selection code in serial_init()
     24 
     25 - stm32f
     26   - usb feature parity
     27 
     28 - build system
     29   - easy way to build app variants for multiple boards
     30     (m3debug for m3debug, maple, etc)
     31 
     32 - arm m3
     33   - get interrupts, threads, etc going