Scott Lahteine
7de605c5c3
Move pins files to subfolders #14573
6 years ago
Scott Lahteine
44c8f29e47
More board name cleanup
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
7e16835c83
Use LCD conditionals in pins files ( #14428 )
6 years ago
Andy Shaw
064177154c
Update SD card connection / sharing options ( #14325 )
6 years ago
InsanityAutomation
07afe69cee
Fix some bad AZTEEG_X5_MINI pins ( #14011 )
6 years ago
jmdearras
5f49b65c1f
Move LPC SD options to configs, add MKS_MINI_DISPLAY to SKR boards ( #13712 )
6 years ago
klcjr89
a8edd4f6d4
Fix Azteeg X5 MINI BOARD_NAME ( #13632 )
Co-Authored-By: klcjr89 <klcjr89@users.noreply.github.com>
6 years ago
InsanityAutomation
ba31d39f6d
Azteeg X5 Mini support ( #13425 )
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
Scott Lahteine
fa11427ec6
Remove obsolete LCD_CONTRAST
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
7 years ago
Scott Lahteine
5580773191
Use FastIO, sanity-check LPC SD options, apply formatting ( #12231 )
7 years ago
Scott Lahteine
b381cad399
Clean up trailing whitespace
7 years ago
Michael Triffon
eded90bf87
Updated Azteeg X5 Mini Wifi pins for onboard SD ( #12133 )
7 years ago
Michael Triffon
f8c52c9c29
Azteeg X5 Mini WiFi support ( #11601 )
7 years ago