https://github.com/platformio/platformio-eclipse-ide
PlatformIO IDE for Eclipse: The next generation integrated development environment for IoT
https://github.com/platformio/platformio-eclipse-ide
debugger eclipse embedded hardware iot microcontroller platformio unit-testing
Last synced: 5 months ago
JSON representation
PlatformIO IDE for Eclipse: The next generation integrated development environment for IoT
- Host: GitHub
- URL: https://github.com/platformio/platformio-eclipse-ide
- Owner: platformio
- License: apache-2.0
- Created: 2019-04-01T15:08:39.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2021-07-14T09:51:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T16:37:43.085Z (5 months ago)
- Topics: debugger, eclipse, embedded, hardware, iot, microcontroller, platformio, unit-testing
- Language: Java
- Size: 162 MB
- Stars: 15
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlatformIO Eclipse IDE
[](https://github.com/platformio/platformio-eclipse-ide/blob/master/LICENSE)
[](https://github.com/platformio/platformio-eclipse-ide/actions)PlatformIO IDE for Eclipse: The next generation integrated development environment for IoT
## Building
#### Prerequisites:
1. Java (JDK) 1.8+
2. Apache Maven 3.6.3
3. Internet access#### Build
```sh
git clone https://github.com/platformio/platformio-eclipse-ide.git
cd platformio-eclipse-ide
mvn verify
```
Produced p2 repository can be found at `repository/org.platformio.eclipse.ide.repository/target`