jlab-sensing/ENTS-node-firmware

Remote development on esp32

開放

#109 建立於 2024年7月3日

 (1 則留言) (0 個反應) (0 位負責人)C (7 個分叉)auto 404
enhancementesp32help wanted

倉庫指標

星標
 (3 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南