-
Notifications
You must be signed in to change notification settings - Fork 343
Conversation
Hi @dwjbosman
Thanks to your good work to help limit the CI to mostly images that need rebuild/retest for a given PR, I think we can reasonably host more images. I think this new image you propose will be a good example, covering new ground for a Theia app vs what we have so far here. My only general concern, adding more various images, is about longer-term maintenance - it might becomes difficult to maintain some of them (e.g. no volunteers that care enough). However we can mitigate this by having a process to remove unmaintained ones from CI and eventually remove them altogether from the repo, or alternatively move them in a "unmaintained" directory or such. TL;DR: yes, this new image you propose is welcome in the repo
I think we should reorganize the repo as you suggest in #220, if possible before submitting your rust embedded image. I would be ok having both in the same PR, but separate commits.
I am not sure how you plan to handle the two |
@dwjbosman I'll look to borrow a device with which I can test this. From a quick search it looks like a RSP 2 or 3 have a Cortex CPU. Other than the board, do you know if I would I need other equipment? |
Hi, I think it should be a Cortex-M processor. Most eval kits also contain an embedded programmer, so you can just connect via USB. |
Hi @dwjbosman I was not able to find an Cortex-M board to test-with. But I do not want to prevent this contribution from going-in. It's likely that the target audience will be relatively small, but still it's a nice example app. So when you think it's ready to merge, just ping me and I'll approve the PR. In the meantime, you can consider:
|
Closing as the pull-request is quite outdated, and there hasn't been any recent activity. |
This docker container implements Theia, Rust and support for embedded development (ARM Cortex).
It contains the extensions as described in the embedded rust handbook:
A small demo project is available. This was tested using a STM32L152c-discovery board.
A big question is: