GustavWi
|
d8df2f25d3
|
Set most of the targets to a fixed heap and stack ratio relative to ram. 1/4 of ram to heap and 1/8 of ram to stack. There are some exception where the ram is small and the target support an rtos, then the heap requires more than 1/4 of RAM
|
2015-02-27 12:57:45 +01:00 |
GustavWi
|
60a7d3755f
|
IAR Fixed NVIC RAM Vector space for NXP targets
|
2014-11-26 13:30:49 +01:00 |
GustavWi
|
f3ad604ebc
|
Fixed reset handler for LPC1347 IAR
|
2014-11-11 14:43:17 +01:00 |
GustavWi
|
4880f5375f
|
Added linker and startup file
|
2014-10-21 16:06:56 +01:00 |
sg-
|
d9c19847be
|
[cmsis_nvic] correct typos and stray character
|
2014-10-14 00:47:53 -05:00 |
sg-
|
5b8ab1762d
|
Add BSD license to NVIC_SetVector and NVIC_GetVector.
|
2014-10-10 15:56:16 -05:00 |
Joey Ye
|
feacef8f3a
|
Clean up GCC_ARM startup code
|
2013-12-20 15:08:20 +08:00 |
Bogdan Marinescu
|
3b465de3aa
|
Changed line endings to LF, removed non-ASCII chars from sources
|
2013-08-08 12:58:34 +03:00 |
Bogdan Marinescu
|
d399e51bfd
|
Interrupt chaining: now working on all targets.
Tested on LPC1768, LPC11U24, KL25Z, LPC2368.
|
2013-08-07 14:43:36 +03:00 |
Bogdan Marinescu
|
5655d2fc2a
|
Fix for the previous "change vector table relocation check" commit.
|
2013-07-29 18:13:38 +03:00 |
Bogdan Marinescu
|
14409cd7fd
|
Change the check for vector table relocation
Allows the user to specify his own VTOR location.
Fixes PRMBED-1065.
|
2013-07-29 18:13:37 +03:00 |
Bogdan Marinescu
|
7d5e9dac70
|
[LPC1347] Added support for the ARM toolchain.
|
2013-07-17 15:25:18 +03:00 |
samuel.mokrani@arm.com
|
6b7f4b998e
|
[LPC1347]: first implementation of PWMOut (not tested)
|
2013-07-17 15:17:09 +03:00 |
Bogdan Marinescu
|
721082257c
|
Preliminary support for LPC13XX
Works only with GCC_ARM for now.
|
2013-07-17 14:57:02 +03:00 |