소스 검색

enable ci build for RX65X host example

update comment for unit not ready 3a-00 additional sense
hathach 4 년 전
부모
커밋
3b66bbf6d5
3개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 0
      examples/device/cdc_msc/src/msc_disk.c
  2. 2 1
      examples/host/cdc_msc_hid/only.txt
  3. 2 1
      examples/host/hid_controller/only.txt

+ 1 - 0
examples/device/cdc_msc/src/msc_disk.c

@@ -142,6 +142,7 @@ bool tud_msc_test_unit_ready_cb(uint8_t lun)
 
 
   // RAM disk is ready until ejected
   // RAM disk is ready until ejected
   if (ejected) {
   if (ejected) {
+    // Additional Sense 3A-00 is NOT_FOUND
     tud_msc_set_sense(lun, SCSI_SENSE_NOT_READY, 0x3a, 0x00);
     tud_msc_set_sense(lun, SCSI_SENSE_NOT_READY, 0x3a, 0x00);
     return false;
     return false;
   }
   }

+ 2 - 1
examples/host/cdc_msc_hid/only.txt

@@ -5,4 +5,5 @@ mcu:LPC40XX
 mcu:LPC43XX
 mcu:LPC43XX
 mcu:MIMXRT10XX
 mcu:MIMXRT10XX
 mcu:RP2040
 mcu:RP2040
-mcu:MSP432E4
+mcu:MSP432E4
+mcu:RX65X

+ 2 - 1
examples/host/hid_controller/only.txt

@@ -5,4 +5,5 @@ mcu:LPC40XX
 mcu:LPC43XX
 mcu:LPC43XX
 mcu:MIMXRT10XX
 mcu:MIMXRT10XX
 mcu:RP2040
 mcu:RP2040
-mcu:MSP432E4
+mcu:MSP432E4
+mcu:RX65X