Huaqi Fang
|
da2bcf5c56
|
nuclei: Remove unused kconfig
Signed-off-by: Huaqi Fang <578567190@qq.com>
|
2020-04-09 10:11:40 +08:00 |
Huaqi Fang
|
0b932c677a
|
nuclei: optimize drivers support
Signed-off-by: Huaqi Fang <578567190@qq.com>
|
2020-04-09 09:32:22 +08:00 |
Huaqi Fang
|
0e1f502edf
|
nuclei: optimize rvstar support directory
Signed-off-by: Huaqi Fang <578567190@qq.com>
|
2020-04-08 18:46:58 +08:00 |
Huaqi Fang
|
1131f6e648
|
nuclei: update kconfig
Signed-off-by: Huaqi Fang <578567190@qq.com>
|
2020-04-08 18:37:24 +08:00 |
Huaqi Fang
|
ad81c1d3bf
|
nuclei: Rename board name
Signed-off-by: Huaqi Fang <578567190@qq.com>
|
2020-04-08 15:43:00 +08:00 |
Huaqi Fang
|
60320d34b1
|
nuclei: Update nuclei sdk of rt-thread support
Signed-off-by: Huaqi Fang <578567190@qq.com>
|
2020-04-03 16:51:01 +08:00 |
Huaqi Fang
|
a042b806ef
|
nuclei: modify application for not print anything
Signed-off-by: Huaqi Fang <578567190@qq.com>
|
2020-04-03 11:34:09 +08:00 |
Huaqi Fang
|
2a9603adcb
|
nuclei: Add .gitignore for nuclei bsp
Signed-off-by: Huaqi Fang <578567190@qq.com>
|
2020-04-03 11:31:01 +08:00 |
Huaqi Fang
|
34aaf6aeba
|
nuclei_sdk: update link script of rvstar to contain rt-thread needed sections
/* section information for finsh shell */
. = ALIGN(4);
__fsymtab_start = .;
KEEP(*(FSymTab))
__fsymtab_end = .;
. = ALIGN(4);
__vsymtab_start = .;
KEEP(*(VSymTab))
__vsymtab_end = .;
/* section information for initial. */
. = ALIGN(4);
__rt_init_start = .;
KEEP(*(SORT(.rti_fn*)))
__rt_init_end = .;
The above code placed in rodata section
Signed-off-by: Huaqi Fang <578567190@qq.com>
|
2020-04-03 11:28:06 +08:00 |
Huaqi Fang
|
3451466e9d
|
bsp: Add initial commit of nuclei rvstar board bsp
Signed-off-by: Huaqi Fang <578567190@qq.com>
|
2020-04-03 10:04:42 +08:00 |