forked from ARMmbed/mbed-os
-
-
Notifications
You must be signed in to change notification settings - Fork 20
STM32H7: USE_SD_TRANSCEIVER is configurable #9
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
Closed
Conversation
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
Fixes ARMmbed#13983 Move linker script to the function mbed_set_mbed_target_linker_script. I also moved memmap as it is needed for an app. The location might not be the best fit, we will address this in separate pull request.
-Remove Nanostack::add_ethernet_interface API change -Add get_mac_address to MeshEthernetInterface -Fix compiler warnings by adding overrides
A new method has been added to the NetworkInterface. Therfore WICED library needs to be rebuild for ARMC6.
Optimise mbed_ticker_api.c
…_k20xx Freescale: Remove K20XX files
…_kl27z Freescale: Remove KL27Z files
…support CMake: Add support for all Freescale Mbed targets
- Use https://github.com/STMicroelectronics/STM32_open_pin_data.git instead of CubeMX - Add GPIO pinmap list - Add STM32WL support
Due to the recent release of Mbed CLI 2, the command line options have been renamed to ensure good usability and harmonize with the old tools. These are the following changes done: * Minimum Cmake - 3.19.0 is required * Minimum Mbed-tools - 4.0.0 is required * mbed-tools cmd `init` to `new` * mbed-tools cmd `build` to `compile` * Removed whitespaces
* Add CMakeLists.txt file * Update the list of supported target
Add CMakeLists.txt file to for the target family source files.
Add CMakeLists.txt file to for the target family source files.
Add CMakeLists.txt file to for the target family source files.
This needs to be defined for "final" targets not contained in their processor subdirectory
…pile ARM linking issue: compile out trace when not available
CMake: Add cmake support for Toshiba targets
…allbacks BLE: Fix GattServer callbacks not being copied to GattServer instance of the service
…lude_dir CMake: Add support for OSPIF blockdevice
BLE: fix scanning/advertising when extended features are available but disabled on host
Update the hci_drv_apollo3.c listing as the file location was changed.
Enabled USBDevice in targets.json for H743ZI2
Co-authored-by: Hugues Kamba <[email protected]>
Add Arduino Portenta H7 as target
CMake: Fix path to Ambiq BLE source file
…tform CMake: Add CMake to platform greentea test
d129f8f
to
34e52d1
Compare
34e52d1
to
76f4dcb
Compare
@facchinm i've aligned this branch to this https://github.com/arduino/mbed-os/tree/config_sd_transceiver so you can have a look at the changes. If you agree i will then close this and open a pull request to ARMmbed/mbed-os. |
I think this one can be opened on mbed-os as is 😉 |
Rebased and mainlined as ARMmbed#14145 |
Closing because ARMmbed#14145 has been merged |
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.
Summary of changes
This pull request allow configuration of USE_SD_TRANSCEIVER using targets.json file
Default value for STM32H7 targets is 1but can be changed using override section of a specific target.
Impact of changes
STM32H7 family
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@facchinm