core/group/comm.script
changeset 77 60f47003f4b1
parent 58 b33ec37addee
equal deleted inserted replaced
74:4349d4d62266 77:60f47003f4b1
    29 variant opp-mid-size && export ARGS "--console vt100busdevcons --console-title pdd=euart1,ldd=ecomm,rate=115200,port=4"
    29 variant opp-mid-size && export ARGS "--console vt100busdevcons --console-title pdd=euart1,ldd=ecomm,rate=115200,port=4"
    30 
    30 
    31 # QEMU simulator - assumes you're using 2nd emulated serial port for fshell, ie with options similar to "-serial file:rdebug.txt -serial COMx"
    31 # QEMU simulator - assumes you're using 2nd emulated serial port for fshell, ie with options similar to "-serial file:rdebug.txt -serial COMx"
    32 variant qemu && export ARGS "--console vt100busdevcons --console-title pdd=eserial,ldd=ecomm,rate=115200,port=1"
    32 variant qemu && export ARGS "--console vt100busdevcons --console-title pdd=eserial,ldd=ecomm,rate=115200,port=1"
    33 
    33 
       
    34 # Bridge - terminal keyboard is broken for some reason, but USB now works
       
    35 variant -u 0x85001100 && export ARGS "--console vt100usbcons --console-title port=ACM::1,personality=1"
       
    36 
    34 # Add new variants here
    37 # Add new variants here
    35 
    38 
    36 
    39 
    37 # Only try terminal keyboard if there hasn't been a better match for the hardware (and tracecore is supported)
    40 # Only try terminal keyboard if there hasn't been a better match for the hardware (and tracecore is supported)
    38 # Therefore, this rule should stay near the bottom of the file
    41 # Therefore, this rule should stay near the bottom of the file