-
Notifications
You must be signed in to change notification settings - Fork 3k
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
target K20D5M #135
Merged
Merged
target K20D5M #135
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
- K20 KEIL files - clock set to 1 (48MHz) - offset in GCC ld for vectors in RAM - us ticker - PIT timer interrupt implementation
- stack pointer correction - startup for ARM - clean up - GCC ARM linker - RAM size correction - NVIC - RAM address
- ADC - pins, mux - analog pins - Ax - irq - port A - E
- SPI - implementation - RTC - there's 32.768kHz crystal, use that as a source - Serial - 10bit transfer
yossi2le
pushed a commit
to yossi2le/mbed-os
that referenced
this pull request
Jan 2, 2019
lrusinowicz
pushed a commit
to lrusinowicz/mbed-os
that referenced
this pull request
Feb 5, 2019
Updating mbed-os to mbed-os-5.9.6
geky
added a commit
to geky/mbed
that referenced
this pull request
Oct 3, 2019
…510cd13..7e110b44c0 7e110b44c0 Added automatic version prefixing to releases 7f7b7332e3 Added scripts/prefix.py for automatically prefixing version numbers d3a2cf48d4 Merge pull request ARMmbed#135 from johnlunney/patch-1 22b0456623 Add missing word (and reflow text) ec4d8b6 Changed release script to generate drafts c7894a6 Added a handful of links to related projects 1950758 Added 2GiB file size limit and EFBIG reporting 97d8d5e Fixed issue where a rename causes a split and pushes dir out of sync 0bb1f7a Modified release script to create notes only on minor releases 447d89c Merge pull request ARMmbed#109 from OTAkeys/pr/fix-sign-compare 28d2d96 Fix -Wsign-compare error cb62bf2 Fixed release script issue with fetching recent tags 646b1b5 Added -Wjump-misses-init and fixed uninitialized warnings 1b7a155 Merge pull request ARMmbed#106 from conkerkh/master e5a6938 Fixed possible infinite loop in deorphan step 6ad544f If stats file doesn't exist lfs_emubd_create will fail. 3419284 Fixed issue with corruption due to different cache sizes git-subtree-dir: features/storage/filesystem/littlefs/littlefs git-subtree-split: 7e110b44c0e796dc56e2fe86587762d685653029
pan-
added a commit
to pan-/mbed
that referenced
this pull request
May 29, 2020
Updating mbed-os to mbed-os-5.7.5
artokin
added a commit
to artokin/mbed-os
that referenced
this pull request
Sep 23, 2021
…085d 9a9085d Updated coap service to be compatible with mbed TLS 3.0 (ARMmbed#135) bbe0173 (via Mbed OS) mbedtls_stub: Add missing include (ARMmbed#134) git-subtree-dir: features/nanostack/coap-service git-subtree-split: 9a9085d
artokin
added a commit
to artokin/mbed-os
that referenced
this pull request
Sep 23, 2021
…085d 9a9085d Updated coap service to be compatible with mbed TLS 3.0 (ARMmbed#135) git-subtree-dir: features/nanostack/coap-service git-subtree-split: 9a9085d
artokin
added a commit
to artokin/mbed-os
that referenced
this pull request
Sep 23, 2021
…a9085d 9a9085d Updated coap service to be compatible with mbed TLS 3.0 (ARMmbed#135) git-subtree-dir: connectivity/nanostack/coap-service git-subtree-split: 9a9085d
Jookia
pushed a commit
to Jookia/mbed-os
that referenced
this pull request
Mar 11, 2023
* Fix rtos::Mutex stub, add trylock() method * LowPowerTicker - Add ::attach(...) method + call callback * mbed_power_management - rename sleep --> mbed_sleep to avoid conflicts Fixes conflicts w/ unistd.h and boost::ut * GCC 11/C++ 20 - Remove deprecated type_traits * GCC 11/C++ 20 - Remove redundant templating of methods * Warning - pragma ignore invalid-noreturn for unit tests * Fix astyle errors * Fix missing mbed_sleep() calls
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.
Hello,
this is the very first support for Cortex M4 from Freescale - K20D5M target. The implementation is not complete, some of peripherals are not yet functional. I will continue with testing.
It includes GCC ARM, ARM support , exporters are available for both compilers.
CMSIS-DAP interface is shared on my mbed notepad. Any help to complete this port is appreciated.
Regards,
0xc0170