jlab-sensing/ENTS-node-firmware

Remote development on esp32

Aberta

#109 aberto em 3 de jul. de 2024

 (1 comentário) (0 reação) (0 responsável)C (7 forks)auto 404
enhancementesp32help wanted

Métricas do repositório

Stars
 (3 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Describe the Enhancement Implement the same CI and remote development features for the esp32 project that was implemented for the stm32 described in #59

Benefits

  • Allow for development without hardware
  • CI Testing that eliminates need for user tests on PRs

Possible Drawbacks

  • Security implications
  • Might break and cause false positives on other issues

Additional Context The esp32 uploads over the serial terminal rather than using a debugging interface such as SWD or JTAG. Unsure on how to monitor and reset the board at the same time. Possibly some udev rules need to be written to prevent arbitrary naming of devices.

Guia do colaborador