Menu

Source code published

I've uploaded all of the source codes except the "usb_dev.c".

To build a firmware, just type like linux:
$ export ARCH=aaa
$ make ccc_defconfig
$ make
then you can find the firmware binary in the "arch/$ARCH/boot/" folder.

You may get compilation error for missing "usb_dev.c" file.
Please type "make menuconfig" to shoot a window and disable the USB feature and taste the final result.

There's lots of bugs in the firmware.
You might find it is not working, but don't be worry, every bugs will be fixed if we can get proceed (Sponsors are welcome!).

No toolchains? Please find them in the "arch/$ARCH/scripts/" folder.
No simulators? Please find openocd configuration files in the "arch/$ARCH/$MACH" folder.

There's also a USB DFU driver in the scripts folder.
It is a funny implementation - everything goes asynchronous while every Microsoft demo tells us USB is synchronous in their platform :)

Have fun!

Posted by zetalog 2011-12-20

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.