Add lpc55 USART support#43
Open
GameSkyRO wants to merge 14 commits into
Open
Conversation
This commits adds the code for the Cortex-M33 architecture. It also adds the possibility to use the Non-Secure alias of the MPU
This commit adds the code for the RP2350 MCU and the RP2350 board that uses that MCU. At the moment, the board supports the following: - UART Console; - Timers; - GPIO with interrupts. It also changes `tock_kernel_layout.ld` because of an apparent bug with arm-none-eabi-objcopy.
This commit changes the `cortex-m33` crate to use `cortex-v7m`, because the v7m is compatible with v8m, and there is no reason to just have 2 crates with the same code.
|
Please rebase this upon #46 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Overview
This pull request adds the initial USART configuration. The driver provides the ability to receive and communicate via USART with the board, along with the usage of process console (via the previously implemented GPIO and Alarm).
Testing Strategy
This pull request was tested by running the hello-c example from libtock-c. While the "Tock" debug message appears on write, the board must be reset for the app to run.
Documentation Updated
/docs, or no updates are required.Formatting
make prepush.