summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-11-02 21:46:23 +0700
committerhathach <[email protected]>2021-11-02 21:46:23 +0700
commit0e733ae14bf4c165abcd27ccb1408927b72a0047 (patch)
tree2d135011578373e3cf8d62023a3dba12540e2f96 /examples
parent1046786acf0ab35bf41009b985f7627d6b859a48 (diff)
add pi4 to ci build in build_aarch64
Diffstat (limited to 'examples')
-rw-r--r--examples/device/audio_4_channel_mic/src/main.c2
-rw-r--r--examples/device/audio_test/src/main.c2
-rw-r--r--examples/device/cdc_msc_freertos/.skip.MCU_BCM27110
-rw-r--r--examples/device/hid_composite_freertos/.skip.MCU_BCM27110
4 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/audio_4_channel_mic/src/main.c b/examples/device/audio_4_channel_mic/src/main.c
index 983b87e5b..d085dd43a 100644
--- a/examples/device/audio_4_channel_mic/src/main.c
+++ b/examples/device/audio_4_channel_mic/src/main.c
@@ -141,7 +141,7 @@ void tud_resume_cb(void)
void audio_task(void)
{
// Yet to be filled - e.g. put meas data into TX FIFOs etc.
- asm("nop");
+ // asm("nop");
}
//--------------------------------------------------------------------+
diff --git a/examples/device/audio_test/src/main.c b/examples/device/audio_test/src/main.c
index 9a2fdd3a1..ed13ce993 100644
--- a/examples/device/audio_test/src/main.c
+++ b/examples/device/audio_test/src/main.c
@@ -142,7 +142,7 @@ void tud_resume_cb(void)
void audio_task(void)
{
// Yet to be filled - e.g. put meas data into TX FIFOs etc.
- asm("nop");
+ // asm("nop");
}
//--------------------------------------------------------------------+
diff --git a/examples/device/cdc_msc_freertos/.skip.MCU_BCM2711 b/examples/device/cdc_msc_freertos/.skip.MCU_BCM2711
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/examples/device/cdc_msc_freertos/.skip.MCU_BCM2711
diff --git a/examples/device/hid_composite_freertos/.skip.MCU_BCM2711 b/examples/device/hid_composite_freertos/.skip.MCU_BCM2711
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/examples/device/hid_composite_freertos/.skip.MCU_BCM2711