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

Creating config files for Seeed Xiao ESP32-S3 Sense Board #9118

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

Commits on Mar 29, 2024

  1. Create pins.c

    djairjr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5b51241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a02c4d View commit details
    Browse the repository at this point in the history
  3. Update pins.c

    djairjr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6be638e View commit details
    Browse the repository at this point in the history
  4. Update mpconfigboard.mk

    Removing config CIRCUITPY_ESPCAMERA = 1
    djairjr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    930ddf9 View commit details
    Browse the repository at this point in the history
  5. Update mpconfigboard.mk

    Added PSRAM config
    
    USB_VID = 0x303A
    USB_PID = 0x1001
    USB_PRODUCT = "Seeed Xiao ESP32-S3 Sense"
    USB_MANUFACTURER = "Seeed Studio"
    
    IDF_TARGET = esp32s3
    
    CIRCUITPY_ESP_FLASH_MODE = qio
    CIRCUITPY_ESP_FLASH_FREQ = 80m
    CIRCUITPY_ESP_FLASH_SIZE = 8MB
    
    CIRCUITPY_ESP_PSRAM_MODE = qio
    CIRCUITPY_ESP_PSRAM_SIZE = 8MB
    CIRCUITPY_ESP_PSRAM_FREQ = 80m
    djairjr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b30339d View commit details
    Browse the repository at this point in the history
  6. Update mpconfigboard.mk

    Updated CIRCUITPY_ESPCAMERA = 1 to check if it works now
    djairjr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7895747 View commit details
    Browse the repository at this point in the history
  7. Update pins.c

    Removing all whitespaces...
    Will work?
    djairjr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e4797da View commit details
    Browse the repository at this point in the history
  8. Update pins.c

    Removing whitespaces
    djairjr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    fa9f1ef View commit details
    Browse the repository at this point in the history
  9. Update pins.c

    djairjr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1000f1c View commit details
    Browse the repository at this point in the history