Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-07-14T09:51:32.000Z (over 3 years ago)
- Last Synced: 2024-10-01T04:05:04.690Z (about 1 month ago)
- Topics: debugger, eclipse, embedded, hardware, iot, microcontroller, platformio, unit-testing
- Language: Java
- Size: 162 MB
- Stars: 13
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlatformIO Eclipse IDE
[![License](https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg)](https://github.com/platformio/platformio-eclipse-ide/blob/master/LICENSE)
[![Build Status](https://github.com/platformio/platformio-eclipse-ide/workflows/CI/badge.svg)](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`