-
The following content is from machine translation, please forgive me if there is any error
![image](https://user-images.githubusercontent.com/109615952/232453185-6fde0836-f323-4fb0-9daa-54a4a688acc9.…
-
Hi,
I tried to compile the CMSIS_DAP example with ch55xduino 0.0.12 but compilation fail when trying to compile "SW_DP.c" file :
```
[...]
/home/reppad/.arduino15/packages/CH55xDuino/tools/MCS…
-
Hello,
would it be please possible to add support for Platformio besides Arduino IDE?
It already has a support for compiling for this architecture, see:
https://github.com/platformio/platform-int…
-
Would it be possible to add support for 8-bit pics by creating toolchains for [SDCC](http://sdcc.sourceforge.net/) and [gputils](https://sourceforge.net/projects/gputils/). Or is this possible through…
-
大佬我又回来了😭(那个不小心同一个问题发了您 3 遍的新手)
我还是之前的情况,无论我是使用平常的运行还是使用终端 **pio run -t uplod**,运行结果都还是停在 **Cycling power: done**
运行日志:
```txt
C:\Users\86159\.platformio\penv\Scripts\platformio.exe -c clion r…
-
I'm not very experience in embed programming. I have the same door sensor and want to try customize my own device.
I started from creating a virtual box with debian 11 64bit machine then perform the …
-
I've dropped in the new release, but I can't seem to compile. I get this error:
```bash
hbons@penguin:~/Projects/Whiskers$ make
mkdir -p obj
../gbdk/bin/lcc -c -o obj/animation.o src/animation.c…
-
我是用 CLion 直接创建的 PlatformIO 项目,单片机是普中的 STC 89C52RC,代码如下
```C
#include "reg51.h"
#define LED1 P2_7
void main(){
while (1){
LED1 = 0;
}
}
```
但每次我点击运行的时候,构建完成以后整个单片机就直接全部…
-
Running the indy_4610 driver with the IRIX 6.5 softlist HDD shows a shifted display and ultimately crashes MAME 0.250:
![indy_4610_display](https://user-images.githubusercontent.com/43795/209145142…
-
I started experimenting with a port of sdcc to Wasm. It's completely hacked together, but did work by the end.
- I downloaded sdcc-12539 (unpatched) and the 5 patches from releases: https://github.…