USB VCP Cli (#237)
* Core: ring buffer. * Api: usb vcp. F3: vcp glue code. * Applications: cli draft version. * Cli: basic working version, includes help and version commands * HAL: vcp on f2 * Makefile: update openocd conf * F3: vcp rx with freertos stream * Cli: help * Cli: standard commands, api-hal-uid * Power: cli poweroff.
This commit is contained in:
@@ -270,6 +270,7 @@ Mcu.Pin12=PA2
|
||||
PD0.GPIOParameters=GPIO_Speed,PinState,GPIO_Label
|
||||
Mcu.Pin10=PA0
|
||||
SH.GPXTI10.ConfNb=1
|
||||
USB_DEVICE.APP_RX_DATA_SIZE=512
|
||||
TIM2.AutoReloadPreload=TIM_AUTORELOAD_PRELOAD_ENABLE
|
||||
PC3.GPIO_Label=PC3
|
||||
PA3.PinState=GPIO_PIN_SET
|
||||
@@ -453,7 +454,7 @@ OSC_IN.GPIOParameters=GPIO_Label
|
||||
PB12.Locked=true
|
||||
ProjectManager.DeletePrevious=true
|
||||
PB10.Locked=true
|
||||
USB_DEVICE.IPParameters=VirtualMode,VirtualModeFS,CLASS_NAME_FS,MANUFACTURER_STRING,PRODUCT_STRING_CDC_FS
|
||||
USB_DEVICE.IPParameters=VirtualMode,VirtualModeFS,CLASS_NAME_FS,MANUFACTURER_STRING,PRODUCT_STRING_CDC_FS,APP_RX_DATA_SIZE,APP_TX_DATA_SIZE
|
||||
TIM16.Channel=TIM_CHANNEL_1
|
||||
RCC.AHB2CLKDivider=RCC_SYSCLK_DIV2
|
||||
RCC.FamilyName=M
|
||||
@@ -528,6 +529,7 @@ PA13.Locked=true
|
||||
RF1.Mode=RF1_Activate
|
||||
PB7.Mode=Asynchronous
|
||||
NVIC.EXTI9_5_IRQn=true\:5\:0\:true\:false\:true\:false\:true\:true
|
||||
USB_DEVICE.APP_TX_DATA_SIZE=512
|
||||
PA14.Signal=SYS_JTCK-SWCLK
|
||||
PB2.GPIO_Label=PB2
|
||||
PC6.GPIOParameters=GPIO_Label
|
||||
|
Reference in New Issue
Block a user