This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
rem0te [2011/12/29 18:03] rene-dev |
rem0te [2012/01/07 19:59] (current) rene-dev [Bridge] |
||
---|---|---|---|
Line 41: | Line 41: | ||
====== Bridge ====== | ====== Bridge ====== | ||
The firmware for the bridge is located in the file firmware/applications/bridge.c | The firmware for the bridge is located in the file firmware/applications/bridge.c | ||
- | |||
- | To build it you have to edit firmware/core/projectconfig.h and | ||
- | - deactivate CFG_USBMSC | ||
- | - activate CFG_USBCDC | ||
Then run: | Then run: | ||
<code> | <code> | ||
cd firmware | cd firmware | ||
- | make APP=bridge | + | make clean |
+ | make APP=bridge USBSERIAL=YES | ||
</code> | </code> | ||