Port Simulator to Linux - p1

* intial makefile for windows sim

* netdb

* tr

* fx

* fxes

* fxes

* fxes

f

* fxes

* fxes

* fxes

* fx

* fx

* fxes?

* fxes

* better?

* stubs

* more

* fxes

* fx?

* comment out sleep

* but only in self test

* add assertion keyword

---------

Co-authored-by: Alexandre Oliveira <rockytvbr@gmail.com>
This commit is contained in:
openshwprojects
2025-03-26 22:13:39 +01:00
committed by GitHub
parent 5810db7ae1
commit 2d43185902
25 changed files with 330 additions and 69 deletions

View File

@ -117,7 +117,7 @@ extern int ota_done(bool reset);
#else
extern UINT32 flash_read(char* user_buf, UINT32 count, UINT32 address);
extern unsigned int flash_read(char* user_buf, unsigned int count, unsigned int address);
#endif