Skip to content

Commit 3b66bbf

Browse files
committed
enable ci build for RX65X host example
update comment for unit not ready 3a-00 additional sense
1 parent e40547a commit 3b66bbf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

examples/device/cdc_msc/src/msc_disk.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ bool tud_msc_test_unit_ready_cb(uint8_t lun)
142142

143143
// RAM disk is ready until ejected
144144
if (ejected) {
145+
// Additional Sense 3A-00 is NOT_FOUND
145146
tud_msc_set_sense(lun, SCSI_SENSE_NOT_READY, 0x3a, 0x00);
146147
return false;
147148
}

examples/host/cdc_msc_hid/only.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ mcu:LPC40XX
55
mcu:LPC43XX
66
mcu:MIMXRT10XX
77
mcu:RP2040
8-
mcu:MSP432E4
8+
mcu:MSP432E4
9+
mcu:RX65X

examples/host/hid_controller/only.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ mcu:LPC40XX
55
mcu:LPC43XX
66
mcu:MIMXRT10XX
77
mcu:RP2040
8-
mcu:MSP432E4
8+
mcu:MSP432E4
9+
mcu:RX65X

0 commit comments

Comments
 (0)