Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
4581957d93
Clean up some pins
5 years ago
Scott Lahteine
0cc524b84f
Prevent BOARD_NAME conflict with env
5 years ago
Scott Lahteine
b2b7c583eb
Pins cleanup
5 years ago
Scott Lahteine
179095c387
Pins cleanup
5 years ago
Scott Lahteine
7de605c5c3
Move pins files to subfolders #14573
5 years ago
Scott Lahteine
5519054f50
Improve BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE ( #13740 )
5 years ago
Scott Lahteine
cb60001784
Clean up BOARD_NAME in pins
5 years ago
Scott Lahteine
b6546ea33a
Add include guards to some headers
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Scott Lahteine
7e16835c83
Use LCD conditionals in pins files ( #14428 )
5 years ago
Scott Lahteine
9b5f9dda0e
Update analog pins labels
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
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
9c8f083d6c
Extend pins errors to include the processor
6 years ago
Scott Lahteine
7ba5afff01
Allow FAN_PIN override, pins cleanup ( #10956 )
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
Scott Lahteine
12c5fdfdb5
Fix CYCLES_PER_MICROSECOND conflict on STM32F1
7 years ago
Scott Lahteine
da7c51d820
Space out some pins lines
7 years ago
Scott Lahteine
14ebedca27
Drop unused LARGE_FLASH option
7 years ago
victorpv
e9acb63290
STM32F1 HAL
Adding files for STM32F1 HAL based on libmaple/stm32duino core.
Current persistent_store uses cardreader changes to be sent in separate
commit, but could be changed to use i2c eeprom.
7 years ago