qmk-firmware/quantum/split_common
Takeshi ISHII 8f790948e5 Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)
* 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.
2018-12-14 21:31:56 -08:00
..
eeprom-lefthand.eep Lets split eh (#3120) 2018-07-16 22:25:02 -04:00
eeprom-righthand.eep Lets split eh (#3120) 2018-07-16 22:25:02 -04:00
i2c.c Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522) 2018-12-14 21:31:56 -08:00
i2c.h Fix for the Split Common I2C code's SCL_CLOCK issue (#3474) 2018-07-25 08:26:10 -07:00
matrix.c Move disable JTAG code from `keyboard_init` to `keyboard_setup` 2018-11-02 14:31:29 -07:00
serial.c Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522) 2018-12-14 21:31:56 -08:00
serial.h Make quantum/split_common/serial.[ch] configurable (#4419) 2018-12-14 11:00:10 -08:00
serial_backward_compatibility.h Make quantum/split_common/serial.[ch] configurable (#4419) 2018-12-14 11:00:10 -08:00
split_flags.c Lets split eh (#3120) 2018-07-16 22:25:02 -04:00
split_flags.h Lets split eh (#3120) 2018-07-16 22:25:02 -04:00
split_util.c Remove old declaration 2018-11-02 14:31:29 -07:00
split_util.h Make quantum/split_common/serial.[ch] configurable (#4419) 2018-12-14 11:00:10 -08:00