rt-thread/bsp/stm32/stm32l452-st-nucleo
Tangyuxin d724eed9fc
分离内存分配接口与内存分配算法 (#5175)
* [kernel][mem] Multiple instances of small memory allocation algorithm

* [kernel][mem] Change small memory management algorithm memory header flag

* [kernel][mem] Fix assertion problem

* [kernel][slab] Multiple instances of slab memory management algorithm

* [kernel][memheap] Remove rt_malloc/rt_free/rt_realloc and other related memory interfaces

* [kernel][mem] Clean up memory space of small memory management objects

* [kernel][kservice] Add memory application interface and thread protection interface

* [kernel][kservice] Fix function return value problem

* [kernel][memheap] Optimize memheaptrace print

* [kernel][memheap] Support best mode

* [kernel][memory] Remove semaphore lock

* [kernel][memheap] Add locked flag

* [kernel][memory] Support malloc memory in interrupt

* [kernel][memheap] Add 'memheapcheck' cmd

* [kernel][mem] Fix failure to request full memory

* [kernel][memheap] Fix compilation warning

* [kernel][mem] Fix mem realloc ASSERT

* [examples][testcases] Add small mem testcase

* [examples][mem_tc] Modify test memory size

* [examples][testcases] Add slab memory management algorithm test case

* [examples][testcases] fix small memory management algorithm test case

* [kernel][memory] Adjusting memory allocation algorithm object definition and interface

* [kernel][memory] Fix compilation warning

* [examples][utest] Fix mem test case

* [examples][utest] fix slab test case

* [utest][testcases] Shorten test time

* [kernel][memory] Formatting code

* [examples][utest] Adjust test run time

* [examples][utest] Formatting code

* [bsp] update all rtconfig.h
2021-12-16 16:23:58 +08:00
..
applications remove return 2021-03-28 22:42:37 +08:00
board [stm32] add ignore_format.yml 2021-12-13 00:49:48 -05:00
figures [bsp] [stm32] fix stm32l452 Kconfig error 2019-08-31 13:26:55 +08:00
.config 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
.gitignore 1. Add bsp stm32l452-st-nucleo. 2019-06-08 13:12:34 +08:00
Kconfig 1. Add bsp stm32l452-st-nucleo. 2019-06-08 13:12:34 +08:00
README.md 【English readme】 [stm32][L452] add english readme 2020-12-14 17:03:04 +08:00
README_zh.md 【English readme】 [stm32][L452] add english readme 2020-12-14 17:03:04 +08:00
SConscript 1. Add bsp stm32l452-st-nucleo. 2019-06-08 13:12:34 +08:00
SConstruct Revert "Fix compiler flags issue" 2021-10-14 14:36:18 +08:00
project.ewd 1. Add bsp stm32l452-st-nucleo. 2019-06-08 13:12:34 +08:00
project.ewp 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
project.eww 1. Add bsp stm32l452-st-nucleo. 2019-06-08 13:12:34 +08:00
project.uvoptx [bsp] update project configure file for finsh component change 2019-09-26 15:40:13 +08:00
project.uvprojx 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
rtconfig.h 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
rtconfig.py [update] support armclang 2021-09-26 10:46:21 +08:00
template.ewp 1. Add bsp stm32l452-st-nucleo. 2019-06-08 13:12:34 +08:00
template.eww 1. Add bsp stm32l452-st-nucleo. 2019-06-08 13:12:34 +08:00
template.uvoptx 1. Add bsp stm32l452-st-nucleo. 2019-06-08 13:12:34 +08:00
template.uvprojx 1. Add bsp stm32l452-st-nucleo. 2019-06-08 13:12:34 +08:00

README.md

STM32L452-Nucleo BSP Introduction

中文

MCU: STM32L452RE @80MHz, 512KB FLASH, 160KB RAM

https://www.st.com/resource/en/datasheet/stm32l452re.pdf

Read more

Documents Description
STM32_Nucleo-64_BSP_Introduction How to run RT-Thread on STM32 Nucleo-64 boards (Must-Read)
STM32L452RE ST Official Website STM32L452RE datasheet and other resources

Maintained By

liuheng, iuzxhl@qq.com

Translated By

Meco Man @ RT-Thread Community

jiantingman@foxmail.com

https://github.com/mysterywolf