diff options
| author | Dasky | 2024-07-25 23:51:32 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-25 23:51:32 +0200 |
| commit | 56ebd3b8297db4dc2c1e1f36ef522e98468a5988 (patch) | |
| tree | 542b32ba7b39a6290fb315e44879d5079bf35b53 /docs/ChangeLog | |
| parent | f98ddf02f4fe522adfc5980e313dfe7efeba390f (diff) | |
Rename promicro_rp2040 converter to sparkfun_pm2040 (#24192)
Diffstat (limited to 'docs/ChangeLog')
| -rw-r--r-- | docs/ChangeLog/20240825/PR24192.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/ChangeLog/20240825/PR24192.md b/docs/ChangeLog/20240825/PR24192.md new file mode 100644 index 0000000000..31f7a97379 --- /dev/null +++ b/docs/ChangeLog/20240825/PR24192.md @@ -0,0 +1,19 @@ +## Changes requiring user action + +### SparkFun Pro Micro RP2040 converter renamed + +The converter for the SparkFun Pro Micro RP2040 has been renamed. + +from: + +``` +promicro_rp2040 +``` + +to: + +```c +sparkfun_rp2040 +``` + +This change was made to avoid confusion between the clones named ProMicro RP2040 and the SparkFun Pro Micro RP2040. The clones should be using the `rp2040_ce` option. |