Scott Lahteine
b14c933171
LPC1768 EEPROM fallback to flash, add overrides ( #17184 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
a89f4703df
Tweak permissions
5 years ago
Chris Pepper
b9116d4050
LPC176x Framework update ( #15722 )
Changes required for compatibility with framework-arduino-lpc176x 0.2.0
5 years ago
Scott Lahteine
fdef32ce77
Shorten Website URLs
6 years ago
Scott Lahteine
0cc524b84f
Prevent BOARD_NAME conflict with env
6 years ago
Scott Lahteine
a26b57a36d
Minor pins cleanup
6 years ago
Scott Lahteine
7de605c5c3
Move pins files to subfolders #14573
6 years ago
Scott Lahteine
cb60001784
Clean up BOARD_NAME in pins
6 years ago
Scott Lahteine
b6546ea33a
Add include guards to some headers
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
49cf92dc36
Extended condition macros ( #13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6 years ago
Thomas Moore
9f5e4e5ad8
Update LPC1769 Pins Files ( #13183 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
95d3f3953a
DEFAULT_WEBSITE_URL => BOARD_WEBSITE_URL
6 years ago
Scott Lahteine
664e20754d
Clean up pins files
6 years ago
Scott Lahteine
9c8f083d6c
Extend pins errors to include the processor
6 years ago
teemuatlut
c447d75916
Add support for TMC2660 ( #11998 )
7 years ago
Michael Triffon
f8c52c9c29
Azteeg X5 Mini WiFi support ( #11601 )
7 years ago
Scott Lahteine
7ba5afff01
Allow FAN_PIN override, pins cleanup ( #10956 )
7 years ago
Alexey Shvetsov
ad58b626a3
Fix pin mappings for Viki2 on Azteeg X5 GT ( #10487 )
7 years ago
Scott Lahteine
b6747c742a
Cleanup AZTEEG_X5_GT pins for VIKI
What should the SD detect and SDSS pins be? Followup soon on #8138
7 years ago
Scott Lahteine
436e5b7ea3
Apply spacing in pins files
7 years ago
Scott Lahteine
5f8b2c2ff0
More descriptive environment error message
7 years ago
Bob-the-Kuhn
a28ccabe2a
M42 P1.20 fix
7 years ago
Scott Lahteine
14ebedca27
Drop unused LARGE_FLASH option
7 years ago
Alexey Shvetsov
577659cacf
Basic support for Azteeg_X5_GT ( #8139 )
* Basic support for Azteeg_X5_GT
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* Add fan pins for AZTEEG X5 GT
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* Fix endstop pins
* Add servo0 pin
8 years ago