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

Make STM32F4 vectors relocate properly #93

Merged
merged 2 commits into from
Oct 25, 2013

Conversation

oampo
Copy link
Contributor

@oampo oampo commented Oct 25, 2013

This fixes a regression introduced by 14409cd. The old vector table is not located as 0x0, so the table was not relocated when NVIC_SetVector was called. I've used the technique for relocation from the LPC43XX code, as the STM32F4 can also store its vectors in one of a couple of locations.

emilmont added a commit that referenced this pull request Oct 25, 2013
Make STM32F4 vectors relocate properly
@emilmont emilmont merged commit 7a15854 into ARMmbed:master Oct 25, 2013
deepakvenugopal added a commit to deepakvenugopal/mbed-os that referenced this pull request Mar 2, 2018
… from f6281ed..f40072f

f40072f Merge pull request ARMmbed#95 from ARMmbed/revert_interface_id_check
4b27d02 Revert "Add check for interface when receiving CoAP request (ARMmbed#92)"
6fd5003 Adjust request message validity lifetime (ARMmbed#93)

git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service
git-subtree-split: f40072f
yossi2le pushed a commit to yossi2le/mbed-os that referenced this pull request Jan 2, 2019
* Enable restrict keyword for IAR
* Enable build test for nucleo and odin and IAR
lrusinowicz pushed a commit to lrusinowicz/mbed-os that referenced this pull request Feb 5, 2019
Updating mbed-os to mbed-os-5.6.4
linlingao added a commit to linlingao/mbed-os that referenced this pull request Jul 12, 2019
Increase greentea timeout for two tests. They were too small
pan- added a commit to pan-/mbed that referenced this pull request May 29, 2020
Updating mbed-os to mbed-os-5.5.2
artokin pushed a commit to artokin/mbed-os that referenced this pull request Dec 14, 2020
…7b93ec6..ad7631083a

ad7631083a Merge pull request ARMmbed#96 from PelionIoT/heap_lite_stats
18b742b2c7 Heap stat's enabled allways by default.
9b4cbaf101 Added extended block list to dynamic memory tracker (ARMmbed#95)
8ff6d31abb Added dynamic memory tracker and hooks to dynmem library (ARMmbed#93)
cf2b133082 Merge pull request ARMmbed#92 from LDong-Arm/add_present_flag
9eb6f2dde7 Add config to generate macro MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT

git-subtree-dir: features/frameworks/nanostack-libservice
git-subtree-split: ad7631083ad69efa3a4335dd586934d25ab70b27
artokin pushed a commit to artokin/mbed-os that referenced this pull request Jan 19, 2021
…67d7b93ec6..a526cc3f41

a526cc3f41 Merge pull request ARMmbed#97 from PelionIoT/sync_from_mbed_os
2f82569918 Add license notice to Arm copyrighted source files
ad7631083a Merge pull request ARMmbed#96 from PelionIoT/heap_lite_stats
18b742b2c7 Heap stat's enabled allways by default.
9b4cbaf101 Added extended block list to dynamic memory tracker (ARMmbed#95)
8ff6d31abb Added dynamic memory tracker and hooks to dynmem library (ARMmbed#93)
cf2b133082 Merge pull request ARMmbed#92 from LDong-Arm/add_present_flag
9eb6f2dde7 Add config to generate macro MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT

git-subtree-dir: connectivity/libraries/nanostack-libservice
git-subtree-split: a526cc3f41bfd0ec6a78e6998b8f8dcc1bd2afc9
artokin pushed a commit to artokin/mbed-os that referenced this pull request Jan 19, 2021
…7b93ec6..a526cc3f41

a526cc3f41 Merge pull request ARMmbed#97 from PelionIoT/sync_from_mbed_os
2f82569918 Add license notice to Arm copyrighted source files
ad7631083a Merge pull request ARMmbed#96 from PelionIoT/heap_lite_stats
18b742b2c7 Heap stat's enabled allways by default.
9b4cbaf101 Added extended block list to dynamic memory tracker (ARMmbed#95)
8ff6d31abb Added dynamic memory tracker and hooks to dynmem library (ARMmbed#93)
cf2b133082 Merge pull request ARMmbed#92 from LDong-Arm/add_present_flag
9eb6f2dde7 Add config to generate macro MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT

git-subtree-dir: features/frameworks/nanostack-libservice
git-subtree-split: a526cc3f41bfd0ec6a78e6998b8f8dcc1bd2afc9
artokin pushed a commit to artokin/mbed-os that referenced this pull request Jan 21, 2021
…7b93ec6..a526cc3f41

a526cc3f41 Merge pull request ARMmbed#97 from PelionIoT/sync_from_mbed_os
2f82569918 Add license notice to Arm copyrighted source files
ad7631083a Merge pull request ARMmbed#96 from PelionIoT/heap_lite_stats
18b742b2c7 Heap stat's enabled allways by default.
9b4cbaf101 Added extended block list to dynamic memory tracker (ARMmbed#95)
8ff6d31abb Added dynamic memory tracker and hooks to dynmem library (ARMmbed#93)
cf2b133082 Merge pull request ARMmbed#92 from LDong-Arm/add_present_flag
9eb6f2dde7 Add config to generate macro MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT

git-subtree-dir: features/frameworks/nanostack-libservice
git-subtree-split: a526cc3f41bfd0ec6a78e6998b8f8dcc1bd2afc9
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