slackbuilds_ponce/development/energia
Andrew Clemons b2519f95fd
various: Use zulu jdk builds for REQUIRES.
As noted in the FAQ, you can still use Oracle's JDK for
building or running, but we'll default to the Zulu builds
in the REQUIRES since they are easily downloadable.

Zulu is a good default for us at SBo since it is available
for both 32 and 64 bit, freely downloadable and compatible
and they provide builds for all the LTS branches.

We don't currently have builds for Adoptium (previously
AdoptOpenJDK, not part of the Eclipse Foundation), but if
someone wants to submit builds for them, we can include them
too. Note though that they do not provide 32 bit builds.

Software should run with either Zulu or Oracle's JDK, or
indeed any other builds of OpenJDK, so if I have broken your
build with this change, apologies. This should be rare and
we can change the REQUIRES back to jdkX in that case and note
it in the README, but I do not expect this should be the case.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-03 15:56:51 +07:00
..
doinst.sh
energia.desktop
energia.info various: Use zulu jdk builds for REQUIRES. 2022-03-03 15:56:51 +07:00
energia.png
energia.SlackBuild
README
slack-desc

Energia is an open-source electronics prototyping platform started by
Robert Wessels in January of 2012 with the goal to bring the Wiring and
Arduino framework to the Texas Instruments MSP430 based LaunchPad.

The Energia IDE is cross platform and supported on Mac OS, Windows,
and Linux. Energia uses the mspgcc compiler by Peter Bigot and is based
on the Wiring and Arduino framework. Energia includes an integrated
development environment (IDE) that is based on Processing.

The foundation of Energia and Arduino is the Wiring framework that is
developed by Hernando Barragan. The framework is thoughtfully created
with designers and artists in mind to encourage a community where both
beginners and experts from around the world share ideas, knowledge and
their collective experience.

The Energia team adopts the philosophy of learning by doing and strives
to make it easy to work directly with the hardware. Professional
engineers, entrepreneurs, makers, and students can all benefit from the
ease of use Energia brings to the microcontroller.

Energia started out to bring the Wiring and Arduino framework to
the Texas Instruments MSP430 LaunchPad. Texas Instruments offers a
MSP430, TM4C, C2000, and CC3200 LaunchPad. The LaunchPad is a low-cost
microcontroller board that is made by Texas Instruments. The latest
release of Energia supports the majority of the LaunchPad product
offerings.

Together with Energia, LaunchPad can be used to develop interactive
objects, taking inputs from a variety of switches or sensors, and
controlling a variety of lights, motors, and other physical outputs.
LaunchPad projects can be stand-alone (only run on the Target Board,
i.e. your LaunchPad), or they can communicate with software running on
your computer (Host PC).