Ron Evans
Ron Evans
@yichenlei2024 could you provide a bit more context to what you are trying to do? Ideally a bit more code.
@dgryski @aykevl was this addressed by the changes to use Go stdlib package?
Verified that this is now working: ```shell $ tinygo test -target=wasip1 mime/multipart ok mime/multipart 25.250s ``` Now closing, thanks everyone!
This is great @soypat thank you for getting going on it! Please see https://github.com/tinygo-org/cmsis-svd-data/pull/1 for some related supporting work.
I'm not too sure that the `ld` file you added will actually work with TinyGo. You probably need to have mostly the same symbols in same order as other platforms.
The CI builds show an error `failed to calculate ELF ROM addresses: no ELF ROM sections found`...
All unit tests now pass, including the TinyHCI hardware test on a RP2040 Pico. Is this PR ready to be squashed and merged? @soypat @cibomahto @aykevl ?
Sounds good @cibomahto please let me know anything I can do to help out!
@aykevl looks like some duplication causing build errors: https://app.circleci.com/pipelines/github/tinygo-org/tinygo/12708/workflows/382b1c5e-2aa3-49f3-a9f4-355c33568b4b/jobs/46812
Thanks for the addition @aykevl now merging.