I would like to contribute my board definitions and drivers to the RIOT repository.
However, there is one issue I have.
As these boards are directly connected to mains voltage, and when developing/programming also expose this to probing fingers, they might be dangerous to work with.
Furthermore incorrectly connecting these boards to program them while connected to the mains voltage, might destroy USB-ports or more.
How then should I add these boards/drivers in a safe/responsible manner?
Possible solutions that I have thought of are:
Just adding a warning to the documentation of the board.
Add a warning to the makefile with a line that needs to be removed to compile at all?
Ignoring the problem
Not adding this to RIOT
I would like your opinion on what I should do, better solutions are more than welcome.
Iād guess you can power the esp via the programmer and without connecting the circuit to mains.
A large warning in the documentation should be sufficient.