Scott Lahteine
12da2e9288
🎨 Minor HAL cleanup
il y a 2 ans
Scott Lahteine
44eff9a233
♻️ Refactor HAL as singleton (#23357 )
il y a 2 ans
Scott Lahteine
68abaeab19
MarlinUI multi-language support (#20725 )
il y a 3 ans
Scott Lahteine
0988af453c
Optional `M42`/`M226`; Add more features filters (#19664 )
il y a 4 ans
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
il y a 4 ans
ellensp
33d1e77e2e
Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
il y a 4 ans
Scott Lahteine
53fe572bbd
Limited backlash editing with Core kinematics (#17281 )
il y a 4 ans
Scott Lahteine
bfad23d3e2
(c) 2020
il y a 4 ans
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
il y a 5 ans
Scott Lahteine
e5d73f68c8
HAL folder organization (#14763 )
il y a 5 ans
Scott Lahteine
a2ba0aaaac
HAL include and other adjustments (#14525 )
il y a 5 ans
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
il y a 5 ans
Scott Lahteine
0feeef2604
Update copyright in headers
il y a 5 ans
Scott Lahteine
1407afad73
Move SENSITIVE_PINS to its own file
il y a 6 ans
Scott Lahteine
ee53f7d813
Revert header reorg.
il y a 6 ans
Scott Lahteine
0dedb3e139
Reorganize some core headers (#11983 )
il y a 6 ans
Scott Lahteine
f4c625d3a1
Ensure MIN/MAX overrides
il y a 6 ans
Scott Lahteine
4118199ddd
Tweaks to core headers
il y a 6 ans
Chris Pepper
c9aed73987
Fix missed includes from HAL macro patch (#10416 )
il y a 6 ans
Chris Pepper
cc6d41e1d3
Use a macro for HAL header redirection (#10380 )
il y a 6 ans
Scott Lahteine
8f90642eea
LED_CONTROL_MENU config changes
il y a 7 ans
Scott Lahteine
c6b0c104bb
Adapt G26 to work for all meshes
il y a 7 ans
Scott Lahteine
3066655727
Try port*100+pin, fix config dependency
il y a 7 ans
Scott Lahteine
1d4571b88d
Dependency adjustments
il y a 7 ans
Thomas Moore
51fafccc16
[2.0.x] Enable hardware serial ports on LPC1768 (#8004 )
* Enable hardware serial ports on LPC1768
* Fix compilation errors with other HALs
* FIx order of includes in LPC1768 HAL main.cpp
* Add support for RX_BUFFER_SIZE and TX_BUFFER_SIZE options in Configuration_adv.h
il y a 7 ans
Scott Lahteine
60af705e6d
Relocate SPI.h to the HAL folder
il y a 7 ans
Christopher Pepper
bea3ec2724
M355 S0, S1 fixes & faster LCD, SD card
fix Travis error
il y a 7 ans
Dave Johnson
f58ba3a64e
Improve AVR arch detection
Replace ARDUINO_ARCH_AVR with __AVR__ to better detect architecture for non-Arduino dev environments. Resolves compile failure in PIO for 8-bit Teensduino targets
More info:
https://forum.pjrc.com/threads/33234-Using-Teensyduino-Selecting-Teensy-3-2-3-1-board-has-incorrect-platform-define
http://www.atmel.com/webdoc/avrlibcreferencemanual/using_tools_1using_avr_gcc_mach_opt.html
il y a 7 ans
Scott Lahteine
f37ed314e0
Friendly layout for Arduino IDE
il y a 7 ans
Scott Lahteine
34101224c4
Inc updates
il y a 7 ans
Scott Lahteine
5be07b5db2
Move 'inc' files
il y a 7 ans
Christopher Pepper
4b16fa3272
Implement HAL and apply macros across code-base
Implement AVR Platform
il y a 7 ans
Scott Lahteine
c94b6dd3e7
Revert to SanityCheck on every .cpp file
il y a 8 ans
AnHardt
e4942d2163
Switch SD2cadrLib to fastio
Replace all fastDigitalRead/Write() with READ/WRITE()
Define SCK_PIN, MISO_PIN, MOSI_PIN in pins.h if not already defined in the pins_*.h files.
Remove these conditional pin definitions from the pin-files. They are now always defined.
Define separate sets of SPI-pins for AT90USB with and without Teensy support in fastio.h.
Likely this was the main reason for all that confusion about the AT90USB-SPI pins.
il y a 8 ans
Scott Lahteine
fa647cca23
Do the sanity check just once per build
il y a 8 ans
Scott Lahteine
24a1a16e5d
Move versioning to MarlinConfig.h
il y a 8 ans
Scott Lahteine
7e70a0b05d
Move pins / Arduino includes to MarlinConfig.h
il y a 8 ans
Scott Lahteine
83c4653c71
Include boards and macros ahead of configs
il y a 8 ans
Scott Lahteine
8a44928df3
Make Conditionals.h a catch-all for old configs
il y a 8 ans
Scott Lahteine
c6226bb0aa
Unify config in a single include without nested includes
il y a 8 ans
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
il y a 8 ans
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
il y a 8 ans
Richard Wackerbarth
06ae832276
Deprecate Support for Arduino IDE < 1.0.5
Note that newer versions of the IDE can still
be made to support compilation for the older boards.
il y a 9 ans
Scott Lahteine
0ec444720f
Rename blinkm files
il y a 9 ans
Scott Lahteine
a22a228bcc
Rename files to move them in the IDE
il y a 9 ans
Scott Lahteine
f171656f8e
Cleanup of cardreader.*
- Apply standards to cardreader.*
- Fix minor issues with cardreader.cpp
- Apply standards to some other stale regions
il y a 9 ans
fmalpartida
5b3f60ea2e
Corrected LCD only error
If only an LCD is defined and no menu or keyboard defined, there is a
compilation error.
Added conditional compilation.
il y a 11 ans
fmalpartida
b5a964fcc5
Initial SAV MkI (RepRap CloneWars board) integration.
Included support for BT dongle on AT90USB boards.
Added LCD Shift Register LCD control
Included support for RepRap Clone Wars project board (SAV MKI).
il y a 11 ans
Tim Koster
97b0da0c2e
Removed #ifndef BLINKM
il y a 11 ans
Tim Koster
61db046b32
Added #ifdef BLINKM around new code. Also refined BlinkM.h.
il y a 11 ans