rt-thread/bsp/nuvoton
Meco Man ce16945cba [kernel][version] 采用新的版本宏定义
版本控制规范:https://semver.org/

目前的版本子号不是很规范,其中RT_VERSION甚至和VS那边造成了冲突
```c
/* RT-Thread version information */
#define RT_VERSION                      4L              /**< major version number */
#define RT_SUBVERSION                   1L              /**< minor version number */
#define RT_REVISION                     1L              /**< revise version number */
```

参考ESP32:
```c
/** Major version number (X.x.x) */
#define ESP_ARDUINO_VERSION_MAJOR   2
/** Minor version number (x.X.x) */
#define ESP_ARDUINO_VERSION_MINOR   0
/** Patch version number (x.x.X) */
#define ESP_ARDUINO_VERSION_PATCH   3
```

建议改成:
```c
/* Major version number (X.x.x) */
#define RT_VERSION_MAJOR   4
/* Minor version number (x.X.x) */
#define RT_VERSION_MINOR   2
/* Patch version number (x.x.X) */
#define RT_VERSION_PATCH   0
```
2022-09-07 10:11:45 -04:00
..
docs Nuvoton drivers updating and more LVGL supporting. (#5647) 2022-03-12 07:00:53 +08:00
libraries [kernel][version] 采用新的版本宏定义 2022-09-07 10:11:45 -04:00
nk-980iot update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
nk-n9h30 update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
nk-rtu980 update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
numaker-iot-m487 update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
numaker-m032ki update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
numaker-m2354 update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
numaker-pfm-m487 update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
tools [Nuvoton] Update drivers (#5501) 2022-01-16 18:43:27 +08:00
README.md [nuvoton] Support M031 Series. 2021-05-17 16:23:41 +08:00

README.md

Nuvoton BSP Description

Current supported BSP shown in below table:

BSP Folder Board Name
numaker-iot-m487 Nuvoton NuMaker-IoT-M487
numaker-pfm-m487 Nuvoton NuMaker-PFM-M487
nk-980iot Nuvoton NK-980IOT
numaker-m2354 Nuvoton NuMaker-M2354
nk-rtu980 Nuvoton NK-RTU980
nk-n9h30 Nuvoton NK-N9H30
numaker-m032ki Nuvoton NuMaker-M032KI