Skip to content

Repo cleanup #10166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,32 @@ Detailed instructions for installation in popular operating systems can be found
- [macOS](https://www.arduino.cc/en/Guide/MacOSX)
- [Windows](https://www.arduino.cc/en/Guide/Windows)

## Contents of this repository

This repository contains just the code for the Arduino IDE itself.
Originally, it also contained the AVR and SAM Arduino core and libraries
(i.e. the code that is compiled as part of a sketch and runs on the
actual Arduino device), but those have been moved into their own
repositories. They are still automatically downloaded as part of the
build process and included in built releases, though.

The repositories for these extra parts can be found here:
- Non-core specific Libraries are listed under: <https://github.com/arduino-libraries/>
(and also a few other places, see `build/build.xml`).

- The AVR core can be found at: <https://github.com/arduino/ArduinoCore-avr>

- Other cores are not included by default but installed through the
board manager. Their repositories can also be found under
<https://github.com/arduino/>.

## Building and testing

Instructions for building the IDE and running unit tests can be found on
the wiki:
- <https://github.com/arduino/Arduino/wiki/Building-Arduino>
- <https://github.com/arduino/Arduino/wiki/Testing-Arduino>

## Credits

Arduino is an open source project, supported by many.
Expand Down
4 changes: 0 additions & 4 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@

<!-- copy library folder -->
<target name="assemble-libraries" unless="light_bundle">
<copy todir="${target.path}/libraries">
<fileset dir="../libraries"/>
</copy>

<download-library name="Ethernet" version="2.0.0"/>
<download-library name="GSM" version="1.0.6"/>
<download-library name="Stepper" version="1.1.3"/>
Expand Down
48 changes: 0 additions & 48 deletions lib_sync

This file was deleted.

Empty file removed libraries/.keep
Empty file.