Add kernel build support to the STM32 family and to the STM32F4Discovery board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5774 42af7a65-404d-4744-a932-0658087f49c3
Showing
- ChangeLog 10 additions, 0 deletionsChangeLog
- arch/arm/src/lpc17xx/lpc17_mpuinit.c 1 addition, 1 deletionarch/arm/src/lpc17xx/lpc17_mpuinit.c
- arch/arm/src/lpc17xx/lpc17_start.c 1 addition, 1 deletionarch/arm/src/lpc17xx/lpc17_start.c
- arch/arm/src/lpc17xx/lpc17_userspace.h 0 additions, 1 deletionarch/arm/src/lpc17xx/lpc17_userspace.h
- arch/arm/src/lpc17xx/lpc17_vectors.S 3 additions, 3 deletionsarch/arm/src/lpc17xx/lpc17_vectors.S
- arch/arm/src/stm32/Make.defs 11 additions, 0 deletionsarch/arm/src/stm32/Make.defs
- arch/arm/src/stm32/stm32_allocateheap.c 124 additions, 9 deletionsarch/arm/src/stm32/stm32_allocateheap.c
- arch/arm/src/stm32/stm32_mpuinit.c 124 additions, 0 deletionsarch/arm/src/stm32/stm32_mpuinit.c
- arch/arm/src/stm32/stm32_mpuinit.h 90 additions, 0 deletionsarch/arm/src/stm32/stm32_mpuinit.h
- arch/arm/src/stm32/stm32_start.c 15 additions, 1 deletionarch/arm/src/stm32/stm32_start.c
- arch/arm/src/stm32/stm32_userspace.c 119 additions, 0 deletionsarch/arm/src/stm32/stm32_userspace.c
- arch/arm/src/stm32/stm32_userspace.h 76 additions, 0 deletionsarch/arm/src/stm32/stm32_userspace.h
- arch/arm/src/stm32/stm32_vectors.S 23 additions, 14 deletionsarch/arm/src/stm32/stm32_vectors.S
- configs/open1788/kernel/up_userspace.c 1 addition, 1 deletionconfigs/open1788/kernel/up_userspace.c
- configs/open1788/scripts/memory.ld 1 addition, 1 deletionconfigs/open1788/scripts/memory.ld
- configs/stm32f4discovery/kernel/Makefile 116 additions, 0 deletionsconfigs/stm32f4discovery/kernel/Makefile
- configs/stm32f4discovery/kernel/up_userspace.c 142 additions, 0 deletionsconfigs/stm32f4discovery/kernel/up_userspace.c
- configs/stm32f4discovery/scripts/kernel-space.ld 109 additions, 0 deletionsconfigs/stm32f4discovery/scripts/kernel-space.ld
- configs/stm32f4discovery/scripts/memory.ld 78 additions, 0 deletionsconfigs/stm32f4discovery/scripts/memory.ld
- configs/stm32f4discovery/scripts/user-space.ld 126 additions, 0 deletionsconfigs/stm32f4discovery/scripts/user-space.ld
Loading
Please register or sign in to comment