Avatar for bettse

bettse

Member since Jan 2020 • Last active Jul 2021
  • 0 conversations
  • 1 comments

Most recent activity

  • in Puck.js, Pixl.js and MDBT42
    Avatar for bettse

    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
    
Actions