A port of KSP SerialIO and KSP Ethernet IO designed for a Nucleo F746ZG. This version doesn't read from or write to any external controls or displays but the user can press the USER_BUTTON to change the status of SAS and RCS. A final version of this project with full documentation and external hardware support is coming. This is an Alpha release.
Dependencies: F7_Ethernet mbed mbed-rtos
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
7:65188f4a8c25 | 2012-07-25 | Update EthernetInterface | File Diff Annotate |
5:01f6c3e112af | 2012-07-16 | Updated EthernetInterface OS implementation to latest RTOS revision | File Diff Annotate |
2:e087e9b789e9 | 2012-07-02 | Remove debug directives avoiding to change the default settings of the serial port. Add print of the IP address assigned by DHCP. | File Diff Annotate |
1:e2652bd064c6 | 2012-06-26 | Switched from uint8_t* to char* for data type | File Diff Annotate |
0:bb128f0e952f | 2012-06-26 | Initial commit | File Diff Annotate |