d724eed9fc
* [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 |
||
---|---|---|
.. | ||
applications | ||
board | ||
.config | ||
Kconfig | ||
README.md | ||
SConscript | ||
SConstruct | ||
project.uvoptx | ||
project.uvprojx | ||
rtconfig.h | ||
rtconfig.py | ||
template.uvoptx | ||
template.uvprojx |
README.md
nRF52833-PCA10010 BSP说明
简介
该文件夹主要存放所有主芯片为nRF52833的板级支持包。目前默认支持的开发板是官方PCA10100 本文主要内容如下:
- 开发板资源介绍
- 进阶使用方法
开发板介绍
PCA10100-nRF52833是Nordic 官方的开发板,搭载nRF52833 芯片,基于ARM Cortex-M4内核,最高主频64 MHz,具有丰富的外设资源。
开发板外观如下图所示
PCA10100-nRF52833 开发板常用 板载资源 如下:
- MCU:NRF52833,主频 64MHz,512KB FLASH ,128kB RAM
- MCU 外设: GPIO, UART, SPI, I2C(TWI), RTC,TIMER,NFC,QSPI,PWM,ADC,USB,I2S
- 板载设
- LED:4个,USB communication (LD1), user LED (LD2), power LED (LD3) 。
- 按键:5个,4个USER and 1个RESET 。
- USB: 1个
- 常用接口:USB device、Arduino Uno 接口
- 调试接口:板载 J-LINK 调试器。
开发板更多详细信息请参考NORDIC官方PCA10100
外设支持
本 BSP 目前对外设的支持情况如下:
片上外设 | 支持情况 | 备注 |
---|---|---|
UART | 支持 | UART0 |
进阶使用
此 BSP 默认只开启了串口 0 的功能,更多高级功能需要利用 env 工具对 BSP 进行配置,步骤如下:
-
在 bsp 下打开 env 工具。
-
输入
menuconfig
命令配置工程,配置好之后保存退出。 -
输入
pkgs --update
命令更新软件包。 -
输入
scons --target=mdk4/mdk5/iar
命令重新生成工程。
支持其他开发板
客户可以将自己的开发板的.config文件和board/Kconfig文件到board/$(board_name)下面添加README.md即可,使用的时候替换.config文件
注意事项
联系人信息
维护人:
- [RiceChen], 邮箱:980307037@qq.com