Fan Jiang

Results 38 issues of Fan Jiang

Priorly a warning (as seen in #142) but now hard fail, in `ConditionMutexProtocol`.

https://github.com/apple/swift/issues/62660

Add the ESP32 and S3 to the list without 64-bit atomics

I discovered today when debugging a strange timing issue that sometimes I get very large and inconsistent GPIO interrupt latencies: ``` 2024-02-20T17:48:15.207831Z DEBUG magic_loc_central: IMU interval: 1007 us 2024-02-20T17:48:15.208901Z DEBUG...

bug
async
peripheral:timg

From my experiments in #939 it seems that with the ESP32 I-cache miss is a microsecond-level (several thousand cycles) penalty. In ESP-IDF they have a `Kconfig` based mechanism that allows...

status:blocked

24 MHz is out of spec and causes problems on Adafruit Feather M0

For enterprise networks there is no password...

In the current driver code similar peripherals are cast to the same type (usually the type for the `XXX0` peripheral). So the register names are named also with the 0th...

registers

Currently ESPUP only checks for the version of installed toolchain. However sometimes when the component install did not finish cleanly `update` will succeed while leaving the component not installed. This...

enhancement

# 问题 安装直接按照GitHub repo上的说明来的,但是安装完成之后总会提示“没有检测到外接存储设备”。经过排查,当不挂载数据分区(即不加-v选项)时,迅雷可以正常下载到docker镜像中,因此怀疑是迅雷针对文件系统有检测(docker挂载的文件系统是tmpfs),导致识别不到挂载点。 # 解决方案 修改挂载点到`/app/TDDOWNLOAD/TDDOWNLOAD`目录下即可。