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

esp32s3 openeth ethernet driver #13527

Merged
merged 10 commits into from
Oct 13, 2024
Merged

Commits on Oct 12, 2024

  1. feat(esp32_openeth): move to common/espressif

    Since this will be used for esp32s3 also, we can have this in
    common/espressif.
    casaroli committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    33295c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6f9444 View commit details
    Browse the repository at this point in the history
  3. feat(esp32s3): add openeth ethernet driver for qemu

    We add the config for esp32s3, then move the esp32 specifics to
    esp32/chip.h, then add the esp32s3 specifics to esp32s3/chip.h.
    casaroli committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    43ee977 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d86d18a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26bcf30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26a2088 View commit details
    Browse the repository at this point in the history
  7. fix(esp32-qemu): enable legacy esp-idf build

    The current simple boot method is not working with qemu.
    
    We enable this option for now until we can make the simple-boot
    image boot with QEMU.
    casaroli committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    0bc54fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33905ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f621daf View commit details
    Browse the repository at this point in the history
  10. ci: skip config

    since this config requires bootloader, we skip it
    casaroli committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c607126 View commit details
    Browse the repository at this point in the history