Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: micropython/micropython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: xorbit/micropython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 5, 2025

  1. esp32/boards: Add Silicognition ManT1S.

    New board planned to be launched on Crowd Supply September 2025.
    ESP32-based core module with IEEE 802.3cg 10BASE-T1S Single Pair
    Ethernet networking and power distribution over data lines.
    
    Signed-off-by: Patrick Van Oosterwijck <[email protected]>
    xorbit committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    5e8a08c View commit details
    Browse the repository at this point in the history
  2. esp32/boards: Fix formatting for Silicognition ManT1S.

    Signed-off-by: Patrick Van Oosterwijck <[email protected]>
    xorbit committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    6ea6cda View commit details
    Browse the repository at this point in the history
  3. esp32/boards: Fix Silicognition ManT1S config files.

    Remove errant comma in board.json.
    Remove vfs line from partitions-8MiB-ota.csv.
    
    Signed-off-by: Patrick Van Oosterwijck <[email protected]>
    xorbit committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    d56db89 View commit details
    Browse the repository at this point in the history
  4. esp32/boards: Add 10BASE-T1S to non filterable features.

    Signed-off-by: Patrick Van Oosterwijck <[email protected]>
    xorbit committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    6d62231 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. esp32/boards: Remove unnecessary SDKCONFIG_IDF_VERSION_SPECIFIC.

    mpconfigboard.cmake doesn't require
    `${SDKCONFIG_IDF_VERSION_SPECIFIC}` line any more.
    
    Signed-off-by: Patrick Van Oosterwijck <[email protected]>
    xorbit committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    e84edb8 View commit details
    Browse the repository at this point in the history
Loading