You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* add temporary compile test shell script
* Extended support of SKIP_VERSION to make invariant compile results during testing.
* build_keyboard.mk, tmk_core/rules.mk: add LIB_SRC, QUANTUM_LIB_SRC support
Support compiled object enclosed in library.
e.g.
```
LIB_SRC += xxxx.c
xxxx.c --> xxxx.o ---> xxxx.a
```
* remove 'ifdef/ifndef USE_I2C' from quantum/split_common/{i2c|serial}.c
* add SKIP_DEBUG_INFO into tmk_core/rules.mk
When SKIP_DEBUG_INFO=yes is specified, do not use the -g option at compile time.
* tmk_core/rules.mk: Library object need -fno-lto
* add SKIP_DEBUG_INFO=yes
* remove temporary compile test shell script
* add '#define SOFT_SERIAL_PIN D0' to keyboards/lets_split/rev?/config.h
* quantum/split_common/serial.c: Changed not to use USE_I2C.
|
7 years ago | |
|---|---|---|
| .. | ||
| arm_atsam | 7 years ago | |
| avr | 7 years ago | |
| chibios | 7 years ago | |
| mbed | 9 years ago | |
| test | 9 years ago | |
| action.c | 7 years ago | |
| action.h | 7 years ago | |
| action_code.h | 8 years ago | |
| action_layer.c | 7 years ago | |
| action_layer.h | 7 years ago | |
| action_macro.c | 8 years ago | |
| action_macro.h | 9 years ago | |
| action_tapping.c | 8 years ago | |
| action_tapping.h | 8 years ago | |
| action_util.c | 8 years ago | |
| action_util.h | 9 years ago | |
| backlight.c | 7 years ago | |
| backlight.h | 7 years ago | |
| bootloader.h | ||
| bootmagic.c | 8 years ago | |
| bootmagic.h | 8 years ago | |
| command.c | 7 years ago | |
| command.h | 7 years ago | |
| debug.c | ||
| debug.h | ||
| eeconfig.c | 7 years ago | |
| eeconfig.h | 7 years ago | |
| eeprom.h | 9 years ago | |
| host.c | 7 years ago | |
| host.h | 9 years ago | |
| host_driver.h | 8 years ago | |
| keyboard.c | 7 years ago | |
| keyboard.h | 7 years ago | |
| keycode.h | 7 years ago | |
| led.h | 8 years ago | |
| magic.c | 8 years ago | |
| magic.h | ||
| matrix.h | 7 years ago | |
| mousekey.c | 8 years ago | |
| mousekey.h | 9 years ago | |
| nodebug.h | ||
| print.c | ||
| print.h | 7 years ago | |
| progmem.h | 8 years ago | |
| raw_hid.h | 9 years ago | |
| report.c | 7 years ago | |
| report.h | 7 years ago | |
| sendchar.h | ||
| sendchar_null.c | ||
| sendchar_uart.c | ||
| sleep_led.h | ||
| suspend.h | 8 years ago | |
| timer.h | ||
| uart.c | ||
| uart.h | ||
| util.c | ||
| util.h | ||
| virtser.h | 9 years ago | |
| wait.h | 8 years ago | |