refactoring, added second binary for sim interface, added second lwip implementation for sim interface

This commit is contained in:
2024-09-30 17:38:37 +02:00
parent 8fa5cddc23
commit 944e45cad2
69 changed files with 537 additions and 4936 deletions

View File

@ -56,8 +56,6 @@ void mission(void);
void initFreeRTOSHelper();
void testEth();
int main(void) {
/* Configure the hardware ready to run the demo. */
@ -65,9 +63,9 @@ int main(void) {
// printf("Booting Software\n");
// testEth();
//testEth();
mission();
mission();
}
static void prvSetupHardware(void) {