Page 1 of 1

Folder structure with BSP

Posted: Tue Jun 18, 2019 1:15 am
by richard.kang
Hi,

If I have BSP components, should I put them in separate folders or within components folder?

ROOT
ROOT/components
ROOT/components/app1
ROOT/components/app1/component.mk
ROOT/components/esp32-camera
ROOT/components/esp32-camera/component.mk
ROOT/components/BSP/board1-camera
ROOT/components/BSP/board1-camera/component.mk
ROOT/main
ROOT/main/main.cpp
ROOT/main/component.mk

However, Makefile does not include the board1-camera/ folder, thus I am wondering if this is the correct folder structures? Else what is the recommendation for BSP files?

Thanks!
Richard