AmboVent-1690-108 / AmboVent

AmboVent 1690.108
The Unlicense
206 stars 69 forks source link

Add eclipse project #20

Closed ElectricRCAircraftGuy closed 4 years ago

ElectricRCAircraftGuy commented 4 years ago

This PR adds an Eclipse project so that the entire Arduino source code, including the Arduino core, can easily be browsed--same as in a professional project.

ElectricRCAircraftGuy commented 4 years ago

NOTE THAT THIS PR ONLY EDITS LIKE 9 FILES, DESPITE IT SAYING IT EDITS LIKE 224 FILES. You must accept PR #18 first in order for the comparison to look correct, so please merge PR #18 and then look at this PR.

nimrod46 commented 4 years ago

@ElectricRCAircraftGuy Thanks so much for your contributions, I will merge this PR once the conflict is solved.

ElectricRCAircraftGuy commented 4 years ago

Conflicts resolved; ready for review. See "AmboVent/3-Software/Arduino/readme.md" for a description of the new files, and see "AmboVent/3-Software/Arduino/arduino_core/readme.md" for a description of how to link in the Arduino core for browsing in Eclipse.

ElectricRCAircraftGuy commented 4 years ago

I've rebased onto your latest master and force pushed to resolve conflicts. It is ready to merge again.

ElectricRCAircraftGuy commented 4 years ago

I also checked to make sure it still builds, and it does. Dynamic memory significantly improved! I see a few progmem usages in there. That's good.

Sketch uses 18412 bytes (59%) of program storage space. Maximum is 30720 bytes.
Global variables use 1046 bytes (51%) of dynamic memory, leaving 1002 bytes for local variables. Maximum is 2048 bytes.