This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
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
..
2017-07-08 21:59:51 -04:00
2017-10-31 11:15:22 -04:00
2018-12-14 09:01:58 -08:00
2018-12-14 09:01:58 -08:00
2018-11-14 07:45:46 -08:00
2018-11-14 07:45:46 -08:00
2018-10-19 00:33:23 -04:00
2018-10-19 00:33:23 -04:00
2017-06-18 21:10:42 +03:00
2016-09-06 23:19:01 -05:00
2018-07-20 23:09:25 -04:00
2018-06-28 22:10:53 -04:00
2016-07-01 10:04:53 -04:00
2016-12-01 00:44:54 +11:00
2018-06-03 17:57:35 -04:00
2016-08-23 04:16:35 +00:00