[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 9eebb1: [chibios] usb serial (
From: |
Fabien-B |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 9eebb1: [chibios] usb serial (#2878) |
Date: |
Thu, 19 May 2022 14:50:32 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 9eebb1747aeae653a94a3626d133ccc1f9872c30
https://github.com/paparazzi/paparazzi/commit/9eebb1747aeae653a94a3626d133ccc1f9872c30
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M conf/modules/logger_sd_chibios.xml
M conf/modules/module.dtd
M conf/modules/shell.xml
M conf/modules/uart.xml
M sw/airborne/arch/chibios/modules/core/microrl/microrlShell.c
M sw/airborne/arch/chibios/modules/core/shell_arch.c
A sw/airborne/arch/chibios/usb_ser_hw.c
M sw/airborne/mcu_periph/usb_serial.h
M sw/airborne/modules/loggers/sdlog_chibios/usbStorage.c
M sw/airborne/modules/loggers/sdlog_chibios/usbStorage.h
Log Message:
-----------
[chibios] usb serial (#2878)
* Add ChibiOS USB Serial.
* do not terminate shell thread on read error.
* build usb serial
* Condition for building usb_ser_hw.c
* match UART buffer size
* include USB serial in uart module.
* Shell dependency on uart.
* Add missing attribute in DTD.
* Add setting to enable USB storage.
* Allows to use USB serial with logger.
* Allow defining USB_RX_BUFFER_SIZE.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 9eebb1: [chibios] usb serial (#2878),
Fabien-B <=