Skip to content

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
wants to merge 912 commits into from

Conversation

pennam
Copy link

@pennam pennam commented Oct 28, 2020

Summary of changes

This pull request allow configuration of USE_SD_TRANSCEIVER using targets.json file

        "sd_transceiver_available": {
            "help": "Define if SD transceiver is available on the board.",
            "value": true
        }

Default value for STM32H7 targets is 1but can be changed using override section of a specific target.

        "overrides": {
            "sd_transceiver_available": false
        },

Impact of changes

STM32H7 family

Migration actions required

Documentation


Pull request type

[] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[X] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results

[] No Tests required for this change (E.g docs only update)
[] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR

Reviewers

@facchinm


LDong-Arm and others added 30 commits November 27, 2020 17:10
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.
…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.
facchinm and others added 21 commits January 4, 2021 18:04
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
…tform

CMake: Add CMake to platform greentea test
@pennam pennam force-pushed the patch-portenta-sd branch from d129f8f to 34e52d1 Compare January 8, 2021 15:36
@pennam pennam force-pushed the patch-portenta-sd branch from 34e52d1 to 76f4dcb Compare January 11, 2021 07:58
@pennam
Copy link
Author

pennam commented Jan 11, 2021

@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.

@facchinm
Copy link
Member

I think this one can be opened on mbed-os as is 😉
Thx

@pennam
Copy link
Author

pennam commented Jan 13, 2021

Rebased and mainlined as ARMmbed#14145

@pennam
Copy link
Author

pennam commented Jan 18, 2021

Closing because ARMmbed#14145 has been merged

@pennam pennam closed this Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.