Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix 2.0.x #14

Merged
merged 583 commits into from
Dec 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
583 commits
Select commit Hold shift + click to select a range
c5713b5
Clean Endstops::event_handler
thinkyhead Oct 29, 2019
55c3929
Group AVRx4 boards together
thinkyhead Oct 29, 2019
583fc4e
Move abortSDPrinting with others
thinkyhead Oct 29, 2019
aaf018e
Language changes
thinkyhead Oct 29, 2019
d5c1c72
Tweak CW/CCW bitmaps
thinkyhead Oct 29, 2019
61225e6
Abort SD followup
thinkyhead Oct 29, 2019
7d24f15
Fix a typo breaking the build (#15726)
LinFor Oct 30, 2019
c80eda0
M119 => report_states
thinkyhead Oct 30, 2019
35b1149
Patch es int tests for Arduino 1.8.10
thinkyhead Oct 30, 2019
899e0fc
[cron] Bump distribution date
thinkyhead Oct 31, 2019
e3ddf6e
Fix meshCount signed-ness
thinkyhead Oct 31, 2019
4e6e02b
Include pause.h for M701-702
thinkyhead Oct 31, 2019
c6f694a
Power Loss Recovery for volumetric extrusion (#15734)
The-Force Oct 31, 2019
7c60853
Fix blocking delay in Photo G-code M240 (#15728)
RaulLazaro Oct 31, 2019
e7d9db2
Followup to M240 patch
thinkyhead Oct 31, 2019
288af0d
Whitespace
thinkyhead Nov 1, 2019
ad28da7
Patch ABL G29 loop
thinkyhead Nov 1, 2019
f0d952d
Cortex M3-M7 can use DWT->CYCCNT (#15762)
thinkyhead Nov 2, 2019
93db4f4
Tweak backtrace.cpp include
thinkyhead Nov 2, 2019
a5df89e
Add HAL_IWDG_MODULE_ENABLED to generic F4/F7
thinkyhead Nov 2, 2019
a7d7f36
[cron] Bump distribution date
thinkyhead Nov 2, 2019
23d21dd
Tweak lambdas
thinkyhead Nov 2, 2019
ca6d00b
Save some string flash
thinkyhead Nov 2, 2019
ed8f1ca
Revert Cortex delay for now
thinkyhead Nov 2, 2019
a920b10
Fix true/false redefined warnings
thinkyhead Nov 2, 2019
65ef774
Fix mega Port J endstop interrupts (#15758)
GMagician Nov 2, 2019
bdb452e
Fix missing % on DOGM Status Screen (#15748)
robbycandra Nov 2, 2019
7360e93
Minor DOGM status screen fix (#15746)
robbycandra Nov 2, 2019
76b861d
Fix kill screen with null string (#15747)
ManuelMcLure Nov 2, 2019
ea3217c
Move 'draw' methods into Menu Item classes (#15760)
thinkyhead Nov 2, 2019
15f94e5
Add NUL_STR global
thinkyhead Nov 2, 2019
b9116d4
LPC176x Framework update (#15722)
p3p Nov 3, 2019
5599196
Patch extra axis MS pins for debugging
thinkyhead Nov 4, 2019
328ddda
Clean up whitespace
thinkyhead Nov 4, 2019
1fe0646
Use modified SoftwareSerialM which works with SKR Pro (#15796)
sjasonsmith Nov 4, 2019
35cd545
Use prior endstop pin-to-interrupt macros (#15771)
GMagician Nov 4, 2019
d80ef43
Followup to es int patch
thinkyhead Nov 4, 2019
51fd226
Unconfuse intellisense
thinkyhead Nov 4, 2019
e9805a0
Go to previous menu on object cancel
thinkyhead Nov 4, 2019
cf87d3c
More compatible uint8_t for Experimental i2c Bus buffer (#15788)
aleknest Nov 4, 2019
f088c6a
Add MKS_GEN_L_V2 controller support (#15793)
ellensp Nov 4, 2019
f5b5b9e
Bring filament menu up to speed
thinkyhead Nov 5, 2019
4ee3502
Fix "confused intellisense" (#15817)
shitcreek Nov 6, 2019
41b5d72
Fix filament Change heading on LCD (#15783)
rmoravcik Nov 6, 2019
a89f470
Tweak permissions
thinkyhead Nov 6, 2019
e6dfc99
Patch tabs, heater led tests
thinkyhead Nov 6, 2019
786617e
Fix RAMPS + VIKI i2c (#15811)
chepo92 Nov 6, 2019
d13573c
STM32F1: restore latest ststm32 version (#15776)
tpruvot Nov 6, 2019
d9b0b96
Fix TMC2208 HW Serial constructor (#15782)
teemuatlut Nov 6, 2019
814a2ea
Allow TMC baud rate override (#15773)
sjasonsmith Nov 6, 2019
9201197
Fix SKR E3 board BLTOUCH + SPEAKER timer conflict (#15781)
sustmi Nov 6, 2019
a84e3d1
Use native ADC resolution where possible (#15719)
LinFor Nov 6, 2019
711703d
[cron] Bump distribution date
thinkyhead Nov 7, 2019
84ce3a6
LCD corner screen handler lambda
thinkyhead Nov 7, 2019
0be9fdb
Move single-use to lambdas
thinkyhead Nov 7, 2019
47805e1
Makefile catch-up (#15823)
thisiskeithb Nov 7, 2019
bb5b1e1
Function-style stepper macros
thinkyhead Nov 7, 2019
4db68d7
Update Display Throttling (#15837)
AnHardt Nov 8, 2019
ed6bbe0
Fix incomplete 'Homing XYZ' screen draw (#15830)
shitcreek Nov 8, 2019
8d157a4
Fix MKS MINI12864 on SKR 1.3 (#15836)
marvin-sinister Nov 8, 2019
249f600
[cron] Bump distribution date
thinkyhead Nov 8, 2019
8061836
Fix Lulzbot tag 30: "Heaters Off"
thinkyhead Nov 8, 2019
776632c
Add and apply REPEAT macro (#15829)
thinkyhead Nov 9, 2019
b3f81ee
Fix/improve TURBO_BACK_MENU_ITEM (#15856)
sjasonsmith Nov 10, 2019
9ca2511
Whitespace cleanup
thinkyhead Nov 10, 2019
4ff708c
STM32 PIO: Override default LD Script using LINKFLAGS build scope (#1…
ivankravets Nov 10, 2019
6e0bcb8
Tweak mega tests
thinkyhead Nov 10, 2019
7010f92
Board-based LCD delays
thinkyhead Nov 10, 2019
b9d3518
Update SKR mini E3 1.2 Filament Runout pin (#15843)
mhcerri Nov 10, 2019
37874a6
Fix E0_SERIAL_RX_PIN typo (#15841)
Jademalo Nov 10, 2019
534f2d6
[cron] Bump distribution date
thinkyhead Nov 10, 2019
7b29c60
Fix compile with chamber enabled (#15862)
ellensp Nov 10, 2019
624336f
Fix up Megatronics 3.2 test
thinkyhead Nov 10, 2019
770adcf
Raise Z before homing X/Y on unknown Z (#15859)
sjasonsmith Nov 10, 2019
48b7a1e
Allow non-zero "fan off" PWM value (#15709)
LinFor Nov 10, 2019
86d0bc1
Update lpc176x framework version requirement (#15868)
p3p Nov 10, 2019
28e1614
Add Sensorless Homing current (#15690)
danym21 Nov 11, 2019
5639b8c
Touch UI fixes for Cocoa Press (#15847)
marcio-cp Nov 11, 2019
5e5045c
Touch UI finishing touches
thinkyhead Nov 10, 2019
b9703fd
Ensure TMC + LIN_ADVANCE pulse length (#15807)
ManuelMcLure Nov 11, 2019
af61f37
Update lpc176x requirements (#15869)
p3p Nov 11, 2019
4762dfe
Fix lpc u8g i2c (#15876)
p3p Nov 12, 2019
ac71cdc
New HardwareTimer for STM32 5.7.0 (#15655)
LinoBarreca Nov 13, 2019
e110f5a
M73 R : Set Remaining Time (#15549)
rmoravcik Nov 13, 2019
bb93ea1
[SAMD51] Activate ADCs oversampled 12bits (#15874)
GMagician Nov 13, 2019
3202890
Use max feedrate for joystick motion (#15870)
vector76 Nov 13, 2019
8e7d100
Update LPC176x platform version
p3p Nov 13, 2019
9fd35c8
SoftwareSerialM for SKR STM32F1 boards (#15875)
sjasonsmith Nov 13, 2019
7e9c846
Modify comment for unlimited E steppers
thinkyhead Nov 13, 2019
a4709ba
Store unscaled PID values in EEPROM (#15884)
thinkyhead Nov 13, 2019
fcfde7c
Only assign CS/RX/TX on extra axes with SPI/UART (#15886)
robbycandra Nov 13, 2019
602ca5d
No USE_M73_REMAINING_TIME without LCD_SET_PROGRESS_MANUALLY
thinkyhead Nov 13, 2019
3f4636e
"nozzle_to_probe_offset" is obsolete
thinkyhead Nov 13, 2019
227951a
Tweak platformio.ini alignment
thinkyhead Nov 13, 2019
a022def
[cron] Bump distribution date
thinkyhead Nov 14, 2019
94e18ce
STM32F1: Remove extra py imports (#15898)
tpruvot Nov 14, 2019
ac2d7ab
Fix timers.h include
thinkyhead Nov 14, 2019
bd321d4
Don't compile STM32 SoftwareSerial unless STM32 (#15894)
LinoBarreca Nov 14, 2019
d1d1437
SKR-PRO: Fix FAN0 PWM speed with Heater2 (#15889)
LinoBarreca Nov 14, 2019
27cb4db
Reduced string storage using tokens (#15593)
thinkyhead Nov 15, 2019
aa93e1f
Update TMC_ADV examples
thinkyhead Nov 15, 2019
0f57818
Support 512K "RCT6" in BTT SKR Mini (#15890)
thisiskeithb Nov 15, 2019
f19fa64
Eliminate multiple settings to extruder_duplication_enabled in G28
Roxy-3D Nov 15, 2019
d33ca3d
Only TMCStepper 0.5.x is certified
thinkyhead Nov 15, 2019
40bbe58
Use lcd_uint_t in lcd_put_u8str_ind_P (#15909)
robbycandra Nov 16, 2019
2bd6dc0
[cron] Bump distribution date
thinkyhead Nov 17, 2019
865055e
[cron] Bump distribution date
thinkyhead Nov 18, 2019
e9bd6ef
TMCStepper 0.6.x is now Marlin-compatible (#15950)
swilkens Nov 20, 2019
4d9a5fe
Update Vietnamese language (#15940)
shitcreek Nov 20, 2019
4d4e692
Match onMeshUpdate() index sign (#15920)
InsanityAutomation Nov 20, 2019
814d908
Ender-2 LCD on BTT SKR E3 (#15924)
TheAssassin Nov 20, 2019
aa89bb7
Fix MMU2 compile error (#15923)
GMagician Nov 20, 2019
2dab109
Update Anycubic Kossel config (#15935)
sjasonsmith Nov 20, 2019
7116a86
G34 logic / typo fix (#15938)
Evgeny-SPB Nov 20, 2019
9906e96
Allow UBL G29 J1 with PAUSE_BEFORE_DEPLOY_STOW (#15934)
sjasonsmith Nov 20, 2019
31e329f
Update Italian language (#15925)
GMagician Nov 20, 2019
798f34a
Float XY probe offset followup (probe edge) (#15928)
InsanityAutomation Nov 20, 2019
a3229b3
Add Zonestar/Anet LCD for SKR mini E3 (#15931)
danandrei96 Nov 20, 2019
967f951
SKR Mini E3 1.0/1.2 configs (#15941)
thisiskeithb Nov 20, 2019
e81b946
Better singlenozzle stored fan speed menus (#15921)
InsanityAutomation Nov 20, 2019
ab9f0f2
Followup to meshCount patch
thinkyhead Nov 20, 2019
ab8b24f
Power Loss Recovery with a UPS (#15943)
bigtreetech Nov 20, 2019
5681017
Update Slovak language (#15953)
rmoravcik Nov 20, 2019
47e4e5f
Update thermocouple comments
thinkyhead Nov 21, 2019
4cffee3
Drop obsolete setting
thinkyhead Nov 21, 2019
751cd1f
MAX31865 temperature sensor (#15930)
bob808 Nov 21, 2019
4ede13e
Fix G29 for updated meshCount type (#15960)
sjasonsmith Nov 21, 2019
b904ba0
Improve Delta probing / calibration (#15887)
sjasonsmith Nov 21, 2019
20964ca
Bring configs up to date
thinkyhead Nov 21, 2019
bdd366b
Update sensor -5 label
thinkyhead Nov 21, 2019
b2a2758
Support RET6 in BTT SKR Mini (#15957)
sl1pkn07 Nov 21, 2019
8f09d2e
Add STM32F103RE_bigtree to Auto Build
thinkyhead Nov 22, 2019
48e264e
Update platformio.ini (env:LPC176x) (#15971)
p3p Nov 23, 2019
0fcd1f4
Fix HAS_CLASSIC_E_JERK and related issues (#15968)
DenisSemenov1970 Nov 23, 2019
4a5dee6
(SKR 1.3) Assign DIAG pins for homing dir (#15972)
pfillion42 Nov 23, 2019
47c19aa
Clean up probe accessors
thinkyhead Nov 23, 2019
441e822
LULZBOT_TOUCH_UI => TOUCH_UI_FTDI_EVE
thinkyhead Nov 23, 2019
b11551c
Touch UI updates for Cocoa Press (#15986)
thinkyhead Nov 24, 2019
c497a49
Fix a PID_EXTRUSION_SCALING menu item (#15988)
sjasonsmith Nov 24, 2019
2142beb
Fix UI compile error in UBL (#15981)
InsanityAutomation Nov 24, 2019
55595d4
Use LCD_WIDTH for indexed string (#15979)
robbycandra Nov 25, 2019
1d150e4
Reduce MMU2 code, add test
thinkyhead Nov 26, 2019
d0282e5
Allow slop in position_is_reachable for delta (#16003)
sjasonsmith Nov 26, 2019
fc9f8d2
Fix Progress / Remaining display on DOGM (#16005)
robbycandra Nov 26, 2019
43d0391
Fix Touch UI message strings (#16004)
marciot Nov 26, 2019
c1aac3a
Fix delta_mm.e with zero extruders (#15996)
p3p Nov 26, 2019
e7519c5
Include MAX31865 library (#15969)
bob808 Nov 26, 2019
8ccfdac
Add M220 B/R with PRUSA_MMU2 (#15739)
lukasmatena Nov 26, 2019
ff6518c
Add PID_FAN_SCALING option (#15585)
Haschtl Nov 26, 2019
993802c
Fix Ender 2 display SCK, BTN_ENC pins (#15997)
brenca Nov 26, 2019
049e8d5
Add VAKE / VAKE403D support (#15631)
madmattco Nov 26, 2019
f786cc5
Revert default BTT STM32F103 environment (#16006)
thisiskeithb Nov 26, 2019
1cea168
Renkforce RF100 (V1), V2, XL, and XL Plus (#15695)
dok-net Nov 26, 2019
cf1e19d
Fysetc S6 support (#15850)
GerogeFu Nov 26, 2019
a5a143f
Include host_actions.h in G34 (#16014)
timeburn Nov 26, 2019
12417d0
E2 pins for GT 2560 v3 (#16016)
Vertabreak Nov 26, 2019
077eeaa
Fix mixing extruder feedrate (#15905)
thinkyhead Nov 27, 2019
0550f30
Renkforce configuration updates (#16017)
dok-net Nov 27, 2019
98f83dc
Add comments to G29
thinkyhead Nov 26, 2019
289c5dc
Fix boot screen sanity check
thinkyhead Nov 27, 2019
e0df35e
Enable Filament Change on BTT SKR E3 boards (#16023)
thisiskeithb Nov 27, 2019
ce9a4af
Better ST7920 timings for FYSETC S6 (#16022)
sjasonsmith Nov 27, 2019
752a1e7
Float ABL mesh boundaries, no probe position rounding (#16018)
sjasonsmith Nov 27, 2019
5a98c83
Use MAX6675 SPI pins for MAX31865 over SPI pins (#16024)
bob808 Nov 27, 2019
0f14e0e
[cron] Bump distribution date
thinkyhead Nov 29, 2019
0f2ee41
Update thermistornames.h (#16027)
bob808 Nov 29, 2019
3a88cfd
Simplify platformio.ini with 'extends' (#16035)
bjoernwedi Nov 29, 2019
a63491e
Sanity check ADC pins and FAST_PWM_FAN with Servos (#16038)
p3p Nov 29, 2019
441ee3e
Add 'M114 E' to get E position (M114_DETAIL) (#16026)
bigtreetech Nov 29, 2019
74e5199
A20, A10T, A20T example configs (#16019)
Vertabreak Nov 29, 2019
1803f67
Pins for GTM32 board variants (#16020)
Vertabreak Nov 29, 2019
e585c37
Fix #16038
p3p Nov 29, 2019
2d74c20
Clean up whitespace, GTM32 pins
thinkyhead Nov 30, 2019
4d8e7cd
Update SKR mini configs
thinkyhead Nov 30, 2019
f83bc0a
Optimize common strings
thinkyhead Nov 29, 2019
8431af2
Add -fmerge-all-constants flag
thinkyhead Nov 30, 2019
0138c0b
[cron] Bump distribution date
thinkyhead Nov 30, 2019
6b4166e
Add Modix Big 60 configs (#16049)
InsanityAutomation Nov 30, 2019
1ee648e
Followup to "optimize common strings"
thinkyhead Nov 30, 2019
27943f9
Multiple axis TMC OTPW step down (#16044)
thinkyhead Nov 30, 2019
690ed53
Configurable PSU power-on delay (#16050)
Drachenkaetzchen Nov 30, 2019
b24b0f3
Add ExtUI Flow Rate method (#16048)
InsanityAutomation Nov 30, 2019
83a4e85
Followup to "optimize common strings"
thinkyhead Nov 30, 2019
19f840a
BTT SKR 1.3 pins for Anet Full Graphics LCD (#16047)
hammerhead2k2 Nov 30, 2019
b258cc8
Mostly Printed SCARA (MPSCARA) support (#15573)
gouache Nov 30, 2019
6c2438d
Fix PSU_POWERUP_DELAY compile error (#16064)
Drachenkaetzchen Dec 1, 2019
efc3873
Reorder F103RE environments (#16054)
sl1pkn07 Dec 1, 2019
4718b8a
Add _P variants to debug_out
thinkyhead Dec 1, 2019
102c959
Restore STM32F103RE environment
thinkyhead Dec 1, 2019
709d037
Fysetc S6 PWM pins descriptions, fix servo timer (#16057)
Drachenkaetzchen Dec 1, 2019
9b6d2da
Fix debug out macros
thinkyhead Dec 1, 2019
25a7cea
Fix missing step_current_down semicolons
thinkyhead Dec 1, 2019
c061656
Use PSU powerup delay for all powerups (#16065)
ManuelMcLure Dec 1, 2019
7126a5e
Add Host Prompt Notification Method (#15942)
InsanityAutomation Dec 1, 2019
849ac80
Fix megaatmega2560 test (#16069)
p3p Dec 2, 2019
3dc49fd
Split up hotend / bed drawing
thinkyhead Dec 2, 2019
bdd0517
Tweak test labels
thinkyhead Dec 2, 2019
01e4b0c
Add Laser / Spindle bitmap for LCD (#16068)
shitcreek Dec 2, 2019
3874f4a
Geeetech A30 / GTM32 support (#16071)
Vertabreak Dec 2, 2019
9114a14
Fix commas in EEPROM code
thinkyhead Dec 2, 2019
cb78170
More serial macro cleanup
thinkyhead Dec 2, 2019
530e92e
Geeetech: Add E180, clean up A30 (#16072)
Vertabreak Dec 2, 2019
b2c670f
[cron] Bump distribution date
thinkyhead Dec 2, 2019
6134bff
Expand environments in platformio.ini
thinkyhead Dec 3, 2019
0369929
Geeetech A10D & PI3A PRO configs (#16074)
Vertabreak Dec 3, 2019
4549843
Rename platform, part 1
thinkyhead Dec 3, 2019
54f75eb
Rename platform, part 2
thinkyhead Dec 3, 2019
cb4cd76
Fix TMC_SW_MOSI for BTT_SKR_MINI_V1.1 (#16081)
ellensp Dec 3, 2019
0832a60
EXP3D Imprimante Multifonction (#16079)
Vertabreak Dec 3, 2019
afd865d
Melzi has a 1284 (#16090)
thisiskeithb Dec 4, 2019
68da497
Remove debug_out.h '#pragma once' (again) (#16098)
ManuelMcLure Dec 4, 2019
f646499
[cron] Bump distribution date
thinkyhead Dec 4, 2019
7f8ca85
STM32F1 Flash-based EEPROM fixes (#16118)
randellhodges Dec 6, 2019
37df0c1
Disable PRINTCOUNTER in SKR Mini E3 examples (#16110)
sjasonsmith Dec 6, 2019
b65ab21
Fix compile error with disabled PIDTEMP (#16108)
anttix Dec 6, 2019
a087a65
Wanhao D6 uses TINYBOY2 (#16117)
thisiskeithb Dec 6, 2019
ab61c09
Improve touch buttons behavior (#16109)
tpruvot Dec 6, 2019
f3155af
Update AZSMZ LCD link (#16106)
shitcreek Dec 6, 2019
bb5717c
[cron] Bump distribution date
thinkyhead Dec 7, 2019
39fcb5b
Update 3DFabXYZ settings (#16139)
AJMartel Dec 8, 2019
07a6105
[cron] Bump distribution date
thinkyhead Dec 10, 2019
1465fc0
Fix controller and SD on Robin Nano (#16187)
anttix Dec 11, 2019
1bcd47e
Correct MKS Robin Mini pins (#16178)
AndersSahlman Dec 11, 2019
1c4f672
Formalize DAC percent strings (#16176)
0r31 Dec 11, 2019
5dfa152
Update Italian language (#16147)
GMagician Dec 11, 2019
5ebef42
Update french (objects, retract...)
tpruvot Dec 8, 2019
0d52eaa
Superscript 3 for mm3
thinkyhead Dec 11, 2019
1c48817
[cron] Bump distribution date
thinkyhead Dec 11, 2019
31fdaea
Add MKS Robin Pro, MKS Robin Lite3 (#16163)
MS1987 Dec 11, 2019
96cf556
Fix multiple servos with STM32 (#16151)
MangaValk Dec 11, 2019
c2342c3
Use error message !! hints (#16145)
AndKe Dec 11, 2019
23d1801
Update BTT comments for USB/SD Composite (#16130)
tpruvot Dec 11, 2019
98814e1
MKS 12864 OLED pins for SGEN-L (#16188)
thisiskeithb Dec 11, 2019
50688f0
Invert E dir of Geeetech A10 (#16149)
tobiasschuerg Dec 11, 2019
edc671e
Disable SD_CHECK_AND_RETRY in BTT E3 configs (#16143)
thisiskeithb Dec 11, 2019
ae35045
Add a CI test for RAMBo + CNC (#16126)
jeffeb3 Dec 11, 2019
b065a60
Onboard (always-on) pullups support (#16144)
ManuelMcLure Dec 12, 2019
7b51274
Tweak ExtUI Probeless Babystepping (#16177)
InsanityAutomation Dec 12, 2019
e45c4d6
Fix RAMBo CNC test
thinkyhead Dec 12, 2019
6b53431
Flsun QQ-S example config (#16204)
AndersSahlman Dec 12, 2019
3d4aa01
Add MKS Robin Mini EEPROM defines (#16203)
AndersSahlman Dec 12, 2019
2a7f109
Fix compile error (macro substitution typo) (#16194)
randellhodges Dec 12, 2019
629c039
Update M503 MBL G29 report (#16199)
dseven Dec 12, 2019
98382fc
Include Z in SCARA steps feedrate (#16193)
boelle Dec 12, 2019
f3d64b7
Cardreader read/write open methods
thinkyhead Dec 13, 2019
303ddb8
Tweak some config names
thinkyhead Dec 13, 2019
1ea78cd
Improve A20M config
thinkyhead Dec 13, 2019
6a514a1
Move status screen defines
thinkyhead Oct 9, 2019
e9dadac
Fix bad #ifdef (#16227)
shitcreek Dec 15, 2019
509e1ab
TOUCH_MI_DEPLOY_XPOS fallback to X_MIN_POS (#16226)
shitcreek Dec 15, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
274 changes: 0 additions & 274 deletions .circleci/config.yml

This file was deleted.

41 changes: 23 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,47 @@ env:
- TEST_PLATFORM="DUE"
- TEST_PLATFORM="esp32"
- TEST_PLATFORM="linux_native"
- TEST_PLATFORM="LPC1768"
- TEST_PLATFORM="LPC1769"
- TEST_PLATFORM="megaatmega2560"
- TEST_PLATFORM="SAMD51_grandcentral_m4"
- TEST_PLATFORM="STM32F103R"
- TEST_PLATFORM="teensy31"
- TEST_PLATFORM="teensy35"

# Extended AVR Environments
- TEST_PLATFORM="fysetc_f6_13"
- TEST_PLATFORM="FYSETC_F6_13"
- TEST_PLATFORM="megaatmega1280"
- TEST_PLATFORM="rambo"
- TEST_PLATFORM="sanguino_atmega1284p"
- TEST_PLATFORM="sanguino_atmega644p"

# Extended STM32 Environments
- TEST_PLATFORM="ARMED"
- TEST_PLATFORM="BIGTREE_BTT002"
- TEST_PLATFORM="BIGTREE_SKR_PRO"
- TEST_PLATFORM="STM32F103R_bigtree"
- TEST_PLATFORM="STM32F103RC_bigtree"
- TEST_PLATFORM="STM32F103RC_bigtree_USB"
- TEST_PLATFORM="STM32F103RE_bigtree"
- TEST_PLATFORM="STM32F103RE_bigtree_USB"
- TEST_PLATFORM="STM32F103RC_fysetc"
- TEST_PLATFORM="jgaurora_a5s_a1"
- TEST_PLATFORM="STM32F103V_longer"
- TEST_PLATFORM="STM32F103VE_longer"
- TEST_PLATFORM="STM32F407VE_black"
- TEST_PLATFORM="BIGTREE_SKR_PRO"
- TEST_PLATFORM="mks_robin"
- TEST_PLATFORM="ARMED"

# STM32 with non-STM framework. both broken for now. they should use HAL_STM32 which is working.
#- TEST_PLATFORM="STM32F4"
#- TEST_PLATFORM="STM32F7"

# Put lengthy tests last
- TEST_PLATFORM="LPC1768"
- TEST_PLATFORM="LPC1769"

# Non-working environment tests
#- TEST_PLATFORM="BIGTREE_BTT002" this board isn't released yet. we need pinout to be sure about what we do
#- TEST_PLATFORM="at90usb1286_cdc"
#- TEST_PLATFORM="at90usb1286_dfu"
#- TEST_PLATFORM="malyanm200"
#- TEST_PLATFORM="mks_robin"
#- TEST_PLATFORM="STM32F103CB_malyan"
#- TEST_PLATFORM="mks_robin_lite"
#- TEST_PLATFORM="mks_robin_mini"
#- TEST_PLATFORM="mks_robin_nano"
#- TEST_PLATFORM="STM32F103R_bigtree"
#- TEST_PLATFORM="STM32F103R_fysetc"
#- TEST_PLATFORM="STM32F4"
#- TEST_PLATFORM="STM32F7"
#- TEST_PLATFORM="SAMD51_grandcentral_m4"

before_install:
#
Expand All @@ -72,8 +77,8 @@ before_script:
- cd ${TRAVIS_BUILD_DIR}
#
# Generate custom version include
- generate_version ${TRAVIS_BUILD_DIR}/Marlin/src/inc
- cat ${TRAVIS_BUILD_DIR}/Marlin/src/inc/_Version.h
- generate_version ${TRAVIS_BUILD_DIR}/Marlin/
- cat ${TRAVIS_BUILD_DIR}/Marlin/Version.h
#
script:
- run_tests ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
Loading