nuttx-apps/.asf.yaml

23 lines
582 B
YAML
Raw Normal View History

github:
description: "Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS"
homepage: https://nuttx.apache.org/
features:
# Enable issues management
issues: true
# Enable project for project management boards
projects: true
labels:
- nuttx
- rtos
- embedded
- real-time
- mcu
- microcontroller
enabled_merge_buttons:
# enable squash button:
squash: true
# enable merge button:
merge: true
# enable rebase button:
rebase: true