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
3 changes: 0 additions & 3 deletions ports/cortex_r4/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ typedef LONG SLONG;
#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096
#endif

#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT
#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8
#endif

#ifndef UX_USE_IO_INSTRUCTIONS

Expand Down
4 changes: 0 additions & 4 deletions ports/cortex_r4/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ typedef LONG SLONG;
#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096
#endif

#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT
#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8
#endif

#ifndef UX_USE_IO_INSTRUCTIONS

/* Don't use IO instructions if this define is not set. Default to memory mapped. */
Expand Down
4 changes: 0 additions & 4 deletions ports/cortex_r5/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ typedef LONG SLONG;
#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096
#endif

#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT
#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8
#endif

#ifndef UX_USE_IO_INSTRUCTIONS

/* Don't use IO instructions if this define is not set. Default to memory mapped. */
Expand Down
4 changes: 0 additions & 4 deletions ports/cortex_r5/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ typedef LONG SLONG;
#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096
#endif

#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT
#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8
#endif

#ifndef UX_USE_IO_INSTRUCTIONS

/* Don't use IO instructions if this define is not set. Default to memory mapped. */
Expand Down
4 changes: 0 additions & 4 deletions ports/linux/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ typedef LONG SLONG;
#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096
#endif

#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT
#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8
#endif

#ifndef UX_USE_IO_INSTRUCTIONS

/* Don't use IO instructions if this define is not set. Default to memory mapped. */
Expand Down