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

Changes

RevisionDateWhoCommit message
17:00d66e5edf58 2020-03-17 wakestrap Added a connection loop to allow for automatic reconnect when connection is lost. ; Fixed Struct packing issue with Pragma Pack.; Adjusted console output to prevent buffer backlog. default tip
16:0eda62f0d9e8 2020-03-15 wakestrap Working V0.1. All Comms Works. No external controls except button press.
15:03ed24574806 2020-03-14 wakestrap WORKING VERSION ISH
14:72be2b8b7f24 2014-05-14 Kojto Update to the latest EthernetInterface and mbed RTOS revision
13:3f8407714419 2013-06-04 emilmont Point to the latest libraries
12:7716b3728689 2013-03-01 emilmont Update libraries
11:59dcefdda506 2012-08-10 emilmont Avoid sending null character in HTTP request; Update Ethernet and RTOS libraries to latest releases
10:8aeafea0e859 2012-08-01 emilmont Update socket library
9:4757a976148d 2012-07-27 emilmont Cleanup example
8:2570d35b0c47 2012-07-26 emilmont Update Socket and RTOS libraries
7:65188f4a8c25 2012-07-25 emilmont Update EthernetInterface
6:b011e8862694 2012-07-23 emilmont tidyup
5:01f6c3e112af 2012-07-16 donatien Updated EthernetInterface OS implementation to latest RTOS revision
4:dfdcadcd0ff1 2012-07-15 donatien Updated Ethernetinterface Library
3:46a2ada58e97 2012-07-03 donatien Updated EthernetInterface library
2:e087e9b789e9 2012-07-02 emilmont Remove debug directives avoiding to change the default settings of the serial port. Add print of the IP address assigned by DHCP.
1:e2652bd064c6 2012-06-26 donatien Switched from uint8_t* to char* for data type
0:bb128f0e952f 2012-06-26 donatien Initial commit