-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add modules to luac.cross which do not have hardware dependencies #3229
Comments
|
The
Ditto for deprecating
|
Hmm file depends on vfs which operates on SPIFFS or FAT. SPIFFS uses platform_flash_read/write to access the storage. So some work to add another blockdevice would be necessary. |
@HHHartmann Gregor, as I said: we already have |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still would like the associated PR to get in. |
Missing feature
Use non HW dependent modules in luac.cross
Modules are at least:
struct.c bit.c color_utils.c sjson.c // work without problems
bloom.c crypto.c encoder.c // would need some more work
Justification
help creating tests and allow usage of known functionality on the host.
Workarounds
none
The text was updated successfully, but these errors were encountered: