-
Notifications
You must be signed in to change notification settings - Fork 980
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 support of STM32U0xx series #2491
Comments
Hi @doctek |
Thank you for your improvements to my request, fpistm! I appreciate it greatly. |
Hi @doctek |
This is amazing! I can' imagine how you were able to do this so quickly!! |
You can fetch the PR or use my branch on my fork. |
Obviously, I'm not the GIT pro that you are, so let me make my question very clear. Thanks, sorry for being stupid.
|
Hmm. That last posting didn't come through very clearly. I'm very sorry for that, although I don't know exactly what caused it. Thanks and sorry for messing up the last post and not noticing it! |
Hi @doctek |
Following the instructions, I deleted the 2.8.1 files that I had and cloned the latest version. |
PR #2495 is not merged.
when added you can simply do on the git repo: |
I'm trying real hard to follow your instructions. I have no idea what to try next. Thank you for your patience. |
Actually, I did |
Progress! This command did it. |
OK, I did some more poking around in variants directory and found the U073KBU variant! I think a little work on the boards file will get this working for now. |
git pr alias is to fetch a PR on the official repo. So you have to clone the official repo not my fork. Anyway cloning my fork do the same and it is easy to fetch update. |
Happy Dance time! My STM32U073KBU board blinks a led!
|
You probably need to clean up Arduino IDE cache. |
Clearing the cache is a good suggestion. Googling for how to do that offered only one useful suggestion: remove ard* files from /tmp. So I tried that, but the new boards still do not appear, although I have added them to the boards.txt file. Obviously, there are additional files cached by Arduino, since it knew what sketch I was editing even after I deleted the ard* files and restarted Arduino. |
I found more about clearing the Arduino cache. Using the sledge hammer approach of deleting the ~/.config/arduino-ide file and restarting did the trick. Now I see the U073K entries. I expect they will work as desired. |
This is the method I used. An issue is opened on Arduino IDE to fix this issue. |
That did it! I can program mySTMU073K parts from the Arduino IDE. |
For ref: |
Board description (please complete the following information):
Note that user can add a STM32 based board following this wiki
Any contribution is welcome, so do not hesitate to submit a PR.
All new variant request will be moved to [New Variant] request list #722 and the related issue will be closed.
The text was updated successfully, but these errors were encountered: