* feat:[sal][utest] added test cases for the sal api
* improve[net][utestcase]: standardize script construction
* ci[auto utest run]: standardize naming and add sal testcases
* add sal utest auto run configure and standard Information
Fixed implicit type conversion warning in UART driver by correctly
separating clock_name_t and clock_attach_id_t enum types.
Changes:
- Use kCLOCK_Fro12M (clock_name_t) for clock_src field
- Keep kFRO12M_to_LPUARTx (clock_attach_id_t) for clock_attach_id field
- Fix mcx_getc() to use correct status flag kLPUART_RxDataRegFullFlag
This resolves the compiler warning:
"implicit conversion from 'int' to 'clock_name_t' changes value from 16777216 to 0"
Signed-off-by: Yucai Liu 1486344514@qq.com
* utest/msh: supports autocomplete of utest cases for utest_run
* docs/utest: explanation of adding the automatic completion function for utest_run
* fix[utest]: Improvement of annotation description
* remove outdated code
Use "Test" instead of "Unit Testcases" to make string shorter.
Use uppercase to make it look more eye-catching.
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
The original project display was completely flat,
now it is organized into a tree-like hierarchical
structure based on the layout of the code.
mm & tmpfs test are still keep as pervious bcos we
have not move the source for these two components.
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
* [bsp][renesas][ra4m1-ek] add a new bsp for ra4m1-ek board
* [bsp][renesas][ra4m1-ek] fix can driver compile problem
* [bsp][renesas][ra4m1-ek] bsp code format
* [bsp][renesas][ra4m1-ek] reset file status to original generated by RASC
* [bsp][renesas][ra4m1-ek] support RT-Thread Nano
* [bsp][renesas][ra4m1-ek] make it mini support for GPIO && USART
* [bsp][renesas][ra4m1-ek] make it compilable under the GCC compiler
* [bsp][renesas][ra4m1-ek] remove component RT_USING_CPLUSPLUS
* [bsp][renesas][ra4m1-ek] reduce bsp peripheral device driver
Configuration options naming rule for utest is changed
from "RT_UTEST_TC_USING_XXXX" to "RT_UTEST_XXXX".
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>