aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2020-08-04Rebased python3 branch with some changes from tuna-f1sh@87d5241Simon John
2019-07-19Syntax fix and documentation of MONITOR_PARAMSTaylor Zowtuk
2019-02-11Add OpenCR.mk for OpenCR 1.0 board and add example code(example/BlinkOpenCR)Dukejung
2018-11-27Change & add repo to install package onArch linuxAkram Chehaima
yaourt is "Discontinued" it's not save must use alternatives like yay On Arch Linux add commands to install python-pyserial on Arch Linux
2018-06-14Support for Arduino Due addedJohn Whittington
Update HISTORY.md Add avr core emulation to C sources
2018-02-24SAMD Cortex M0 device support (Zero, MKR1000, etc)John Whittington
Compilation improvements by adding variant as other obj but not working on device Arduino Zero devices with OpenOCD working Created ARM_TOOLS_DIR and define arm toolchain executables in Sam.mk Check avr-gcc on last AVR_TOOLS_DIR detect and indenting formatting GDB debugging and programming added Documentation updates and define ARDMK_VENDOR rather than include Sam.mk Expand all parse_boards when defined rather than when used Trim extra defines regex working on both macOS and Linux but need better fix Print USB ids and added debug usage to readme Add note on Arduino package dir and made board.txt work Do ARM ARDUINO_ARCH define in Arduino.mk] Add MZeroBlink to non-testable examples for now Remove \B from extra defines grep Add ARDUINO_PACKAGE_DIR for board support files Fix a typo in the README Fix typo in arduino-mk-vars.md Prevent re-including Arduino.mk from Sam.mk when make restarts for upload Add catrina to ARD_REST_OPTS if/else Remove realpath in Sam.mk for cygwin compatability SAMD bootloader support in ard-reset using --zero Enters bootloader using open/close of port at 1200 BAUD, then polls the attached devices for new port enumerating (bootloader). This is how the Arduino IDE operates Bossa support for Zero, MKR1000 etc Re-word Arm README section after Native USB development Reset for zero refactored like IDE Zero bootloader reset tested on macOS and comments added Re-word ARM bootloader and remove imports from testing Patch changes ARDMK_VENDOR->ARCHITECHTURE, show_config_vars, ignore CORE_VER if emtpy Common.mk header guard, openocd/bossac avoid separator, typos Documentation update for patch changes Move ARM tools to Sam.mk and auto-detect include Correct accidental commit of Blink Makefile change Lib fix with alternative core and documentation Append zero to ARD_RESET_OPTS rather than set Prioritise package ARM upload tools over path installed Add note in README on ARM tools versions Move openocd variant config script flag to OPTS
2017-09-28ardmk-init usage added to README and HISTORY updateJohn Whittington
2017-09-06Auto detect Windows sketchbook path using USERPROFILE not HOME and spellingJohn Whittington
2017-09-05Documentation changes for Windows usageJohn Whittington
2017-07-12Add makefile for Robotis OpenCM & update version to 1.6.0Karl Semich
2017-01-11Bump up version to 1.5.2 for releasev1.5.21.5.2Sudar Muthu
2016-08-25PySerial installation for Windows updated (#1)Jozef Sovcik
2016-07-02Update READMEaz-z
Updated to reflect the Linux changes for Arduino 1.6.5 Updated to reflect the information (Linux portion) from the guide. Removed the URL to the blog.
2016-02-22Bump up version to v1.5.1 for release1.5.1Sudar Muthu
2015-09-21added missing quote in RAEDME.md and fix-note in HISTORY.mdThomas Kilian
2015-09-21Add path examples for both Mac IDE versionsThomas Kilian
2015-07-02Added examples for various boards and IDE versions to the Blink example.Simon John
2015-06-24Updated instructions for Fedora 22Simon John
2015-05-15Updated some documentation to clarify 1.5+ settings.Simon John
Fixes #352
2015-04-08Update README about the version of Arduino that are supportedSudar
Fix #328
2015-04-07Bump version to v1.5 for release1.5Sudar
2015-04-06Replace comment about not supporting 1.5 with not supporting SAMSimon John
We can probably close issue #45 and maybe open a new one for ARM SAM support, as 1.6.3 is supported now (and 1.5 is dead).
2015-04-05Add a note about Arduino.orgSudar
2015-04-04Make sure pyserial is properly linkedSudar
2015-04-04Link to Requirements sectionSudar
2015-04-04Tweak pyserial installation instructionsSudar
2015-04-04Better highlighting for code in READMESudar
2015-03-14Add credit to the contributorsSudar
2015-02-25instructions on setting CodeBlocks IDE to use the makefilesfilip
2015-01-01Change CXX_NAME to CXX as per the EmacsWiki for Flymake instructions.Simon John
Makes it a bit more standard too.
2014-11-27Add information about installing dependencies when installing usingSudar
homebrew Refer to https://github.com/sudar/homebrew-arduino-mk/issues/2#issuecomment-64432785
2014-11-23Add information about homebrew in ReadMESudar
2014-11-23Added support for PuTTY on WindowsPeter Mosmans
Use MONITOR_CMD=putty The optional parameter MONITOR_PARMS can be used as well
2014-10-22added info about Teensy to README.mdstepcut
2014-09-23Added ArchLinux package info, thanks Niels.Simon John
Linked Fedora packaging instructions to homepage. Added Raspbian to distro's with arduino-mk apt packages.
2014-09-20Move scripts inside tests directory.Christopher Peplin
Fixed https://github.com/sudar/Arduino-Makefile/issues/260
2014-09-10Add the built status buttonSudar
2014-09-09Add a script to compile examples as an automated test suite.Christopher Peplin
* Added script/boostrap.sh to download the Arduino IDE and MPIDE (for chipKIT). Tested in Linux, should work in Cygwin and OS X too. * Added script/runtests.sh to run "make" in each example project and collect the results. The script returns -1 if any fails. * Moved currently testable examples to a "tests" directory, separate from examples that require alternative cores.
2014-08-28Small typo, can lead to copy and paste failsJoseivaldo Benito Junior
Signed-off-by: Joseivaldo Benito Junior <jrbenito@benito.qsl.br>
2014-08-08Add some documentation regarding overloading system libs and reporting bugsSimon John
2014-07-16Add information about `Bare-Arduino-Project` in READMESudar
Fix #220 Fix #221 Fix #225
2014-07-16Add "Interfacing with other projects" section in READMESudar
2014-07-12Made all the changes into one commit that could be a patch for masterSimon John
2014-07-12Bump up version to v1.3.4 for release1.3.4Sudar
2014-06-10Make Arduino.mk compatible with FlymakeRonan Barzic
If Flymake is configured to parse .ino files the same way as for c/c++ files, it creates a temporary file (_flymake.ino) in the same directory as the original file. It fails with the current Arduino.mk because of the check for multiple .ino files. This fix removes the check only when flymake is calling the Makefile (Flymake will call make with the variable CHK_SOURCES set to the temporary file name) To make Flymake working with .ino file : Add : check-syntax: $(CXX_NAME) -c -include Arduino.h -x c++ $(CXXFLAGS) $(CPPFLAGS) -fsyntax-only $(CHK_SOURCES) in the project Makefile after the inclusion of the Arduino.mk file Edit the flymake configuration : M-x customize-option RET flymake-allowed-file-name-masks RET (using auto completion !) Add the line : ("\\.ino\\'" flymake-simple-make-init) Then click on "Apply and Save" button Fix #211
2014-05-21Some language clean upSimon John
2014-04-13Bump up version to v1.3.3 for release1.3.3Simon John
Fix #189
2014-04-11Bump up version to v1.3.2 for release1.3.2Sudar
2014-04-11Tweak AVRdude conf file detection in windowsEAGMnor
On windows the AVRdude configuration file is now detected properly. The comments and `README` are updated as well. Fix #187
2014-04-02replace perl reset script with python oneSimon John
Fix #180 Fix #127