Kconfiglib icon indicating copy to clipboard operation
Kconfiglib copied to clipboard

A flexible Python 2/3 Kconfig implementation and library

Results 41 Kconfiglib issues
Sort by recently updated
recently updated
newest added

There is no way to add lines like ``` config configASSERT(x) string "configASSERT" default "if(( x) == 0) {taskDISABLE_INTERRUPTS(); for (;;);}" ``` It tells you "extra tokens at end of...