SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.52k stars 491 forks source link

add 'make help' hooks #643

Open phkehl opened 6 years ago

phkehl commented 6 years ago

Projects can define will_help and/or did_help functions, which lets them add additional help text (output of 'make help') before respectively after the standard esp-open-rtos help text.