[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 2ee64a: [USB Serial] Cleanup s
From: |
Fabien-B |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 2ee64a: [USB Serial] Cleanup serial USB configuration. |
Date: |
Wed, 15 Feb 2023 07:52:02 -0800 |
Branch: refs/heads/usb_add_serial
Home: https://github.com/paparazzi/paparazzi
Commit: 2ee64ac33e52f31256788e3f565c5d46ce5da2af
https://github.com/paparazzi/paparazzi/commit/2ee64ac33e52f31256788e3f565c5d46ce5da2af
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M sw/airborne/arch/chibios/usb_ser_hw.c
Log Message:
-----------
[USB Serial] Cleanup serial USB configuration.
Commit: 53e1c642c60fa7c053fadfce9906cd0f81114ff1
https://github.com/paparazzi/paparazzi/commit/53e1c642c60fa7c053fadfce9906cd0f81114ff1
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M sw/airborne/arch/chibios/usb_ser_hw.c
M sw/airborne/mcu_periph/usb_serial.h
Log Message:
-----------
[USB Serial] Add 2nd serial.
Commit: d7770ee68332c01663ab86b7370dfd8c1950fc38
https://github.com/paparazzi/paparazzi/commit/d7770ee68332c01663ab86b7370dfd8c1950fc38
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M conf/system/udev/rules/50-paparazzi.rules
Log Message:
-----------
[USB Serial] Add udev symlinks.
Commit: 102284b2ba1e0a18341127b6ac718bfe28359e89
https://github.com/paparazzi/paparazzi/commit/102284b2ba1e0a18341127b6ac718bfe28359e89
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M conf/system/udev/rules/50-paparazzi.rules
Log Message:
-----------
udev rules, use "-" instead of "_".
Commit: 53a92adaf06fe5618bf82a5be4357e8eec2a89ff
https://github.com/paparazzi/paparazzi/commit/53a92adaf06fe5618bf82a5be4357e8eec2a89ff
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M sw/airborne/arch/chibios/usb_ser_hw.c
Log Message:
-----------
Fix deref
Commit: feaf80a2b0e4cbe63d4cc50cfdf254212b117130
https://github.com/paparazzi/paparazzi/commit/feaf80a2b0e4cbe63d4cc50cfdf254212b117130
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M sw/airborne/modules/loggers/sdlog_chibios/usb_msd.c
Log Message:
-----------
[ChibiOS Mass storage] Change USB stop sequence.
(Seems to works better this way)
Commit: 45b12f7dcfc21f168978fdf67a72147d29ff077b
https://github.com/paparazzi/paparazzi/commit/45b12f7dcfc21f168978fdf67a72147d29ff077b
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M sw/airborne/arch/chibios/usb_ser_hw.c
Log Message:
-----------
[USB Serial] Fix thread blocked when port is not opened.
Commit: a9f2ebf742d2b2a8f4b52e14f64abe9f61d3dda1
https://github.com/paparazzi/paparazzi/commit/a9f2ebf742d2b2a8f4b52e14f64abe9f61d3dda1
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M sw/airborne/arch/chibios/usb_ser_hw.c
M sw/airborne/mcu_periph/usb_serial.h
Log Message:
-----------
[USB Serial] Adapt number of CDC to the number of endpoints.
STM32F7: 2 serial
STM32F4: 1 serial
Commit: 80190efd97d20936cd0c574817b0854b4511b8b8
https://github.com/paparazzi/paparazzi/commit/80190efd97d20936cd0c574817b0854b4511b8b8
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M sw/airborne/modules/loggers/sdlog_chibios/usbStorage.c
Log Message:
-----------
Enable USB storage only if USB is plugged
Commit: 99c450cff905df9d37b5362b527e101daf770e5f
https://github.com/paparazzi/paparazzi/commit/99c450cff905df9d37b5362b527e101daf770e5f
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M sw/airborne/arch/chibios/halconf.h
M sw/airborne/arch/chibios/mcu_arch.h
M sw/airborne/arch/chibios/usb_ser_hw.c
M sw/airborne/boards/lia/chibios/v1.1/mcuconf.h
M sw/airborne/boards/lisa_mx/chibios/v2.1/mcuconf.h
M sw/airborne/boards/lisa_mxs/chibios/v1.0/mcuconf.h
M sw/airborne/mcu.c
M sw/airborne/mcu_periph/usb_serial.h
M sw/airborne/modules/datalink/extra_pprz_dl.h
M sw/airborne/modules/datalink/gec_dl.h
M sw/airborne/modules/datalink/mavlink.h
M sw/airborne/modules/datalink/pprz_dl.h
Log Message:
-----------
Allow use of usb_serial_debug even if usb_serial is not used.
Commit: d5b009658d3470569f55d606d641e3b4e46826a6
https://github.com/paparazzi/paparazzi/commit/d5b009658d3470569f55d606d641e3b4e46826a6
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M conf/modules/usb_serial_stm32_example1.xml
Log Message:
-----------
Fix stm32 usb example build issue.
Commit: d2a035a196911f3abd6d10466df5e01ec898a2e0
https://github.com/paparazzi/paparazzi/commit/d2a035a196911f3abd6d10466df5e01ec898a2e0
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M conf/modules/telemetry_transparent.xml
Log Message:
-----------
Update telemetry_transparent description.
Commit: 94921427fdc5771dcff16191ead306766759256f
https://github.com/paparazzi/paparazzi/commit/94921427fdc5771dcff16191ead306766759256f
Author: Fabien-B <fabien.bonneval@gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M conf/modules/telemetry_transparent_usb.xml
Log Message:
-----------
Mark telemetry_transparent_usb as deprecated.
Compare:
https://github.com/paparazzi/paparazzi/compare/1e005ed487b4...94921427fdc5
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 2ee64a: [USB Serial] Cleanup serial USB configuration.,
Fabien-B <=