add(lpc55):gpio and alarm support#46
Conversation
alexandruradovici
left a comment
There was a problem hiding this comment.
Looks good, please add a Readme.md to each new crate.
Done. |
|
Please fix the pipeline errors. |
a08c544 to
d713e56
Compare
Done. The pipeline with |
|
There should be no external dependencies. |
b51a733 to
38abd60
Compare
I removed all external dependencies. |
90ae33a to
7d71db8
Compare
|
@alexandruradovici why is not good to use the target |
Ok, that makes sense. |
|
I added some images that point out the difference in exception handling. |
Now I see the problem of using the |
|
@alexandruradovici what do I have to do next? |
|
Did you delete the |
Yes, I deleted it. Also, I make the modification in the |
alexandruradovici
left a comment
There was a problem hiding this comment.
You can open the PR to upstream.
|
@alexandruradovici can you, please, approve this PR in order to send the PR to upstream? I deleted some comments and the initial approve was dismissed. |
4cc645a to
f25671e
Compare
f25671e to
51629ff
Compare
026b565 to
2c84f48
Compare
c7dc467 to
c075585
Compare
Signed-off-by: user3345 <81963672+genan2003@users.noreply.github.com>
Signed-off-by: user3345 <81963672+genan2003@users.noreply.github.com>
c075585 to
3c7818f
Compare


Pull Request Overview
This commit introduces the initial Alarm driver for the NXP LPC55 series microcontroller. The driver provides the foundational API for configuring and managing Alarm functionality.
Testing Strategy
This pull request was tested by blinking and LED from the board(flashing the blink example from libtock-c)
TODO or Help Wanted
This pull request still needs...
Documentation Updated
/docs, or no updates are required.Formatting
make prepush.