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

Tags: arduino/arduino-esp32

Tags

v2.0.17-arduino.5

Toggle v2.0.17-arduino.5's commit message
release: use "s3-gcc" as the name for the xtensa-esp32s3-elf-gcc tool

v2.0.17-arduino.4

Toggle v2.0.17-arduino.4's commit message
platform.txt: use iwithprefixbefore to shorten the command linesThe command line for the ESP32 compilers is very long, and it iscausing problems on Windows systems, which enforce  a hard 32kbytesline limit.This patch uses the iprefix/iwithprefixbefore options to shorten thecompiler command line by changing"-I{compiler.sdk.path}/include/aaa""-I{compiler.sdk.path}/include/bbb""-I{compiler.sdk.path}/include/ccc" ...to:-iprefix "{compiler.sdk.path}/include/"-iwithprefixbefore aaa-iwithprefixbefore bbb-iwithprefixbefore ccc ...Some targets have up to 200 paths so this can save A LOT of space.On a sample run this patch shortened a single compile command from28777 bytes to 10728.

v2.0.17-arduino3

Toggle v2.0.17-arduino3's commit message
nano_nora: rebuild recovery image for 2.0.17-arduino3

v2.0.17-arduino2

Toggle v2.0.17-arduino2's commit message
digitalPinToInterrupt: fix double pin remappingThe digitalPinToInterrupt() macro currently remaps the pin number to theGPIO number. This is not necessary, as most users will then use thereturned value in attachInterrupt() or other similar API functions,which already perform the same remapping.The first half of the macro (the condition) does indeed require theremapping to ensure the check operates on GPIO numbers.Fixesespressif#10367.

3.0.2

Toggle 3.0.2's commit message
on-release: remove files unrelated to Nano ESP32- RISCV toolchain- examples- libraries- SDK files

2.0.17

Toggle 2.0.17's commit message
on-release: remove files unrelated to Nano ESP32- RISCV toolchain- examples- libraries- SDK files

3.0.0

Toggle 3.0.0's commit message
on-release: remove files unrelated to Nano ESP32- RISCV toolchain- examples- libraries- SDK files

3.0.0-rc1

Toggle 3.0.0-rc1's commit message
on-release: remove files unrelated to Nano ESP32- RISCV toolchain- examples- libraries- SDK files

2.0.16

Toggle 2.0.16's commit message
on-release: remove files unrelated to Nano ESP32- RISCV toolchain- examples- libraries- SDK files

2.0.13

Toggle 2.0.13's commit message
on-release: remove files unrelated to Nano ESP32- RISCV toolchain- examples- libraries- SDK files
PreviousNext

[8]ページ先頭

©2009-2025 Movatter.jp