mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
Merge pull request #820 from corvus-ossifragus/update-host-example
Update main.c
This commit is contained in:
commit
4cd6ec2530
@ -310,6 +310,10 @@ void print_greeting(void)
|
|||||||
{
|
{
|
||||||
[OPT_OS_NONE] = "None",
|
[OPT_OS_NONE] = "None",
|
||||||
[OPT_OS_FREERTOS] = "FreeRTOS",
|
[OPT_OS_FREERTOS] = "FreeRTOS",
|
||||||
|
[OPT_OS_MYNEWT] = "Mynewt OS",
|
||||||
|
[OPT_OS_CUSTOM] = "Custom OS implemnted by application",
|
||||||
|
[OPT_OS_PICO] = "Raspberry Pi Pico SDK",
|
||||||
|
[OPT_OS_RTTHREAD] = "RT-Thread"
|
||||||
};
|
};
|
||||||
|
|
||||||
printf("--------------------------------------------------------------------\r\n");
|
printf("--------------------------------------------------------------------\r\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user