diff options
| author | Sebastian Paarz <[email protected]> | 2026-01-09 16:34:05 +0100 |
|---|---|---|
| committer | Sebastian Paarz <[email protected]> | 2026-01-09 16:34:05 +0100 |
| commit | 6308d4b5b9095c07570faad66ebbf23a4b4e7c58 (patch) | |
| tree | 66a470038484ed1f33b35ebcd2146946379a880d | |
| parent | 52ebed5099a6a99030980424860b49d0d2f7e144 (diff) | |
Updated settings to HW capabilities
| -rw-r--r-- | ports/rxv1/gnu/inc/ux_port.h | 12 | ||||
| -rw-r--r-- | ports/rxv2/gnu/inc/ux_port.h | 12 | ||||
| -rw-r--r-- | ports/rxv3/gnu/inc/ux_port.h | 10 |
3 files changed, 11 insertions, 23 deletions
diff --git a/ports/rxv1/gnu/inc/ux_port.h b/ports/rxv1/gnu/inc/ux_port.h index c810032..32fb28f 100644 --- a/ports/rxv1/gnu/inc/ux_port.h +++ b/ports/rxv1/gnu/inc/ux_port.h @@ -119,7 +119,7 @@ typedef uint64_t ULONG64; /* For X86 systems, the define #define UX_USE_IO_INSTRUCTIONS should be used. */ -/* Define additionaRXgeneric USBX types. */ +/* Define additional generic USBX types. */ #ifndef SLONG_DEFINED typedef LONG SLONG; @@ -150,11 +150,11 @@ typedef LONG SLONG; #endif #ifndef UX_MAX_ED -#define UX_MAX_ED 80 +#define UX_MAX_ED 16 #endif #ifndef UX_MAX_TD -#define UX_MAX_TD 32 +#define UX_MAX_TD 20 #endif #ifndef UX_MAX_ISO_TD @@ -211,7 +211,7 @@ typedef LONG SLONG; #ifndef UX_SLAVE_REQUEST_DATA_MAX_LENGTH -#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 2048 +#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 1024 #endif #ifndef UX_USE_IO_INSTRUCTIONS @@ -238,10 +238,6 @@ VOID outpw(ULONG,USHORT); VOID outpl(ULONG,ULONG); #endif -/* Define local delay function for board specific bsps. */ -#ifdef TI_AM335 - #define UX_BSP_SPECIFIC_DELAY_FUNCTION -#endif /* Define interrupt lockout constructs to protect the memory allocation/release which could happen diff --git a/ports/rxv2/gnu/inc/ux_port.h b/ports/rxv2/gnu/inc/ux_port.h index 935d1f0..8f171a4 100644 --- a/ports/rxv2/gnu/inc/ux_port.h +++ b/ports/rxv2/gnu/inc/ux_port.h @@ -119,7 +119,7 @@ typedef uint64_t ULONG64; /* For X86 systems, the define #define UX_USE_IO_INSTRUCTIONS should be used. */ -/* Define additionaRXgeneric USBX types. */ +/* Define additional generic USBX types. */ #ifndef SLONG_DEFINED typedef LONG SLONG; @@ -150,11 +150,11 @@ typedef LONG SLONG; #endif #ifndef UX_MAX_ED -#define UX_MAX_ED 80 +#define UX_MAX_ED 16 #endif #ifndef UX_MAX_TD -#define UX_MAX_TD 32 +#define UX_MAX_TD 20 #endif #ifndef UX_MAX_ISO_TD @@ -211,7 +211,7 @@ typedef LONG SLONG; #ifndef UX_SLAVE_REQUEST_DATA_MAX_LENGTH -#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 2048 +#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 1024 #endif #ifndef UX_USE_IO_INSTRUCTIONS @@ -238,10 +238,6 @@ VOID outpw(ULONG,USHORT); VOID outpl(ULONG,ULONG); #endif -/* Define local delay function for board specific bsps. */ -#ifdef TI_AM335 - #define UX_BSP_SPECIFIC_DELAY_FUNCTION -#endif /* Define interrupt lockout constructs to protect the memory allocation/release which could happen diff --git a/ports/rxv3/gnu/inc/ux_port.h b/ports/rxv3/gnu/inc/ux_port.h index b0c2207..1c8d0bd 100644 --- a/ports/rxv3/gnu/inc/ux_port.h +++ b/ports/rxv3/gnu/inc/ux_port.h @@ -150,11 +150,11 @@ typedef LONG SLONG; #endif #ifndef UX_MAX_ED -#define UX_MAX_ED 80 +#define UX_MAX_ED 16 #endif #ifndef UX_MAX_TD -#define UX_MAX_TD 32 +#define UX_MAX_TD 20 #endif #ifndef UX_MAX_ISO_TD @@ -211,7 +211,7 @@ typedef LONG SLONG; #ifndef UX_SLAVE_REQUEST_DATA_MAX_LENGTH -#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 2048 +#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 1024 #endif #ifndef UX_USE_IO_INSTRUCTIONS @@ -238,10 +238,6 @@ VOID outpw(ULONG,USHORT); VOID outpl(ULONG,ULONG); #endif -/* Define local delay function for board specific bsps. */ -#ifdef TI_AM335 - #define UX_BSP_SPECIFIC_DELAY_FUNCTION -#endif /* Define interrupt lockout constructs to protect the memory allocation/release which could happen |
