• I recently was working on a project for the puckjs using platformio and zephyr. These zephyr configs helped me:

    # Puckjs
    CONFIG_GPIO_AS_PINRESET=n
    CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
    CONFIG_STDOUT_CONSOLE=n
    CONFIG_SERIAL=n
    
    # Debugging
    CONFIG_NO_OPTIMIZATIONS=y
    
About

Avatar for bettse @bettse started