Jay Blackman

Results 156 comments of Jay Blackman

> @atomgomba: > > Something line this may work: > > ``` > static const uint16_t build_options[] = { > #ifdef USE_SERIALRX_FPORT > BUILD_OPTION_SERIALRX_FPORT, > #endif > #ifdef ... >...

Defines are fine. Please note I have added the keys (which includes the grouping - using 4 high order bits, allowing for up to 15 groups, and 4095 total options)...

``` // Radio Protocols #DEFINE BUILD_OPTION_SERIALRX_CRSF 4097 #DEFINE BUILD_OPTION_SERIALRX_FPORT 4098 #DEFINE BUILD_OPTION_SERIALRX_GHST 4099 #DEFINE BUILD_OPTION_SERIALRX_IBUS 4100 #DEFINE BUILD_OPTION_SERIALRX_JETIEXBUS 4101 #DEFINE BUILD_OPTION_RX_PPM 4102 #DEFINE BUILD_OPTION_SERIALRX_SBUS 4103 #DEFINE BUILD_OPTION_SERIALRX_SPEKTRUM 4104 #DEFINE BUILD_OPTION_SERIALRX_SRXL2...

AUTOMERGE: (FAIL) - github identifies PR as mergeable -> FAIL - assigned to a milestone -> PASS - cooling off period lapsed -> PASS - commit count less or equal...

AUTOMERGE: (FAIL) - github identifies PR as mergeable -> FAIL - assigned to a milestone -> PASS - cooling off period lapsed -> PASS - commit count less or equal...

AUTOMERGE: (FAIL) - github identifies PR as mergeable -> FAIL - assigned to a milestone -> PASS - cooling off period lapsed -> PASS - commit count less or equal...

AUTOMERGE: (FAIL) - github identifies PR as mergeable -> FAIL - assigned to a milestone -> PASS - cooling off period lapsed -> PASS - commit count less or equal...

AUTOMERGE: (FAIL) - github identifies PR as mergeable -> FAIL - assigned to a milestone -> PASS - cooling off period lapsed -> PASS - commit count less or equal...

We can simplify the SPI driver also to something similar to how the i2c has been done. i.e. as per the instance, but configuring the pins using the newer IO...