-
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
added extra label because USB device compilation failed, for the target LPC11U24_301 #55
Closed
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
Thanks for the report. A better fix here would be to modify USBEndpoints.h to include a test for TARGET_LPC11UXX instead of TARGET_LPC11U24, since TARGET_LPC11UXX is defined for all LPC 11Uxx targets (LPC11U24, LPC11U24_301 and LPC11U35_401). So I'm going to close this pull request and apply this fix instead. |
bridadan
pushed a commit
that referenced
this pull request
Jun 21, 2016
Fixing package name for gcc arm
hasnainvirk
pushed a commit
to hasnainvirk/mbed-os
that referenced
this pull request
Feb 12, 2017
… from a1982c1..e125164 e125164 Check secure session pointer in timer callback (ARMmbed#61) f49e596 Update unit tests (ARMmbed#59) 6a5634a Support for multiple virtual services (ARMmbed#58) 7fe6b98 Remove yotta files (ARMmbed#57) 5c5c8fe Fix socket send return value overflow (ARMmbed#56) 0870d05 Update unit test stubs to match latest socket api (ARMmbed#55) e687be8 Merge pull request ARMmbed#54 from ARMmbed/warn_fixes b8fe613 updated unittests 8640d05 Compilation warnings fixed eea83e5 Flag out entropy source addition (ARMmbed#53) 7d72eb4 Fix unittests (ARMmbed#52) 4a6991e Avoid referencing ns_msghdr_t::flags git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service git-subtree-split: e125164
geky
pushed a commit
to geky/mbed
that referenced
this pull request
Aug 25, 2018
Changed erase to just noop if erases are too small for erase command
artokin
pushed a commit
to artokin/mbed-os
that referenced
this pull request
Feb 25, 2019
0a4f6be astyle validation (ARMmbed#89) f43f52d add mention about mbed-os.lib generation and ignore example folder (ARMmbed#88) 3f48e87 .tmp_data_ptr = 0 added (ARMmbed#55) 9697f63 doc update + mbed-os 5 example application (ARMmbed#84) 891508b CI improvements - introduce Jenkinsfile (ARMmbed#87) git-subtree-dir: features/frameworks/mbed-trace git-subtree-split: 0a4f6be43da09feb2e55eae0697546bcc23d0a23
linlingao
pushed a commit
to linlingao/mbed-os
that referenced
this pull request
Jul 12, 2019
Added PWMOUT stubs and updated Port
pan-
added a commit
to pan-/mbed
that referenced
this pull request
May 29, 2020
Document Eddystone example code. Resolve ARMmbed#49
pan-
added a commit
to pan-/mbed
that referenced
this pull request
May 29, 2020
Updating mbed-os to mbed-os-5.3.6
Jookia
pushed a commit
to Jookia/mbed-os
that referenced
this pull request
Mar 11, 2023
* Add upload target for Arduino Nano 33 BLE, fix linker script preprocessing, add option for USB serial by default * astyle error * Use HINTS instead of PATHS so that the Arduino dir is searched first * Enable OpenOCD and PyOCD for Nano 33 BLE in SWD mode * Fix missing dependency for USB tests on Windows * Add RAM defines for nrf52840 * Fix mbed-storage-kv-config depending on SD card library even if said library was not enabled * Update dsrdtr value * No longer need to modify linker script now that we aren't using whole-archive! * Add OPENOCD_ADAPTER_SERIAL * Add handling for cmsis dap * Fix typo * Fix weak symbol issue causing Bluetooth to not work. In this case, the weak implementation can simply be removed, because there's no legitimate case where it is used.
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.
No description provided.