m3dev

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

ModeNameSize
-rw-r--r--.gitignore8L
-rw-r--r--AUTHORS8L
-rw-r--r--LICENSE202L
-rw-r--r--Makefile84L
-rw-r--r--README5L
-rw-r--r--README.old95L
-rw-r--r--agents/lpc13xx_lpc15xx.c119L
-rw-r--r--agents/lpc43xx-spifi.c226L
-rw-r--r--agents/module.mk33L
-rw-r--r--agents/stm32fxxx.c141L
-rw-r--r--arch/arm-cm3/context.S56L
-rw-r--r--arch/arm-cm3/include/arch/context.h72L
-rw-r--r--arch/arm-cm3/include/arch/cpu.h16L
-rw-r--r--arch/arm-cm3/include/arch/interrupts.h46L
-rw-r--r--arch/arm-cm3/nvic.c65L
-rw-r--r--arch/arm-cm3/start.S84L
-rw-r--r--arch/lpc13xx/config.mk44L
-rw-r--r--arch/lpc13xx/gpio-v1.c88L
-rw-r--r--arch/lpc13xx/gpio-v2.c94L
-rw-r--r--arch/lpc13xx/iap.c48L
-rw-r--r--arch/lpc13xx/include-v1/arch/iocon.h72L
-rw-r--r--arch/lpc13xx/include-v1/arch/irqs.h60L
-rw-r--r--arch/lpc13xx/include-v2/arch/iocon.h262L
-rw-r--r--arch/lpc13xx/include-v2/arch/irqs.h34L
-rw-r--r--arch/lpc13xx/include/arch/hardware.h255L
-rw-r--r--arch/lpc13xx/include/arch/iap.h7L
-rw-r--r--arch/lpc13xx/include/arch/ssp.h19L
-rw-r--r--arch/lpc13xx/init.c117L
-rw-r--r--arch/lpc13xx/reboot.c39L
-rw-r--r--arch/lpc13xx/serial.c91L
-rw-r--r--arch/lpc13xx/ssp.c200L
-rw-r--r--arch/lpc13xx/usb-v1.c604L
-rw-r--r--arch/lpc13xx/usb-v1.h55L
-rw-r--r--arch/lpc13xx/usb-v2.c720L
-rw-r--r--arch/lpc13xx/usb-v2.h92L
-rw-r--r--arch/lpc15xx/config.mk30L
-rw-r--r--arch/lpc15xx/gpio.c48L
-rw-r--r--arch/lpc15xx/include/arch/hardware.h449L
-rw-r--r--arch/lpc15xx/include/arch/irqs.h49L
-rw-r--r--arch/stm32f1xx/config.mk14L
-rw-r--r--arch/stm32f1xx/gpio.c51L
-rw-r--r--arch/stm32f1xx/include/arch/hardware.h219L
-rw-r--r--arch/stm32f1xx/include/arch/irqs.h63L
-rw-r--r--arch/stm32f1xx/serial.c49L
-rw-r--r--arch/stm32f1xx/usb.c415L
-rw-r--r--arch/stm32f4xx/config.mk13L
-rw-r--r--arch/stm32f4xx/include/arch/hardware.h0B
-rw-r--r--arch/stm32f4xx/include/arch/irqs.h0B
-rw-r--r--board/lpc-p1343.c18L
-rw-r--r--board/lpcxpresso1549.c29L
-rw-r--r--board/m3debug.c29L
-rw-r--r--board/m3radio1.c14L
-rw-r--r--board/m3radio2.c14L
-rw-r--r--build/build.mk58L
-rw-r--r--build/generic-ram.ld32L
-rw-r--r--build/generic-rom.ld33L
-rw-r--r--build/host-executable.mk43L
-rw-r--r--build/target-agent.mk115L
-rw-r--r--build/target-executable.mk130L
-rw-r--r--docs/building-cross-compiler.txt64L
-rw-r--r--docs/memory-barriers.txt185L
-rw-r--r--docs/notes.txt50L
-rw-r--r--docs/todo.txt33L
-rw-r--r--docs/usb-protocols.txt51L
-rw-r--r--include/agent/flash.h139L
-rw-r--r--include/fw/io.h15L
-rw-r--r--include/fw/lib.h133L
-rw-r--r--include/fw/string.h4L
-rw-r--r--include/fw/types.h13L
-rw-r--r--include/protocol/rswdp.h147L
-rw-r--r--include/protocol/usb.h64L
-rw-r--r--libc/strcpy.c4L
-rw-r--r--libfw/print.c149L
-rw-r--r--libfw/serialconsole.c25L
-rw-r--r--libfw/string.c21L
-rw-r--r--libfw/usbconsole.c122L
-rw-r--r--lpc13boot/flash-lpc13boot.scr67L
-rw-r--r--lpc13boot/main.c243L
-rw-r--r--lpc13boot/misc.S8L
-rw-r--r--lpc13boot/module.mk11L
-rw-r--r--m3debug/m3debug-schematic.pdf49356B
-rw-r--r--m3debug/main.c343L
-rw-r--r--m3debug/module.mk11L
-rw-r--r--m3debug/swdp.c175L
-rw-r--r--m3debug/swdp.h53L
-rw-r--r--swdp/main.c279L
-rw-r--r--swdp/module.mk9L
-rw-r--r--swdp/swdp.c187L
-rw-r--r--swdp/swdp.h53L
-rw-r--r--swdp/unused.c109L
-rw-r--r--tools/arm-v7m.h146L
-rw-r--r--tools/bless-lpc.c43L
-rw-r--r--tools/debugger-commands.c884L
-rw-r--r--tools/debugger-core.c503L
-rw-r--r--tools/debugger.c134L
-rw-r--r--tools/debugger.h85L
-rw-r--r--tools/gdb-bridge.c856L
-rw-r--r--tools/linenoise.c1203L
-rw-r--r--tools/linenoise.h72L
-rw-r--r--tools/lkdebug.c221L
-rw-r--r--tools/lkdebug.h48L
-rw-r--r--tools/lpcboot.c254L
-rw-r--r--tools/mkbuiltins.c133L
-rw-r--r--tools/module.mk49L
-rw-r--r--tools/rswdp.c831L
-rw-r--r--tools/rswdp.h68L
-rw-r--r--tools/socket.c48L
-rw-r--r--tools/stm32boot.c381L
-rw-r--r--tools/swo.c198L
-rw-r--r--tools/uconsole.c58L
-rw-r--r--tools/usb.c133L
-rw-r--r--tools/usb.h34L
-rw-r--r--tools/usbmon.c129L
-rw-r--r--tools/usbmon.h44L
-rw-r--r--tools/usbmon.o14088B
-rw-r--r--tools/usbtest.c50L