-
Notifications
You must be signed in to change notification settings - Fork 8
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
mcu: apollo4p: Update to SDK4.5.0 #23
Open
RichardSWheatley
wants to merge
16
commits into
zephyrproject-rtos:main
Choose a base branch
from
AmbiqMicro:apollo4-hal-update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
mcu: apollo4p: Update to SDK4.5.0 #23
RichardSWheatley
wants to merge
16
commits into
zephyrproject-rtos:main
from
AmbiqMicro:apollo4-hal-update
Conversation
This file contains 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
aaronyegx
reviewed
Jun 25, 2024
RichardSWheatley
force-pushed
the
apollo4-hal-update
branch
from
June 25, 2024 14:30
19b2d88
to
de3a67e
Compare
AlessandroLuo
approved these changes
Jun 27, 2024
RichardSWheatley
force-pushed
the
apollo4-hal-update
branch
from
August 5, 2024 20:45
de3a67e
to
05ccd09
Compare
aaronyegx
approved these changes
Aug 6, 2024
RichardSWheatley
force-pushed
the
apollo4-hal-update
branch
from
August 19, 2024 13:29
05ccd09
to
e8bab50
Compare
RichardSWheatley
force-pushed
the
apollo4-hal-update
branch
from
September 23, 2024 16:38
e8bab50
to
f34fdd8
Compare
Updates made after ADC characterization. AM_HAL_ADC_MIN_TRKCYC now 0 from 32. Signed-off-by: Richard Wheatley <[email protected]>
Updates made to DCU code Signed-off-by: Richard Wheatley <[email protected]>
Updates enum to use correct macro Signed-off-by: Richard Wheatley <[email protected]>
Updates to remove ap4 Signed-off-by: Richard Wheatley <[email protected]>
Duplicate TIMER enum Signed-off-by: Richard Wheatley <[email protected]>
Added HF2SDJ code to USB Signed-off-by: Richard Wheatley <[email protected]>
Add updated code to Card and Card Host Signed-off-by: Richard Wheatley <[email protected]>
Updates to add HF2ADJ algorithm Signed-off-by: Richard Wheatley <[email protected]>
Updated internal IOM error handling Signed-off-by: Richard Wheatley <[email protected]>
Removed compiler versioning from SDK output Signed-off-by: Richard Wheatley <[email protected]>
Remove Extra Base Address definitions Signed-off-by: Richard Wheatley <[email protected]>
Correctly labelled err in code Signed-off-by: Richard Wheatley <[email protected]>
RichardSWheatley
force-pushed
the
apollo4-hal-update
branch
from
November 27, 2024 15:58
f34fdd8
to
6cb1af4
Compare
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.
Updates to DCU
Updates to HFRC2 for USB
Added support for SD Card
Updated support for HFRC2 Adjustment
Added internal error handling for IOM
Updated RTC due to Errata ERR126
Signed-off-by: Richard Wheatley [email protected]