|
@@ -0,0 +1,21 @@
|
|
1
|
+title: Blog
|
|
2
|
+post: Abandoning PlatformIO
|
|
3
|
+description: Their behavior should not be supported
|
|
4
|
+date: 2023-05-27
|
|
5
|
+comments: true
|
|
6
|
+---
|
|
7
|
+
|
|
8
|
+So as you may know, for a lot of embedded projects I've been using PlatformIO as a build tool.
|
|
9
|
+
|
|
10
|
+This will not continue.
|
|
11
|
+
|
|
12
|
+Some community member developed support for RP2040 with the Arduino Framework for PlatformIO.
|
|
13
|
+The PlatformIO company [will not merge this Pull Request](https://github.com/platformio/platform-raspberrypi/pull/36) unless the company behind Raspberry Pi will pay them substantial recurring fees.
|
|
14
|
+
|
|
15
|
+This is unbelievably appaling.
|
|
16
|
+
|
|
17
|
+I will no longer use PlatformIO for any of my projects and strongly encourage you to do the same.
|
|
18
|
+
|
|
19
|
+Hopefully someone does a (hostile) fork.
|
|
20
|
+
|
|
21
|
+Also see the discussion about this [on HackerNews](https://news.ycombinator.com/item?id=36090536).
|