-
Notifications
You must be signed in to change notification settings - Fork 1k
enhancement request: add support for HY-TinySTM103T board #413
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
Comments
PR created, see -> #416 |
@mitchmitchell this still needs testing BTW |
Let me see if I can get Mysensors to compile with it and put it on one of my test boards. |
Not having much luck getting the board files to work -- is there some trick to picking up unpublished board files? I try cloning the repo into the hardware directory and that didn't work out. |
Well it looks like the pin numbers aren't right: Roger Clark's Arduino_STM32 pin numbers:
STM32Duino output:
Here is the test sketch:
also, #define LED_BUILTIN PA1 not PB1 as on the maple |
#define LED_BUILTIN PB1 should be PA1 in variants\HY_TinySTM103T/variant.h |
@mitchmitchell About LED_BUILTIN this will be fixed --> done in #433 |
I suspected this might be the case given the different structure of the variant files and such. I can always create an array of pins to loop over. Am I correct in thinking that the pin names will match what is on the silk screen and schematic? E.g. PB6 in the software means PB6 on the physical board as defined by the schematic/silk screening on that board? |
Of course PB6 is PB6. |
Cool, I just wanted to not assume anything -- so BennehBoy asked me to test the varient -- it looks like NodeManager/MySensors HAL layer will need to be modified before it can run on the stm32duino definitions instead of Roger's Arduino_STM32 so I will need to create some test sketches -- any thoughts on areas you'd like to see covered with test cases? |
Please add support for the HY-TinySTM103T boards as discussed here: http://www.stm32duino.com/viewtopic.php?f=31&t=853
and here: http://www.stm32duino.com/viewtopic.php?t=1500
The text was updated successfully, but these errors were encountered: