-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing functions in host mocking #5760
Comments
Original issue: #1715
No
Yes !
In a file, like with eeprom and spiffs ?
Using arduino builder would be the preferred way. |
thx!
fantastic.
if we had spi_flash_* then we wouldn't need higher level emulation of eeprom and spiffs because those could directly come from the core and library folder. no? |
Yes that could work. |
I will submit a PR for a low level uart driver tomorrow and then start working on the spi flash API if nobody else is working on it. Thanks for the input! |
I tried to build my rather comprehensive firmware using the host mocking and encountered the following missing functions in the linking stage of the build.
What is the general consensus here? Is having a complete API for host builds a target or should only the minimum API be supported to make the CI test build? I really would love to have a native build of my firmware for testing non HW dependent features during development - this would be a killer feature. :-)
On a side note what I feel would improve this further:
The text was updated successfully, but these errors were encountered: