Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,17 @@ typedef struct
void *empty;
} cyhal_spi_t;


#include "whd_debug.h"

#if defined(WPRINT_ENABLE_WHD_ERROR) || defined(WPRINT_ENABLE_WHD_INFO) || defined(WPRINT_ENABLE_WHD_DEBUG)
/** \} group_hal_hw_types_data_structures */
#define PRINTF(...) do { \
(void) printf(__VA_ARGS__); \
} while (0)

#else
#define PRINTF(...)
#endif

#include "whd_config.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extern "C"
#define WPRINT_ENABLE_WHD_DEBUG

#define WHD_ENABLE_STATS
/*#define WHD_LOGGING_BUFFER_ENABLE*/
#define WHD_LOGGING_BUFFER_ENABLE

#if defined (__GNUC__)
#define WHD_TRIGGER_BREAKPOINT( ) do { __asm__ ("bkpt"); } while (0)
Expand Down
1 change: 0 additions & 1 deletion variants/PORTENTA_H7_M7/cflags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
-fdata-sections
-ffunction-sections
-fmessage-length=0
-fno-exceptions
-fomit-frame-pointer
-funsigned-char
-g
Expand Down
1 change: 0 additions & 1 deletion variants/PORTENTA_H7_M7/cxxflags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
-fdata-sections
-ffunction-sections
-fmessage-length=0
-fno-exceptions
-fomit-frame-pointer
-funsigned-char
-g
Expand Down
2 changes: 1 addition & 1 deletion variants/PORTENTA_H7_M7/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
-DFEATURE_LWIP=1
-D__FPU_PRESENT=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1593769507.0922682
-DMBED_BUILD_TIMESTAMP=1594723597.151386
-D__MBED_CMSIS_RTOS_CM
-DMBED_HEAP_STATS_ENABLED=1
-DMBED_MEM_TRACING_ENABLED=1
Expand Down
Binary file modified variants/PORTENTA_H7_M7/libs/libmbed.a
Binary file not shown.