STM32: OS and Struct support#2167
Conversation
|
woopz i think this got mixed with another i2c PR? if its easier we can wait till i test the other open PR so it can be merged |
|
@ladyada It's a direct branch of my existing PR, since I need that code to test I2C libraries |
|
ahh ok |
|
Binary (tested, works for me) |
|
tested, this is good! |
|
Let's make sure we merge the original first! |
|
ok ill test that one now |
|
Closes #2169 |
|
I'd suggest rebasing the os and struct commits onto master for this PR. That way this PR doesn't depend on the other and we can review and merge in parallel. Let me know if you need help with git. It's got a steep learning curve. |
|
@tannewt I'd be happy to rebase, but since there are no modules I'm aware of that can even make use of OS and Struct without I2C being available, it'd make this hard to test independently, which is why I had it as an extension of that branch. I can probably fix your comments on I2C pretty quickly, do you still want me to move it? |
|
You can test os and struct yourself with a test script like what @ladyada did above. Please do move it and make any PRs you do in the future independent so we can have multiple review cycles going. |
|
Ok, I thought the rebase was going to be simple but it's turning out to be a huge pain, so I'm just going to go ahead and delete/recreate this. |
This PR adds basic OS and Struct support to assist with libraries. Uses #2151