Skip to content

Commit

Permalink
Add ethernet interrupts to compile flags
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <[email protected]>
  • Loading branch information
AlexJones0 authored and HU90m committed Jul 31, 2024
1 parent a5d8086 commit 97c0012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile_flags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ riscv32-unknown-unknown
-DCONFIG_THREADS_NUM=3
-DREVOKABLE_MEMORY_START=0x80000000
-DCLANG_TIDY
-DCHERIOT_INTERRUPT_NAMES=Uart1TxWatermark=9,Uart1RxWatermark=10
-DCHERIOT_INTERRUPT_NAMES=Uart1TxWatermark=9,Uart1RxWatermark=10,EthernetReceiveInterrupt=3,EthernetInterrupt=47
-DCHERIOT_EXPOSE_FREERTOS_SEMAPHORE
-DCHERIOT_EXPOSE_FREERTOS_MUTEX
-DCHERIOT_EXPOSE_FREERTOS_RECURSIVE_MUTEX

0 comments on commit 97c0012

Please sign in to comment.