Skip to content
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

[WiFi] added support for ESP32 architecture and XIAO ESP32C3 board #512

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Dec 19, 2023

  1. [WiFi] added support for ESP32 architecture and XIAO ESP32C3 board

    - support for ESP32 architecture with WiFi interface (WiFiStream, Firmata.h, StandardFirmataWiFi)
    - support for Seed Studio XIAO ESP32C3 board (Board.h)
    - support for Firmata applications without Servo.h (Boards.h, StandardFirmataWiFi)
    jnsbyr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7d6ada1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    7a6dd82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9651a7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dde9fd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad79f15 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    4567db4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08325d1 View commit details
    Browse the repository at this point in the history
  3. Boards.h: enabled PIN_TO_SERVO for ARDUINO_XIAO_ESP32C3 and ARDUINO_W…

    …T32_ETH01, fixed TOTAL_ANALOG_PINS, IS_PIN_DIGITAL IS_PIN_ANALOG for ARDUINO_WT32_ETH01
    jnsbyr committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    af2e9aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90ac082 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    44a8788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3a78d5 View commit details
    Browse the repository at this point in the history
  3. WiFiStream: make connection status const remapping from SDK to Firmat…

    …a explicit for ESP8266
    jnsbyr committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d072c0a View commit details
    Browse the repository at this point in the history