kenbell

Results 50 comments of kenbell

@aykevl this is pretty much your code. Let me know if you'd sooner take it over.

@deadprogram - thanks, yeah. Hopefully fixed that. The MacOS builds seem to be unreliable with the test-case as well. I think we need to either tweak the test case, or...

@deadprogram - might want to back this out from dev until it's more robust in CI. I've been gradually backing off the timing on the test case, but looks like...

> 1. I do not think we should be mixing RAM and flash here. Reading your thoughts, I think you're right.. There's enough different between them that trying to pretend...

> Overall, I'm curious whether you have a use case in mind? You've mentioned a few examples where it could be useful, but few practical examples that currently apply to...

I've got my hands on one. Using the Pico target in tinygo does the basics (as you'd expect): * UART is functional (GPIO 0 / GPIO 1) * Blinky is...

@sago35 my port of @aykevl code seems to be working well to me. It's pretty much Ayke's code, so not sure if he wants to take it forward. If not,...

To help identify public symbols used in generated code, I've added a comment like this: ``` // This function is used by code generated by pioasm, in the RP2040 //...

@aykevl thanks! > One big question I have is: does it make sense to support non-position independent code? Yeah, i thought this was a bit wierd - since JMPs are...

Hey @lincolngill - I haven't had any time to spend on this for quite a while, unfortunately. Feel free to fork my repo and raise PRs directly to tinygo.