Skip to content

Ipv6 support v2 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 76 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
01e2229
Adding u-blox NORA-W10 series (ESP32-S3) (#7191)
mazgch Aug 29, 2022
77065bf
Fixed espressif/esp-rainmaker#152 (#7171)
sanketwadekar Aug 29, 2022
074f315
Update PlatformIO build scripts (#7200)
valeros Sep 6, 2022
1065e38
itsy bitsy esp32 board working :) (#7199)
ladyada Sep 6, 2022
4959b7f
add TAMC Termod S3 (#7217)
TAMCTec Sep 6, 2022
7f7f304
[NORA-W1] Fix SPI pin assignments to match Arduino pinout. (#7208)
mazgch Sep 6, 2022
37cbaec
Get real Flash Chip Size (#7159)
Jason2866 Sep 7, 2022
67c293d
TTGO T-OI-Plus: pins LED_BUILTIN & BAT_ADC_PIN (#7241)
FedericoBusero Sep 14, 2022
0882ea0
Fixed the ability to change CHANNEL (#7154)
PilnyTomas Sep 14, 2022
8510734
Add default SPI pin definitions if not defined in pins_arduino.h (#7161)
P-R-O-C-H-Y Sep 14, 2022
2e72894
USBHIDKeyboard: Fix 200ms delay for every key (#7218)
RefactorFactory Sep 14, 2022
74964e1
Updated warning message displayed when building as IDF component (#7220)
PilnyTomas Sep 14, 2022
ebc8a15
Add new ULP example for ESP32 (#7221)
SuGlider Sep 14, 2022
8191aaf
add flash frequency to patched firmware (#7230)
Jason2866 Sep 14, 2022
d4d1458
Real flash chip mode (#7239)
Jason2866 Sep 14, 2022
7231551
Fixed Rmaker OTA crash issue #5420 (#7242)
sanketwadekar Sep 14, 2022
9025c68
add boards WiFiduinoV2&WiFiduino32S3 (#7247)
i3water Sep 14, 2022
b58e7ab
Doc addition: How to compile libs with different debug level (#7193)
PilnyTomas Sep 14, 2022
85aecec
Update boards.rst (#7195)
shutup Sep 14, 2022
dca1a1e
Changes UART ISR to only trigger on RX FIFO Full and timeout (#6930)
SuGlider Sep 15, 2022
55d608e
Adds noInterrupt() and interrupt() functionality (#7226)
SuGlider Sep 15, 2022
da66b2b
ESP-IDF v4.4.2 and build time elf2bin for the bootloaders (#7259)
me-no-dev Sep 16, 2022
d1c10d9
Fix ArduinoOTA uploads in Arduino IDE 2.0
me-no-dev Sep 16, 2022
b473fc6
Fix corrupt debug message in esp32-hal-cpu.c (#7264)
mrengineer7777 Sep 16, 2022
ccf0d87
Fix race condition with USBHID semaphore (#7205)
RefactorFactory Sep 17, 2022
aac028a
Add newly board (Deneyap Kart G) (#7257)
zeynepdicle Sep 17, 2022
2d6ca35
Update Arduino version to 2.0.5
me-no-dev Sep 17, 2022
f4bd568
Pass tag to the component upload action (#7271)
kumekay Sep 19, 2022
9e7f772
Doc update: added note about global arduino component (#7277)
PilnyTomas Sep 23, 2022
f49931f
Fix aarch64 esptool filename
me-no-dev Sep 23, 2022
2075bd4
Lib-builder does not allow to build for more than one target when -t …
me-no-dev Sep 27, 2022
e5e9228
Add v2.0.5 into Issue Template
VojtechBartoska Sep 29, 2022
a5f03a8
Merge pull request #7315 from espressif/Issue_template_update
VojtechBartoska Sep 29, 2022
49279ce
Fix missing 't' in the name 'Department' for the MiniMain ESP32-S2 (#…
cubeinhabitant Oct 24, 2022
c58f756
fixed AirM2M_CORE_ESP32C3 upload.tool.serial & write_flash error (#7375)
mjysci Oct 24, 2022
007badb
Add New Board: Cytron Maker Feather AIoT S3. (#7348)
waiweng83 Oct 25, 2022
1092f48
Update of supported SoCs (#7385)
VojtechBartoska Oct 25, 2022
0bd380a
TBeam adds a revision option to facilitate the differentiation of boa…
lewisxhe Oct 26, 2022
f00371c
Fix incorrect flash_type in unphone9 board definition (#7330)
hamishcunningham Oct 26, 2022
98694ab
fix rebooting while reading charge state (#7307)
TAMCTec Oct 26, 2022
86577bf
add missing menu option (#7282)
mazgch Oct 26, 2022
0af58cb
Add BPI-Leaf-S3 board. (#7345)
Wind-stormger Oct 26, 2022
c1dc4f2
Added Docs for Rainmaker (#7260)
sanketwadekar Oct 28, 2022
d3ccd2a
FreeRTOS.ino: fix usage of vTaskDelay (#7418)
WereCatf Nov 2, 2022
2cebee4
fixes UART pin detach on end() (#7402)
SuGlider Nov 2, 2022
f4d8a48
Fixed #7406 crash on WiFi STA_DISCONNECTED event with reason 0 (#7414)
Nov 2, 2022
52cdc66
Update github actions to fix node12 deprecation message (#7374)
Rotzbua Nov 2, 2022
e01f175
Remove unused variable (#7403)
ytkg Nov 2, 2022
c8da793
Fixes to Rainmaker OTA Issues (#7324)
sanketwadekar Nov 2, 2022
4ac71d2
[BLE Client] Fix deadlock if connection loss ... (#7319)
Rotzbua Nov 2, 2022
64bbcd2
Correct Spelling of addTemperatureParam in ESP Rainmaker (#7288)
JohnMacrae Nov 2, 2022
1163e8a
Added TOUCH test sketch + test script (#7413)
P-R-O-C-H-Y Nov 2, 2022
999d094
Add the Partition Scheme Menu to HELTEC LoRa32 V1 (#7362)
H3wastooshort Nov 3, 2022
bf26503
[DOCS] Add ESP32S3 to libraries support list (#7415)
P-R-O-C-H-Y Nov 3, 2022
3c03323
[DOCS] Add TOUCH peripheral API (#7421)
P-R-O-C-H-Y Nov 4, 2022
7753b97
remove obsolete partition.csv for adafruit feather esp32s3 (#7438)
hathach Nov 7, 2022
271cee1
updated Deneyap boards pin_arduino.h files (#7338)
zeynepdicle Nov 7, 2022
bd71449
WiFi Should Reconnect For Most Reasons (#7344)
mrengineer7777 Nov 7, 2022
7a76ade
Add touch sleep wakeup API (#7439)
P-R-O-C-H-Y Nov 9, 2022
bcc1d75
ESP-IDF v4.4.3 (#7450)
me-no-dev Nov 9, 2022
9762b23
LEDC - AnalogWrite new API + ledcAttachPin duty fix (#7346)
P-R-O-C-H-Y Nov 11, 2022
5737016
Add enableScenes API in Rainmaker (#7436)
sanketwadekar Nov 14, 2022
bf53e2b
How to use USBHID classes with ESP32-S2 and ESP32-S3 (#7214)
RefactorFactory Nov 16, 2022
93a7f4e
Add I2C and SPI pin definitions to wt32-eth01 pins configuration (#7237)
sebastianbergner Nov 23, 2022
fd72cf4
Changed Rainmaker WiFi/Factory reset time. (#7514)
sanketwadekar Nov 25, 2022
2a668d2
Update header
sgryphon Aug 23, 2022
f93c766
Update IPAddress implementation to support V6
sgryphon Aug 23, 2022
184ad9a
Fix cut and paste error
sgryphon Aug 26, 2022
e15cc72
Explicit not equals
sgryphon Aug 26, 2022
d2178b1
Explicitly reference StreamString
sgryphon Aug 26, 2022
cd126c0
Remove != test (it is causing a conflict)
sgryphon Aug 26, 2022
c36cc3b
IPv6 support: Add proper link-local and SLAAC in STA and WifiMulti
nuclearcat May 7, 2022
cf31166
Add IPv6 support to WiFiServer
nuclearcat May 8, 2022
add482a
WiFiClient::remoteIP and remoteIP6 IPv6 support
nuclearcat Aug 27, 2022
63552ff
Add WiFiTelnetToSerialIPv6 example
nuclearcat May 8, 2022
3b1bc58
Add IPv6 to WifiClient (client)
nuclearcat May 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/Issue-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ body:
options:
- latest master (checkout manually)
- latest development Release Candidate (RC-X)
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Copy Files
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
chunks: ${{ steps.gen-chunks.outputs.chunks }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Generate Chunks matrix
id: gen-chunks
Expand All @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build sketches
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Download ${{matrix.chip}}-${{matrix.chunks}} artifacts
uses: actions/download-artifact@v2
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Check cmake file
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: bash ./.github/scripts/check-cmakelists.sh

# Ubuntu
Expand All @@ -30,13 +30,13 @@ jobs:
chunk: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Cache tools
id: cache-linux
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
./tools/dist
Expand All @@ -56,8 +56,8 @@ jobs:
os: [windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Build Sketches
Expand All @@ -72,8 +72,8 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Build Sketches
Expand All @@ -93,7 +93,7 @@ jobs:
container: espressif/idf:${{ matrix.idf_ver }}
steps:
- name: Check out arduino-esp32 as a component
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
path: components/arduino-esp32
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Build Release
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/upload-idf-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ jobs:
upload_components:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: "recursive"

- name: Upload components to the component registry
uses: espressif/github-actions/upload_components@master
uses: espressif/upload-components-ci-action@v1
with:
name: arduino-esp32
version: ${{ github.ref_name }}
namespace: espressif
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
Loading