ulfalizer / Kconfiglib

A flexible Python 2/3 Kconfig implementation and library
ISC License
448 stars 160 forks source link

Cannot support bracket in config symbol name #138

Open tcsunhao opened 4 months ago

tcsunhao commented 4 months ago

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 line".