Skip to content

The idf_partition_table option does not work #127

@Limeth

Description

@Limeth

Hello! The idf_partition_table configration option doesn't seem to have any effect.
Note the malformed path:

    {
      "preLaunchTask": "rust: cargo build",
      "name": "probe-rs debug",
      "type": "probe-rs-debug",
      "request": "launch",
      "consoleLogLevel": "Info",
      "flashingConfig": {
        "flashingEnabled": true,
        "formatOptions": {
           "idf_partition_table": "/home/limeth/workspace/kicad/acid/firmware/acid-firmware/partition-table.csvdfasdf"
        }
      },
      "probe": "303a:1001",
      "chip": "esp32s3",
      "coreConfigs": [
        {
          "programBinary": "target/xtensa-esp32s3-none-elf/debug/acid-firmware",
          "rttEnabled": true,
          "rttChannelFormats": [
            {
              "channelNumber": 0,
              "dataFormat": "String",
              "mode": "BlockIfFull"
            }
          ]
        },
      ],
    },

It is happily ignored by both the extension and probe-rs.
Using the --idf-partition-table command-line argument on probe-rs works fine.


This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount).
🕵️‍♂️ If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #127 either in the PR description or in a PR's comment.

🪙 Also, everyone can tip any user commenting /tip 20 @Limeth (replace 20 with the amount, and @Limeth with the user to tip).

📖 If you want to learn more, check out our documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions