Scott Lahteine
77491dd924
Remove extraneous whitespace
преди 7 години
Scott Lahteine
f02af83d42
Remove some extraneous spaces
преди 7 години
Markus Towara
23a675f621
reduce binary size of .hex
still a few bytes bigger than with arduino but nothing major
преди 8 години
Markus Towara
5b6e2cecf5
bump c/c++ standard to gnu11
needed for constexpr
преди 8 години
Scott Lahteine
29c4f67a29
Additional path - followup to #4743
преди 8 години
Robert Bartl
494d5770b8
makefile fix for arduino 1.6.9 unzipped
преди 8 години
Stephanie
6843b78f99
Add support for Printrboard RevF
The PrintrBoard Rev F utilizes a mcp4728 DAC to set motor current. Printrbot's implementation utilizes 2 new M-codes to set and write the DAC settings to the DAC EEPROM: `M909` (Read DAC) and `M910` (Write DAC). `M907` is re-used to set value, `M908` for direct control.
The Pins file for the RevF board is included.
преди 8 години
Jaroslav Škarvada
d229c58df6
Fixed Makefile to work with Melzi2 boards on arduino-1.6.x
- also by default use ${HOME}/Arduino as install directory which may be more
sane, especially with arduino packages provided by distributions
- bump arduino version to 106 (this seems to be useless)
- program firmware through the USB serial which is more comfortable way how
to program the firmware
- use 57600 programing speed by default which seems to be more reliable
with arduino bootloaders (at least with those shipped with the Melzi2 boards)
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com >
преди 8 години
Scott Lahteine
772460a7b8
Various minor spelling corrections
Redo of #2939 rebased against RCBugFix
преди 8 години
AnHardt
8da2e98985
Split RAMPS 1.3 an 1.4 (PR#2741)
because of hardware differences on the SERVO0_PIN
преди 9 години
Richard Marko
dd22cbbfb8
makefile: add buzzer.cpp (PR#2479)
преди 9 години
Richard Marko
1183c10a2e
makefile: drop -q -q (much quiet) from avrdude flags
Annoying when trying to figure out if uploading
actually does something.
преди 9 години
Richard Marko
0e064357f4
makefile: use /etc/avrdude/avrdude.conf on linux
No need to look for arduino specific avrdude configuration
as distributions ship their own avrdude.conf file that
is compatible with arduino.
преди 9 години
AnHardt
4d4fa3607b
Remove Duemilanove
No way to fit Marlin into 32K.
преди 9 години
Scott Lahteine
80807b2d71
Consolidate arc code, remove motion_control.*
преди 9 години
Scott Lahteine
a22a228bcc
Rename files to move them in the IDE
преди 9 години
Denis Chertykov
ba3ac40b9d
Remove hardcoded programmer option (-cwiring). Use variable AVRDUDE_PROGRAMMER.
Change default value of AVRDUDE_PROGRAMMER to 'wiring'.
преди 9 години
PxT
9fd4292923
Fixes #1361
преди 9 години
Tim Hawkins
5045d17a39
fix avrdude upload in makefile
преди 9 години
Alejandro Romero
1c9a70cee9
Support for Gen3 Monolithic electronics
Techzone Monotronics support, ignoring the tip manager and using fan connector as on Sprinter FW
TODO: Add support for tipmanager
преди 10 години
Gabe Rosenhouse
5bd09d26e2
Makefile works with auto bed leveling
преди 10 години
Gabe Rosenhouse
b45beeffd6
typo fix in Makefile
преди 10 години
Jim Morris
b819fc53ca
Add Azteeg X3 Pro as motherboard 68
Add digipot i2c control for MCP4451
Allow M907 to set i2c digipot currents in amps
Fix Makefile to allow Azteeg motherboards
Fix Makefile to allow Wire libraries only
Add beeper pin for Azteeg X3 Pro
преди 10 години
David Forrest
75f39fadfc
Makefile: Update for Arduino 1.0.5 and Teensyduino dependent boards (HARDWARE_MOTHERBOARD=={8,81,82,83,84})
преди 10 години
Guillaume Seguin
c0c4c97db6
Detect OS in Makefile to use the correct avrdude.conf path
преди 11 години
Guillaume Seguin
4d435c38a6
Add support of LiquidTWI2-based panels to Makefile
Use LIQUID_TWI2=1 as make argument to enable this support
преди 11 години
Guillaume Seguin
374bc99fa3
Add support of LiquidTWI2-based panels to Makefile
Use LIQUID_TWI2=1 as make argument to enable this support
преди 11 години
Guillaume Seguin
d4d1540727
Use -fno-use-cxa-atexit to override gcc --enable-cxa_atexit
преди 11 години
Michael Mayer
99b7e926e7
added MaKr3d Melzi board
преди 11 години
Henrik Brix Andersen
47dc70e3ec
Fix location of avrdude.conf
преди 11 години
Henrik Brix Andersen
1d258903bb
Allow command line compilation when using BEEPER.
преди 11 години
Scott Lahteine
5dabc95409
Apply all changes from latest Marlin_V1
Diffed and merged, preserving my updates
преди 11 години
Gord Christmas
96624f0f31
Forgot to include reference to Servo in makefile
преди 11 години
Yuri Valentini
9c34c4f05b
fixes for ramps compilation using installed arduino ide
преди 11 години
Yuri Valentini
7d20ec706e
Added libraries from Arduino 1.0.3 for sanguino build
преди 12 години
Yuri Valentini
dad7691df9
makefile for sanguino standalone compilation
преди 12 години
Daid
b264317fa0
Reverted the patch by KevinOConnor, as it crashes some versions of avr-gcc and caused linking issues.
преди 12 години
Daid
23022f1a82
Updates to Makefile to compile for Teensy.
преди 12 години
Kevin O'Connor
0908458381
Use gcc "-fwhole-program" optimization.
Use "whole program" and "link time optimization" features of gcc. The
whole-program optimization enables the compiler to evaluate the entire
firmware for optimization instead of just one code file at a time.
This leads to better overall optimizations.
преди 12 години
Kevin O'Connor
16fbb455ef
Use linker "--relax" option.
The "relax" option enables the linker to convert certain "call"
instructions to the smaller "rcall" instruction. This reduces the
size of the resulting binary.
преди 12 години
Daid
724f5aa36b
Update on makefile for moved Arduino addons.
преди 12 години
Daid
32d4373e0f
Add printrboard and brainwave to Makefile.
преди 12 години
Daid
29435dfb4b
Proper avr for Sanguino in Makefile.
преди 12 години
Daid
ca7acbe6d9
Allow specification of which arduino hardware subvariant in Makefile.
преди 12 години
Daid
f413aa33b3
Small makefile change, posibility to add defines on the commandline, and fix compiling with watchdog enabled when using the Makefile.
преди 12 години
Daid
99e9554edd
Some fixes in the Makefile to support Arduino 1.0.0 or higher and added the Rambo. Still needs some more work for the different arduino hardware variants.
преди 12 години
daid303
789be03b4f
Update on makefile, should make it easier to compile for different boards without changing the makefile. (Still missing Arduino 1.x.x support).
преди 12 години
daid303
c17da4b707
Add ConfigurationStore to the Makefile.
преди 12 години
Jonathan Bastien-Filiatrault
9606f4d04f
Include Marlin_main.cpp in source files.
преди 12 години
Jonathan Bastien-Filiatrault
e4a5e333ef
Generalize.
преди 12 години