We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd69be commit 47d4811Copy full SHA for 47d4811
modules/hal_rpi_pico/pico/config_autogen.h
@@ -29,8 +29,12 @@
29
/* Convert uses of asm, which is not supported in c99, to __asm */
30
#define asm __asm
31
32
-/* Disable binary info */
+/* Configure binary info */
33
+#ifndef CONFIG_RPI_PICO_BINARY_INFO
34
#define PICO_NO_BINARY_INFO 1
35
+#else
36
+#define PICO_NO_BINARY_INFO 0
37
+#endif
38
39
#ifdef CONFIG_DT_HAS_RASPBERRYPI_PICO_XOSC_ENABLED
40
#include <zephyr/devicetree.h>
0 commit comments