-
Just a question that might not be relevant this early in the development stage, but do you plan to add support for emulating USB peripherals like Mass-storage and USB Proxy and program their behavior …
-
@xianjimli
学习这个工程的时候遇到一些问题,请帮解答一下,不胜感激。
1. `进入 Eclipse,导入并选中 AWorks 工程,在如下两个地方添加宏:` 这个 AWorks 工程在哪儿可以下载?
2. 运行` build_lib.py` 出错
```
python build_lib.py
Traceback (most recent call last):
…
-
开发环境:
RT-Thread: v4.0.2(master)
SOC: i.MX RT1050
Board: 野火 RT1052
系统环境:
lwip(2.0.2) + 测试程序(接收(recvfrom)到数据后马上输出IO信号)
测试方法:
探头一:ENET_RXD0引脚
探头二:IO信号引脚
测试这两个信号的时延
目的:网卡接收到数据后立即进行业务处理,这个过…
-
right.
-
I am not sure the best way to do this. If this is wrong, please point me in the right direction. I know it isn't a traditional github "issue".
I feel that having lots of good quality BreakOut Board…
-
Is there a benchmark comparing runtime of the following?
1- arm_fully_connected_mat_q7_vec_q15
2- arm_fully_connected_mat_q7_vec_q15_opt
3- ANSI C implementation
I tried to look into this http…
-
一、开发环境
1、eclipse为eclipse_neon_2016q3_x86,SDK软件包为aworks_m105x_sdk_1.0.3-alpha;
2、参考手册:【入门指南】EasyARM RT1052 SDK 快速入门文档 eclipse V1.0.0及【用户手册】EasyARM RT1052 SDK 用户参考手册 V1.0.0;
3、完全按手册操作。
二、调试时遇到的问题如下:…
-
Flash MIMXRT1050-EVKB board constantly fails. There seems to be two type of errors occurring. Daplink details.txt and full traces are attached.
Error number one:
```pyocd.probe.pydapaccess.dap_acc…
-
你好,我当前使用的开发板是野火 RT 1052; 我需要移植网卡模块。基于"网络协议栈驱动移植笔记" 文档,进行移植。
有以下问题请教:
1. 针对 imxrt1052-fire-pro 这个板子,为什么 menuconfig 中没有"Enable Ethernet"这个选项。
2.我有拿当前板子与stm32进行对比,在驱动实现 rt_imxrt_eth_init 这个函数。stm32 me…
-
1.更新awtk最新源码(2019-10-14)(之前是201908-14), 编译提示 在platform.c中
未定义clock_gettime(CLOCK_MONOTONIC, &ts); 和 usleep ,这两个在哪个文件定义的。
2.暂时注释掉1中未定义的接口,编译成功,下载代码到板子运行。打开有键盘的界面时,键盘不弹出来且程序直接卡死? 不知什么原因?(我默认是进入有键盘的…