-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fixed: The issue of interrupt vector remapping for GCC_ARM LPC1114 #45
Conversation
Hello dinau, |
Hello 0xc0170, |
Ah, we stoped porting of LPC1114 for GCC by its binary size. Do you guys want gcc support? |
If you look at the LPC11U24 linker script, you will see a similar pattern of reserving the lower 512 bytes of FLASH for this remapping. In that script you will also notice that more reset only code is pulled into this lower 512 bytes so that not as much overall FLASH is wasted. You may want to do that here as well. |
Hi adamgreen, dinau |
Fixed: The issue of interrupt vector remapping for GCC_ARM LPC1114
Adding threaded blinky integration test
-Do not define mbedtls configuration in Makefile as the same makefile is used in target builds.
Improve us timer performance by post converting count down to count u…
…from b560a9da36..806f54cea9 806f54cea9 Use event id 0 for initialization event (ARMmbed#45) git-subtree-dir: features/nanostack/sal-stack-nanostack-eventloop git-subtree-split: 806f54cea9741acacec0a447db88e3b525548218
…ges from 86cf0cca08..fb20d3f32c fb20d3f32c Merge remote-tracking branch 'origin/master' into release_for_mbed_os d182fa4b3a Follow Mbed OS coding style (ARMmbed#47) 806f54cea9 Use event id 0 for initialization event (ARMmbed#45) git-subtree-dir: connectivity/nanostack/sal-stack-nanostack-eventloop git-subtree-split: fb20d3f32c84e2a3b2335d01df36100b5b5881ec
…from b560a9da36..d182fa4b3a d182fa4b3a Follow Mbed OS coding style (ARMmbed#47) 806f54cea9 Use event id 0 for initialization event (ARMmbed#45) git-subtree-dir: features/nanostack/sal-stack-nanostack-eventloop git-subtree-split: d182fa4b3aad7fdc70f7e74d6ed4d524e6f9286c
…from b560a9da36..d182fa4b3a d182fa4b3a Follow Mbed OS coding style (ARMmbed#47) 806f54cea9 Use event id 0 for initialization event (ARMmbed#45) git-subtree-dir: features/nanostack/sal-stack-nanostack-eventloop git-subtree-split: d182fa4b3aad7fdc70f7e74d6ed4d524e6f9286c
* Add docs generation workflow * remove extraneous backslash
Fixed: The issue of interrupt vector remapping for GCC_ARM LPC1114