xiaoxiang781216 commented on a change in pull request #92: URL: https://github.com/apache/incubator-nuttx-testing/pull/92#discussion_r606657046
########## File path: testlist/other.dat ########## @@ -20,14 +13,16 @@ -Darwin,pic32mz-starterkit:.* -Darwin,sure-pic32mx:.* -Darwin,ubw32:.* +# We do not have a toolchain for avr32 outside of Microchip login wall. +# The work was never upstreamed to GCC. -/risc-v,CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL - +/avr +-avr32dev1:nsh +-avr32dev1:ostest Review comment: let keep the order by moving avr to the header ########## File path: .github/workflows/build.yml ########## @@ -24,7 +24,7 @@ jobs: strategy: matrix: - boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, other, sim] + boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, risc-v, xtensa, other, sim] Review comment: let's keep the order: arm-13, other, risc-v, sim, xtensa -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org