Hi Denis, On 06/20/2018 06:59 PM, Denis Kotov wrote: > Recently I have observed RIOT OS documentation but I could not easily found > how to make support of custom board (when i created my own board) for RIOT > OS.
I usually create a branch in my RIOT clone for the new board, then copy & modify the board folder of the board that is most similar. Eg., when adding a stm32f401 based board, I'd copy boards/nucleo-f401re to boards/my_f401_board, then make all changes necessary. Kaspar _______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
