stm32flash: move to "Microcontroller programming" submenu

Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
This commit is contained in:
Alberto Bursi 2016-11-02 21:30:30 +01:00 committed by GitHub
parent b8e6501c10
commit 6013b58f41
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/stm32flash
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=Microcontroller programming
URL:=http://code.google.com/p/stm32flash/
TITLE:=Firmware flash tool for STM32's serial bootloader
endef