用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guo XIn 291e661666 first commit 3 months ago
..
applications first commit 3 months ago
board first commit 3 months ago
.config first commit 3 months ago
Kconfig first commit 3 months ago
README.md first commit 3 months ago
SConscript first commit 3 months ago
SConstruct first commit 3 months ago
project.uvoptx first commit 3 months ago
project.uvprojx first commit 3 months ago
rtconfig.h first commit 3 months ago
rtconfig.py first commit 3 months ago
template.uvoptx first commit 3 months ago
template.uvprojx first commit 3 months ago

README.md

nRF5340-PCA10095 BSP说明

简介

该文件夹主要存放所有主芯片为nRF5340的板级支持包。

目前支持的开发板如下

支持开发板型号 开发板上外设 备注
PCA10095 QSPI FLASH, 4 button,4 LED UART0

| | | |

选择开发板请使用menuconfig -> Hardware Driver Config -> Select Bsp board

选择对应的开发板

本文主要内容如下:

  • 开发板资源介绍
  • 进阶使用方法

开发板介绍

外设支持

本 BSP 目前对外设的支持情况如下:

片上外设 支持情况 备注
GPIO 支持 GPION
UART 支持 UART0 请暂时使用1000000波特率
PWM 支持 支持
SPI 支持 支持
QSPI 支持 支持开发板上QSPI FLASH
RTC 支持
ADC 支持

进阶使用

此 BSP 默认只开启了 GPIO 和 串口 0 的功能,更多高级功能需要利用 env 工具对 BSP 进行配置,步骤如下:

  1. 在 bsp 下打开 env 工具。

  2. 输入menuconfig命令配置工程,配置好之后保存退出。

  3. 输入pkgs --update命令更新软件包。

  4. 输入scons --target=mdk5 命令重新生成工程。

支持其他开发板

客户可以将自己的开发板的.config文件和board/Kconfig文件到board/$(board_name)下面添加README.md即可,使用的时候替换.config文件

注意事项

联系人信息

维护人: