-
Notifications
You must be signed in to change notification settings - Fork 3k
Added new Nucleo target - F410RB #1424
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
Merged
Merged
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
Initial version that can be built is based on STM32F411RE target which is compatible with F410. TODOs: MCU specific modifications in CMSIS/HAL like memory sizes/map, peripherals, clocks, etc.
Fixed memory sizes in compilers files
Note: NUCLEO-F410RB target cannot be built due to incorrect pin mapping, which has to be fixed.
Target can be built, but not verified due to Flashing problems.
This reverts commit f135884.
…HAIN_ARM_STD, updated vector count in cmsis_nvic.h
…nd TOOLCHAIN_ARM_STD, updated vector count in cmsis_nvic.h" This reverts commit b343fb7.
…_MICRO and TOOLCHAIN_ARM_STD, updated vector count in cmsis_nvic.h"" This reverts commit 4b48873.
Conflicts: libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dsi.c libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dsi.h libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_lptim.c libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_lptim.h libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_ltdc_ex.c libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_ltdc_ex.h libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/pwmout_api.c libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/spi_api.c workspace_tools/tests.py workspace_tools/toolchains/gcc.py
…s for IAR and uVision4
This reverts commit 21cfe15.
How was file mode changed for some files? The diff shows for instance:
|
Reverted all file mode changes. |
OK thanks. LGTM. There are conflicts (probably because of targets.py), can you rebase , or I'll do it manually today |
Conflicts: workspace_tools/export/iar.py workspace_tools/toolchains/gcc.py
Conflicts resolved |
0xc0170
added a commit
that referenced
this pull request
Nov 20, 2015
Added new Nucleo target - F410RB
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.