-
使用NTP同步网络时间,使用中出现一个问题
系统运行,一直提示 “[E/NTP]: ERROR select the socket timeout(5s)”
但是使用msh命令 ntp_sync立即就能同步时间成功,如图。
![_20180911201454](https://user-images.githubusercontent.com/13606088/45359525-66c0cf…
-
问题: uint_32_t为C99标准定义(C99标准新增标准头文件stdint.h),与rt_uint32_t定义不同. 导致使用uint_32类型传给使用rt_uint32_t的内核函数时armclang编译器给出错误.
建议: 将现有基本类型定义
_________________________________________________________________
/* R…
-
I got this:
source "$ASROOT/com/as.infrastructure/system/kernel/rtthread/rt-thread/Kconfig"
failed, there is no ”rt-thread/Kconfig“ in directory of "as/com/as.infrastructure/system/kernel/rtthread…
-
-
Dear developers,
Thanks a lot for your contribution of writing such a great library.
I am a newbie to EtherCAT trying to run a SANYO servo motor(a simple task) by controlling its servo driver(wi…
-
说某些人素质低,真的不是说你人品,而是指你的职业素质。
review了一下近期的更新看到些地方的代码规范越来越离谱:
1.命名,这特么什么鬼,最为中间件能用这么公用的命名?难道不能RT_DBG_XXX?
/* DEBUG level */
#define DBG_ERROR 0
#define DBG_WARNING 1
#define DBG_IN…
-
Glad to see this library, I am looking for such a library, which is already used in RTThread.
But I didn't see the instructions for SmartConfig. Do I have a plan to add this command?
-
新下载的RT with micropython。在编译时出错,好像同#1021的问题一样=》https://github.com/RT-Thread/rt-thread/issues/1021
错误如下:
robert@robert-desktop:~/mydisk/code/rt-thread/bsp/imxrt1052-evk$ scons
scons: Reading SConsc…
-
这个开关被描述为:Enable libc APIs from toolchain。然而,开启这个开关,实际使用的是rtthread自带的libc;不开启该开关,使用的是toolchain的libc。
该问题通过map文件可以确定。
-
前辈,你好,我编译的是mini2440的bsp
我使用的编译工具信息
:/work/002_rtt/rt-thread/bsp/mini2440$ arm-linux-gcc -v
Reading specs from /work/tools/gcc-3.4.5-glibc-2.3.6/lib/gcc/arm-linux/3.4.5/specs
Configured with: /work…