Firmware/Marlin
Dave Johnson 4718c09c48 Remove extraneous USBCON defines for AT90USB boards
USBCON is definied by serial.h pullikng in MarlinConfig.h which in turn pulls in Arduino.h.  Defining in later includes has shown to cause compile issues so removing all extraneous calls for and potentially easier future linker troubleshooting.
more USBCON unification
2017-07-23 16:41:48 -07:00
..
example_configurations
blinkm.cpp Patch #else / #endif comments 2017-05-09 12:37:23 -05:00
blinkm.h
boards.h
buzzer.h Spacing, const, comments 2017-06-07 16:07:38 -05:00
cardreader.cpp
cardreader.h Patch #else / #endif comments 2017-05-09 12:37:23 -05:00
circularqueue.h
Conditionals_LCD.h Add support for Printrbot Neopixel RGBW strip. 2017-07-22 16:07:55 -05:00
Conditionals_post.h
Conditionals.h
Configuration_adv.h
configuration_store.cpp Implement the EEPROM_CHITCHAT option 2017-07-01 21:48:18 -05:00
configuration_store.h Expose DISABLE_M503 option as a test option 2017-07-01 21:31:28 -05:00
Configuration.h Add support for Printrbot Neopixel RGBW strip. 2017-07-22 16:07:55 -05:00
dac_mcp4728.cpp
dac_mcp4728.h
digipot_mcp4018.cpp Fix: set digipot mcp4018 Vrefmax to 1.666V 2017-06-24 12:35:34 -05:00
digipot_mcp4451.cpp Apply maths macros and type changes ahead of HAL 2017-06-19 22:57:42 -05:00
dogm_bitmaps.h
dogm_font_data_6x9_marlin.h
dogm_font_data_HD44780_C.h
dogm_font_data_HD44780_J.h
dogm_font_data_HD44780_W.h
dogm_font_data_ISO10646_1_PL.h
dogm_font_data_ISO10646_1_tr.h
dogm_font_data_ISO10646_1.h
dogm_font_data_ISO10646_5_Cyrillic.h
dogm_font_data_ISO10646_CN.h
dogm_font_data_ISO10646_CZ.h
dogm_font_data_ISO10646_Greek.h
dogm_font_data_ISO10646_Kana.h
dogm_font_data_Marlin_symbols.h
duration_t.h
endstop_interrupts.h
endstops.cpp
endstops.h
enum.h CNC workspace planes and 'P' argument for G2/G3 2017-06-23 14:53:03 -05:00
fastio_168.h Split up fastio.h, document pin mappings 2017-05-21 10:33:27 -05:00
fastio_644.h
fastio_1280.h
fastio_1281.h
fastio_AT90USB.h
fastio.h
G26_Mesh_Validation_Tool.cpp
gcode.cpp Fix compile issue with G38 2017-07-06 14:21:27 -05:00
gcode.h Volatile keyword not needed for parser.seen 2017-07-10 15:38:54 -05:00
hex_print_routines.cpp
hex_print_routines.h
I2CPositionEncoder.cpp
I2CPositionEncoder.h
language_an.h
language_bg.h
language_ca.h
language_cn.h
language_cz_utf8.h
language_cz.h UTF-8 mapper for Czech 2017-07-04 15:51:23 -05:00
language_da.h Add more options to the Bed Leveling menu 2017-05-28 14:04:28 -05:00
language_de.h
language_el-gr.h
language_el.h
language_en.h
language_es.h
language_eu.h
language_fi.h Add more options to the Bed Leveling menu 2017-05-28 14:04:28 -05:00
language_fr.h
language_gl.h Case light as a toggle menu item 2017-05-28 14:32:07 -05:00
language_hr.h Case light as a toggle menu item 2017-05-28 14:32:07 -05:00
language_it.h
language_kana_utf8.h UTF-8 mapper for Czech 2017-07-04 15:51:23 -05:00
language_kana.h
language_nl.h
language_pl-DOGM.h
language_pl-HD44780.h
language_pl.h
language_pt_utf8.h
language_pt-br_utf8.h
language_pt-br.h Add more options to the Bed Leveling menu 2017-05-28 14:04:28 -05:00
language_pt.h Add more options to the Bed Leveling menu 2017-05-28 14:04:28 -05:00
language_ru.h Update Russian translation - Part 1 2017-07-21 19:32:37 -05:00
language_test.h
language_tr.h Case light as a toggle menu item 2017-05-28 14:32:07 -05:00
language_uk.h
language_zh_CN.h
language_zh_TW.h
language.h
least_squares_fit.cpp
least_squares_fit.h Apply coding standards to recent merges 2017-07-13 00:46:16 -05:00
M100_Free_Mem_Chk.cpp Apply const, spacing, etc. 2017-06-27 05:23:49 -05:00
macros.h
Makefile
Marlin_main.cpp
Marlin.h
Marlin.ino TMC2130 Library: @teemuatlut replaces @makertum 2017-03-07 04:22:06 -06:00
MarlinConfig.h
MarlinSerial.cpp
MarlinSerial.h Patch MarlinSerial to match up with 32-bit version 2017-04-02 04:39:18 -05:00
mesh_bed_leveling.cpp
mesh_bed_leveling.h
nozzle.cpp
nozzle.h
pca9632.cpp
pca9632.h PCA9632 PWM color LED support 2017-06-12 01:09:24 -05:00
pins_3DRAG.h
pins_5DPRINT.h Remove extraneous USBCON defines for AT90USB boards 2017-07-23 16:41:48 -07:00
pins_ANET_10.h
pins_AZTEEG_X1.h Add "About Printer" information menu. 2016-07-02 15:22:26 -07:00
pins_AZTEEG_X3_PRO.h
pins_AZTEEG_X3.h
pins_BAM_DICE_DUE.h
pins_BQ_ZUM_MEGA_3D.h
pins_BRAINWAVE_PRO.h Remove extraneous USBCON defines for AT90USB boards 2017-07-23 16:41:48 -07:00
pins_BRAINWAVE.h
pins_CHEAPTRONIC.h
pins_CHEAPTRONICv2.h Easier override of FILWIDTH_PIN 2017-06-02 12:05:46 -05:00
pins_CNCONTROLS_11.h
pins_CNCONTROLS_12.h
pins_ELEFU_3.h
pins_FELIX2.h
pins_GEN3_MONOLITHIC.h
pins_GEN3_PLUS.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN6_DELUXE.h
pins_GEN6.h
pins_GEN7_12.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN7_13.h
pins_GEN7_14.h
pins_GEN7_CUSTOM.h
pins_K8200.h Add "About Printer" information menu. 2016-07-02 15:22:26 -07:00
pins_K8400.h
pins_LEAPFROG.h Follow-up the PR #4955, etc 2016-10-10 14:22:43 +09:00
pins_MEGACONTROLLER.h
pins_MEGATRONICS_2.h added shift register pins for reprapworld keypad v1.1 2017-06-09 14:17:47 +02:00
pins_MEGATRONICS_3.h
pins_MEGATRONICS.h
pins_MELZI_CREALITY.h Support for Creality CR-10 2017-07-06 23:08:10 -05:00
pins_MELZI_MAKR3D.h #if defined => #ifdef / PIN_EXISTS 2017-03-22 20:51:11 -05:00
pins_MELZI.h #if defined => #ifdef / PIN_EXISTS 2017-03-22 20:51:11 -05:00
pins_MIGHTYBOARD_REVE.h
pins_MINIRAMBO.h Add support for Průša MK2 Multiplexer 2017-06-27 04:55:30 -05:00
pins_MINITRONICS.h Assign -1 to LCD_PINS_D4-7 if not defined 2017-07-06 22:47:51 -05:00
pins_MKS_13.h
pins_MKS_BASE.h
pins_OMCA_A.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_OMCA.h
pins_PRINTRBOARD_REVF.h
pins_PRINTRBOARD.h
pins_RAMBO.h Add support for Průša MK2 Multiplexer 2017-06-27 04:55:30 -05:00
pins_RAMPS_13.h pins_RAMPS_14.h => pins_RAMPS.h 2016-07-30 04:17:21 -07:00
pins_RAMPS_OLD.h
pins_RAMPS.h MKS 1.3+: Add pin mapping for PS_ON 2017-07-21 18:50:05 -05:00
pins_RIGIDBOARD_V2.h
pins_RIGIDBOARD.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_RUMBA.h
pins_SAINSMART_2IN1.h
pins_SANGUINOLOLU_11.h
pins_SANGUINOLOLU_12.h
pins_SAV_MKI.h Remove extraneous USBCON defines for AT90USB boards 2017-07-23 16:41:48 -07:00
pins_SCOOVO_X9H.h
pins_SETHI.h
pins_STB_11.h #if defined => #ifdef / PIN_EXISTS 2017-03-22 20:51:11 -05:00
pins_TEENSY2.h
pins_TEENSYLU.h Remove extraneous USBCON defines for AT90USB boards 2017-07-23 16:41:48 -07:00
pins_ULTIMAIN_2.h
pins_ULTIMAKER_OLD.h
pins_ULTIMAKER.h
pins_ZRIB_V20.h
pins.h Merge pull request #7256 from thinkyhead/bf_cleanup_july_6 2017-07-07 03:22:47 -05:00
pinsDebug_list.h Add Skynet/ANET A10 support 2017-06-24 19:07:03 -05:00
pinsDebug_plus_70.h
pinsDebug_Teensyduino.h
pinsDebug.h
planner_bezier.cpp
planner_bezier.h Append units to feedrate variables 2016-07-17 13:29:41 -07:00
planner.cpp Drop extra initializers for vars initialized by EEPROM code 2017-07-20 22:57:49 -05:00
planner.h
point_t.h
printcounter.cpp
printcounter.h Cosmetic patches 2017-04-26 06:24:23 -05:00
SanityCheck.h Add support for Printrbot Neopixel RGBW strip. 2017-07-22 16:07:55 -05:00
Sd2Card.cpp
Sd2Card.h Removed check for 2560 family 2017-06-04 22:16:27 -05:00
SdBaseFile.cpp
SdBaseFile.h Reference op with variable name 2017-05-28 11:33:22 -05:00
SdFatConfig.h
SdFatStructs.h
SdFatUtil.cpp Further cleanup of comments, partial Doxygen-style 2016-03-25 00:45:56 -07:00
SdFatUtil.h Cleanup SdFatUtil.h 2016-08-11 12:47:06 -07:00
SdFile.cpp
SdFile.h
SdInfo.h Converted all files on src to Unix file format 2016-04-26 21:23:39 +01:00
SdVolume.cpp
SdVolume.h
serial.cpp
serial.h
servo.cpp Apply const, spacing, etc. 2017-06-27 05:23:49 -05:00
servo.h
softspi.h Clean up excess whitespace, comment formatting 2017-04-28 18:32:38 -05:00
speed_lookuptable.h
spi.h Use new attribute macros in more places 2017-05-22 17:38:58 -05:00
stepper_dac.cpp
stepper_dac.h
stepper_indirection.cpp
stepper_indirection.h
stepper.cpp
stepper.h
stopwatch.cpp
stopwatch.h Patch #else / #endif comments 2017-05-09 12:37:23 -05:00
temperature.cpp
temperature.h Add Skynet/ANET A10 support 2017-06-24 19:07:03 -05:00
thermistornames.h
thermistortable_1.h
thermistortable_2.h
thermistortable_3.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_4.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_5.h
thermistortable_6.h
thermistortable_7.h
thermistortable_8.h
thermistortable_9.h
thermistortable_10.h
thermistortable_11.h
thermistortable_12.h
thermistortable_13.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_20.h
thermistortable_51.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_52.h
thermistortable_55.h
thermistortable_60.h
thermistortable_66.h
thermistortable_70.h
thermistortable_71.h
thermistortable_75.h
thermistortable_110.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_147.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_998.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_999.h
thermistortable_1010.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_1047.h
thermistortables.h
twibus.cpp
twibus.h Clean up some trailing spaces 2017-07-01 22:32:20 -05:00
types.h
ubl_G29.cpp
ubl_motion.cpp
ubl.cpp Followup to #7045 2017-06-16 14:18:19 -05:00
ubl.h Added option 'H' to G29 P4. 2017-06-25 17:14:08 -05:00
ultralcd_impl_DOGM.h
ultralcd_impl_HD44780.h
ultralcd_st7920_u8glib_rrd.h
ultralcd.cpp Drop extra initializers for vars initialized by EEPROM code 2017-07-20 22:57:49 -05:00
ultralcd.h
utf_mapper.h UTF-8 mapper for Czech 2017-07-04 15:51:23 -05:00
utility.cpp
utility.h
vector_3.cpp Apply maths macros and type changes ahead of HAL 2017-06-19 22:57:42 -05:00
vector_3.h
Version.h bugfix-1.1.x ReadMe, Version, helper scripts 2017-05-04 07:17:10 -05:00
watchdog.cpp Patch some serial macros 2017-06-09 17:17:23 -05:00
watchdog.h Further cleanup of comments, partial Doxygen-style 2016-03-25 00:45:56 -07:00