forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 26
Add initial Mbed CE support for Ambiq Apollo3 #469
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
0345abb
Upgrade Ambiq Apollo3 linker script
multiplemonomials 7699293
Add PYOCD, fix conflict between RAM and RAM vectors that was making b…
multiplemonomials 4f6f18e
Add pre-sync delay, fixing inability for greentea to work on Ambiq Ap…
multiplemonomials 2225139
Start on sync predelay option
multiplemonomials 93cd27a
Tests passing on Artemis! There was some missing undocumented lp tick…
multiplemonomials 69b23ad
Add J-Link
multiplemonomials bc5a23a
Typo
multiplemonomials b0e45dd
Fix some CI issues
multiplemonomials File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| { | ||
| // Config file for Mbed's Greentea unit test runner | ||
| "name": "greentea-client", | ||
|
|
||
| // Config options | ||
| "config": { | ||
| "sync-predelay": { | ||
| "help": "Wait this amount of time (in floating point seconds) after opening the serial port before sending sync.", | ||
| "value": null | ||
| }, | ||
| }, | ||
|
|
||
| // Per-target overrides | ||
| "target_overrides": { | ||
| "AMA3B1KK": { | ||
| // These boards have the serial port DTR line tied to the MCU reset, so the MCU will restart when | ||
| // the serial port is opened. It appears that if there is serial port activity within 200ms of opening the port | ||
| // (see here https://github.com/sparkfun/Apollo3_Uploader_SVL/blob/fc89de7f8163fe755021ca88e779e2963209e5a6/bootloader/src/main.c#L330) | ||
| // the MCU will get stuck in the bootloader and not boot. Based on testing, we need to wait about 300ms | ||
| // for the MCU to fully boot and be ready to accept the sync word. | ||
| "sync-predelay": 0.3 | ||
| } | ||
| } | ||
| } |
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
27 changes: 0 additions & 27 deletions
27
features/deprecated_warnings/FEATURE_LWIP/feature_lwip_is_deprecated.c
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
features/deprecated_warnings/FEATURE_NANOSTACK/feature_nanostack_is_deprecated.c
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
features/frameworks/greentea-client/greentea-client/greentea_metrics.h
This file was deleted.
Oops, something went wrong.
129 changes: 0 additions & 129 deletions
129
features/frameworks/greentea-client/greentea-client/test_env.h
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.