Skip to content
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 uVision4 exporters for DISCO-{F051R8, F100RB, F303VC, F407VG} #1522

Merged
merged 2 commits into from
Feb 11, 2016
Merged

Add uVision4 exporters for DISCO-{F051R8, F100RB, F303VC, F407VG} #1522

merged 2 commits into from
Feb 11, 2016

Conversation

dinau
Copy link
Contributor

@dinau dinau commented Jan 31, 2016

(1) Add above exporters.
(2) Modified only comments in "cmsis_nvic.h" files.

(1) Add above exporters.
(2) Modified only comments in "cmsis_nvic.h" files.
@@ -873,6 +873,7 @@ def __init__(self):
self.extra_labels = ['STM', 'STM32F4', 'STM32F407', 'STM32F407VG']
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
self.progen_target ='disco-f407vg'
self.default_toolchain = "uARM"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are you setting uARM for 407?

@0xc0170
Copy link
Contributor

0xc0170 commented Feb 10, 2016

@dinau This PR is looking fine. Just one thing, uARM for disco f407 does not make sense and should be changed to full ARM std library. Please have a look

@dinau
Copy link
Contributor Author

dinau commented Feb 10, 2016

Hello 0xc0170,
Thank you for your comments.
I will check it soon.

dinau

@dinau
Copy link
Contributor Author

dinau commented Feb 11, 2016

Hi,
I've fixed it.

Regards,
dinau

#define NVIC_NUM_VECTORS (16 + 100)
// MCU Peripherals: 61 vectors (= 244 bytes from 0x40 to 0x134)
// Total: 308 bytes to be reserved in RAM (see scatter file)
#define NVIC_NUM_VECTORS (16 + 61)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have been separate PR (at least own commit)

0xc0170 added a commit that referenced this pull request Feb 11, 2016
Add uVision4 exporters for DISCO-{F051R8, F100RB, F303VC, F407VG}
@0xc0170 0xc0170 merged commit c301abb into ARMmbed:master Feb 11, 2016
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.

2 participants