Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb797fd

Browse files
committed
Installation: delete step to comment out WCharacter from ArduinoCore API
The issue has now been resolved, and we no longer need to comment outthat library.Signed-off-by: Dhruva Gole <d-gole@ti.com>
1 parent99c10fd commiteb797fd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

‎README.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ The `cores` folder can be found at `~/zephyrproject/modules/lib/Arduino-Zephyr-A
4040

4141
__NOTE:__ You can skip this step as well if you ran``install.sh``.
4242

43-
* While compiling with the ArduinoCore-API`WCharacter.h` produces many errors. The include of that file needs to be deleted from`cores/arduino/api/ArduinoAPI.h` (it is unused in this port.) We are looking into resolving the issue.
44-
4543
**Maintainers**:
4644
-[DhruvaG2000](https://github.com/DhruvaG2000)
4745
-[soburi](https://github.com/soburi)

‎install.sh‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ else
2222
printf'%s\n'"API Folder already exists, skipping clone...";
2323
fi
2424

25-
printf'%s\n'"Commenting out WCharacter.h because it fails to build properly";
26-
sed'/WCharacter.h/ s/./\/\/ &/'~/.ArduinoCore-API/api/ArduinoAPI.h>~/.ArduinoCore-API/api/tmpArduinoAPI.h;
27-
mv~/.ArduinoCore-API/api/tmpArduinoAPI.h~/.ArduinoCore-API/api/ArduinoAPI.h;
28-
2925
printf'%s\n'"Linking...";
3026
ln -sf~/.ArduinoCore-API/api cores/arduino/.;
3127

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp