-
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
Add support for NXP LPC4088 #5
Merged
Merged
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
Great contribution. Thank you Andreas. |
PrzemekWirkus
added a commit
that referenced
this pull request
Mar 6, 2015
Synd with master (04 March 2015)
kpurusho
added a commit
to kpurusho/mbed
that referenced
this pull request
Sep 14, 2015
… atmel * commit '799d2d61c3ee0fc04ba34b595b0a1300806c9306': * Updated cmsis files for KnR Coding Standards. * updated year in ARM mbed license.
bridadan
pushed a commit
that referenced
this pull request
Jun 21, 2016
Tools - project options.macros None fix
c1728p9
added a commit
to c1728p9/mbed-os
that referenced
this pull request
Oct 18, 2016
In the config store create test in test case ARMmbed#5 the amount of available memory is determined by fully allocating the heap. This is done multiple times to determine if there is a memory leak. This causes problems when even slight fragmentation occurs in the heap, since the size that can be allocated is decreased slightly, which the test flags as a memory leak. This patch makes memory leak detection more robust by using metrics provided by mbed_stats_heap_get. These metrics are an exact measurement of memory allocated is not changed by fragmentation. This allows the memory leak test to report correct values regardless of fragmentation.
c1728p9
added a commit
that referenced
this pull request
Oct 19, 2016
In the config store create test in test case #5 the amount of available memory is determined by fully allocating the heap. This is done multiple times to determine if there is a memory leak. This causes problems when even slight fragmentation occurs in the heap, since the size that can be allocated is decreased slightly, which the test flags as a memory leak. This patch makes memory leak detection more robust by using metrics provided by mbed_stats_heap_get. These metrics are an exact measurement of memory allocated is not changed by fragmentation. This allows the memory leak test to report correct values regardless of fragmentation.
geky
pushed a commit
to geky/mbed
that referenced
this pull request
Aug 25, 2018
Fix for armmbed/sd-driver issue 4: SDCard Initialisation fails for ES…
bcostm
pushed a commit
to bcostm/mbed-os
that referenced
this pull request
Sep 13, 2018
NUCLEO_H743ZI: add IAR exporter + use DTCM RAM
Merged
naveenkaje
pushed a commit
to naveenkaje/mbed-os
that referenced
this pull request
Jan 14, 2019
Add BLE feature to mbed_lib.json of SoftDevice
geky
added a commit
to geky/mbed
that referenced
this pull request
May 30, 2019
add missing get_type() from BlockDevice
hugueskamba
referenced
this pull request
in hugueskamba/mbed-os
Jul 2, 2019
* Move source files and internal headers to `internal` dir * Amend test files and other modules include paths for internal headers * Add Doxygen comments for documenting internal and public drivers APIs * Remove incorrectly grouped Devicekey from the drivers Doxygen group and add to the newly created `Device Key` group.
hugueskamba
referenced
this pull request
in hugueskamba/mbed-os
Jul 3, 2019
* Move source files and internal headers to `internal` dir * Amend test files and other modules include paths for internal headers * Add Doxygen comments for documenting internal and public drivers APIs * Remove incorrectly grouped Devicekey from the drivers Doxygen group and add to the newly created `Device Key` group.
evedon
pushed a commit
to evedon/mbed-os
that referenced
this pull request
Jul 5, 2019
Add compile profiles
linlingao
pushed a commit
to linlingao/mbed-os
that referenced
this pull request
Jul 12, 2019
Added initial stubs for Serial/UART API
evedon
pushed a commit
to evedon/mbed-os
that referenced
this pull request
Jul 15, 2019
Add compile profiles
geky
added a commit
to geky/mbed
that referenced
this pull request
Aug 4, 2019
Add EVENTS_EVENT_SIZE define for calculated queue allocations
ABOSTM
added a commit
to ABOSTM/mbed-os
that referenced
this pull request
Aug 26, 2019
On last case ARMmbed#5 there was a last unexpected read. It happened when stop condition was generated
hugueskamba
pushed a commit
to evedon/mbed-os
that referenced
this pull request
Aug 29, 2019
On last case ARMmbed#5 there was a last unexpected read. It happened when stop condition was generated
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.
Support has been added for the NXP LPC4088. This has been tested on Embedded Artists LPC4088 Developer's Kit.