blob: d59ef2a8620ca0e14efcfb7382a2ca4f0b91e583 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
syscfg.defs:
TINYUSB:
description: Constant value
value: 1
TINYUSB_AUTO_START:
description: >
Start USB stack during sysinit stage USBD_SYSINIT_STAGE.
If not set tinyusb_start() can be called manually by application code
later.
value: 1
TINYUSB_SHELL:
description: >
Enable shell for TinyUSB
value: 0
USBD_TASK_PRIORITY:
description: >
USBD task priority
value: 'OS_TASK_PRI_HIGHEST + 2'
USBD_STACK_SIZE:
description: >
Stack size for usbd task
value: 150
USBD_SYSINIT_STAGE:
description: >
Sysinit stage for USB device functionality.
value: 500
USBD_STD_DESCRIPTORS:
description: >
Include descriptor support. This allows to easily use CDC, MSC, HID device
functionality.
value: 1
USBD_HIGH_SPEED:
description: >
Enable USB high speed if device supports it.
value: 0