mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-24 22:07:28 +08:00
06fdc108b4
* first commit, keil test pass * feat : n32g452xx direct structure base at32 1. 重新整理目录结构 * feat : 基于AT32,将各驱动移植整改待验证 1. 部分驱动已经整改,但未验证 2. 根据AT32整改目录结构 * feat : add README document 1. 完善配置文件 2. 添加说明文档 * feat : 验证添加的驱动 1. UART 1-3 验证通过 2. ADC 1-2 CH 6-9 验证通过 3. TIM 6-7 验证通过 * feat : complete readme document * feat : format code 1. ref https://github.com/mysterywolf/formatting * feat : 完成PWM驱动移植与自测 1. 添加PWM测试代码 2. 修正PWM驱动周期与脉冲错误问题 * feat : 删除多余代码与多余的文件,修正注释与函数命名 * feat : fix tim channel comment * feat : 完成DEMO测试例子 1. 完成MAIN函数中的LED测试例子 2. 完善README文档 3. 更新添加许可文件 * feat : 根据BSP提交自查完善固件 1. 添加.ignore_format.yml文件 2. 修正main.c的注释 * feat : add last line in .ignore_format.yml * feat : delet file_path in .ignore_format.yml * fix: gPIO/ADC driver 1. add ADC temperature&vref channel. 2.add GPIO IPD/OD configration * fix: 解决告警 1. 解决告警(rt_drv_pwm.c: warning: implicit declaration of function 'atoi') * feat: add scons --dist function * fix: 解决MDK5无法编译问题 * perf: delete invalid code Co-authored-by: linyuanbo_breo_server <linyuanbo@breo.com.cn>
193 lines
3.2 KiB
C
193 lines
3.2 KiB
C
#ifndef RT_CONFIG_H__
|
|
#define RT_CONFIG_H__
|
|
|
|
/* Automatically generated file; DO NOT EDIT. */
|
|
/* RT-Thread Configuration */
|
|
|
|
/* RT-Thread Kernel */
|
|
|
|
#define RT_NAME_MAX 8
|
|
#define RT_ALIGN_SIZE 4
|
|
#define RT_THREAD_PRIORITY_32
|
|
#define RT_THREAD_PRIORITY_MAX 32
|
|
#define RT_TICK_PER_SECOND 100
|
|
#define RT_USING_OVERFLOW_CHECK
|
|
#define RT_USING_HOOK
|
|
#define RT_USING_IDLE_HOOK
|
|
#define RT_IDLE_HOOK_LIST_SIZE 4
|
|
#define IDLE_THREAD_STACK_SIZE 256
|
|
#define RT_USING_TIMER_SOFT
|
|
#define RT_TIMER_THREAD_PRIO 4
|
|
#define RT_TIMER_THREAD_STACK_SIZE 512
|
|
|
|
/* kservice optimization */
|
|
|
|
#define RT_DEBUG
|
|
|
|
/* Inter-Thread communication */
|
|
|
|
#define RT_USING_SEMAPHORE
|
|
#define RT_USING_MUTEX
|
|
#define RT_USING_EVENT
|
|
#define RT_USING_MAILBOX
|
|
#define RT_USING_MESSAGEQUEUE
|
|
|
|
/* Memory Management */
|
|
|
|
#define RT_USING_MEMPOOL
|
|
#define RT_USING_SMALL_MEM
|
|
#define RT_USING_HEAP
|
|
|
|
/* Kernel Device Object */
|
|
|
|
#define RT_USING_DEVICE
|
|
#define RT_USING_CONSOLE
|
|
#define RT_CONSOLEBUF_SIZE 128
|
|
#define RT_CONSOLE_DEVICE_NAME "uart1"
|
|
#define RT_VER_NUM 0x40004
|
|
|
|
/* RT-Thread Components */
|
|
|
|
#define RT_USING_COMPONENTS_INIT
|
|
#define RT_USING_USER_MAIN
|
|
#define RT_MAIN_THREAD_STACK_SIZE 2048
|
|
#define RT_MAIN_THREAD_PRIORITY 10
|
|
|
|
/* C++ features */
|
|
|
|
|
|
/* Command shell */
|
|
|
|
#define RT_USING_FINSH
|
|
#define RT_USING_MSH
|
|
#define FINSH_USING_MSH
|
|
#define FINSH_THREAD_NAME "tshell"
|
|
#define FINSH_THREAD_PRIORITY 20
|
|
#define FINSH_THREAD_STACK_SIZE 4096
|
|
#define FINSH_USING_HISTORY
|
|
#define FINSH_HISTORY_LINES 5
|
|
#define FINSH_USING_SYMTAB
|
|
#define FINSH_CMD_SIZE 80
|
|
#define MSH_USING_BUILT_IN_COMMANDS
|
|
#define FINSH_USING_DESCRIPTION
|
|
#define FINSH_ARG_MAX 10
|
|
|
|
/* Device virtual file system */
|
|
|
|
|
|
/* Device Drivers */
|
|
|
|
#define RT_USING_DEVICE_IPC
|
|
#define RT_PIPE_BUFSZ 512
|
|
#define RT_USING_SERIAL
|
|
#define RT_USING_SERIAL_V1
|
|
#define RT_SERIAL_USING_DMA
|
|
#define RT_SERIAL_RB_BUFSZ 64
|
|
#define RT_USING_PIN
|
|
#define RT_USING_PWM
|
|
|
|
/* Using USB */
|
|
|
|
|
|
/* POSIX layer and C standard library */
|
|
|
|
#define RT_USING_LIBC
|
|
#define RT_LIBC_USING_TIME
|
|
#define RT_LIBC_DEFAULT_TIMEZONE 8
|
|
|
|
/* Network */
|
|
|
|
/* Socket abstraction layer */
|
|
|
|
|
|
/* Network interface device */
|
|
|
|
|
|
/* light weight TCP/IP stack */
|
|
|
|
|
|
/* AT commands */
|
|
|
|
|
|
/* VBUS(Virtual Software BUS) */
|
|
|
|
|
|
/* Utilities */
|
|
|
|
|
|
/* RT-Thread Utestcases */
|
|
|
|
|
|
/* RT-Thread online packages */
|
|
|
|
/* IoT - internet of things */
|
|
|
|
|
|
/* Wi-Fi */
|
|
|
|
/* Marvell WiFi */
|
|
|
|
|
|
/* Wiced WiFi */
|
|
|
|
|
|
/* IoT Cloud */
|
|
|
|
|
|
/* security packages */
|
|
|
|
|
|
/* language packages */
|
|
|
|
|
|
/* multimedia packages */
|
|
|
|
|
|
/* U8G2: a monochrome graphic library */
|
|
|
|
|
|
/* tools packages */
|
|
|
|
|
|
/* system packages */
|
|
|
|
/* acceleration: Assembly language or algorithmic acceleration packages */
|
|
|
|
|
|
/* Micrium: Micrium software products porting for RT-Thread */
|
|
|
|
|
|
/* peripheral libraries and drivers */
|
|
|
|
|
|
/* AI packages */
|
|
|
|
|
|
/* miscellaneous packages */
|
|
|
|
/* samples: kernel and components samples */
|
|
|
|
|
|
/* entertainment: terminal games and other interesting software packages */
|
|
|
|
|
|
/* Hardware Drivers Config */
|
|
|
|
#define SOC_N32G452XX
|
|
|
|
/* Onboard Peripheral Drivers */
|
|
|
|
/* On-chip Peripheral Drivers */
|
|
|
|
#define RT_USING_GPIO
|
|
#define BSP_USING_UART
|
|
#define BSP_USING_UART1
|
|
#define BSP_USING_PWM
|
|
#define BSP_USING_TIM3
|
|
#define BSP_USING_TIM3_CH1
|
|
#define BSP_USING_TIM3_CH2
|
|
#define BSP_USING_TIM3_CH3
|
|
#define BSP_USING_TIM3_CH4
|
|
|
|
#endif
|