Scott Lahteine
a9f7e855d8
Reformat pins files
5 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
5 years ago
randellhodges
5f7a75979f
LPC176x SPI / I2C PersistentStore (#17651 )
5 years ago
Scott Lahteine
2c325c2a7d
Format some pins files
5 years ago
Scott Lahteine
b14c933171
LPC1768 EEPROM fallback to flash, add overrides (#17184 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
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
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
6 years ago
Scott Lahteine
5580773191
Use FastIO, sanity-check LPC SD options, apply formatting (#12231 )
6 years ago
Scott Lahteine
b381cad399
Clean up trailing whitespace
6 years ago
Michael Triffon
eded90bf87
Updated Azteeg X5 Mini Wifi pins for onboard SD (#12133 )
6 years ago
Michael Triffon
f8c52c9c29
Azteeg X5 Mini WiFi support (#11601 )
7 years ago