From 645c7da743f7a03d8fcf8157a62fd11b764a58b8 Mon Sep 17 00:00:00 2001 From: SEEKFREE_Kang Date: Wed, 27 Jan 2021 19:23:09 +0800 Subject: [PATCH] =?UTF-8?q?V1.1.9=20=20=20=20=20=E5=B0=86=E4=B8=B2?= =?UTF-8?q?=E5=8F=A3=E7=9A=84=E5=8F=91=E9=80=81buff=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=88=B0128=E5=AD=97=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example/1-ADC_Demo/Libraries/doc/version.txt | 3 ++- Example/1-ADC_Demo/Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- .../Libraries/doc/version.txt | 3 ++- .../Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- Example/11-Systick_Demo/Libraries/doc/version.txt | 3 ++- .../Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- Example/12-Dual_Core_Demo/Libraries/doc/version.txt | 3 ++- .../Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- Example/13-FFT_Demo/Libraries/doc/version.txt | 3 ++- .../13-FFT_Demo/Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- .../Libraries/doc/version.txt | 3 ++- .../Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- .../Libraries/doc/version.txt | 3 ++- .../Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- Example/2-LED_Blink_Demo/Libraries/doc/version.txt | 3 ++- .../Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- Example/3-PIT_Demo/Libraries/doc/version.txt | 3 ++- Example/3-PIT_Demo/Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- Example/4-Encoder_Demo/Libraries/doc/version.txt | 3 ++- .../4-Encoder_Demo/Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- Example/5-UART_Demo/Libraries/doc/version.txt | 3 ++- .../5-UART_Demo/Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- Example/6-Printf_Demo/Libraries/doc/version.txt | 3 ++- .../6-Printf_Demo/Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- Example/7-GPIO_Interrupt_Demo/Libraries/doc/version.txt | 3 ++- .../Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- Example/7-GPIO_Interrupt_Demo/USER/isr.c | 4 ++-- Example/8-EEPROM_Demo/Libraries/doc/version.txt | 3 ++- .../8-EEPROM_Demo/Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- Example/9-PWM_Demo/Libraries/doc/version.txt | 3 ++- Example/9-PWM_Demo/Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- .../Libraries/doc/version.txt | 3 ++- .../Libraries/seekfree_libraries/zf_uart.h | 8 ++++---- 33 files changed, 98 insertions(+), 82 deletions(-) diff --git a/Example/1-ADC_Demo/Libraries/doc/version.txt b/Example/1-ADC_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/1-ADC_Demo/Libraries/doc/version.txt +++ b/Example/1-ADC_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/1-ADC_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/1-ADC_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/1-ADC_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/1-ADC_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/10-Interrupt_Priority_Set_Demo/Libraries/doc/version.txt b/Example/10-Interrupt_Priority_Set_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/10-Interrupt_Priority_Set_Demo/Libraries/doc/version.txt +++ b/Example/10-Interrupt_Priority_Set_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/10-Interrupt_Priority_Set_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/10-Interrupt_Priority_Set_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/10-Interrupt_Priority_Set_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/10-Interrupt_Priority_Set_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/11-Systick_Demo/Libraries/doc/version.txt b/Example/11-Systick_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/11-Systick_Demo/Libraries/doc/version.txt +++ b/Example/11-Systick_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/11-Systick_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/11-Systick_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/11-Systick_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/11-Systick_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/12-Dual_Core_Demo/Libraries/doc/version.txt b/Example/12-Dual_Core_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/12-Dual_Core_Demo/Libraries/doc/version.txt +++ b/Example/12-Dual_Core_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/12-Dual_Core_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/12-Dual_Core_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/12-Dual_Core_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/12-Dual_Core_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/13-FFT_Demo/Libraries/doc/version.txt b/Example/13-FFT_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/13-FFT_Demo/Libraries/doc/version.txt +++ b/Example/13-FFT_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/13-FFT_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/13-FFT_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/13-FFT_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/13-FFT_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/14-Specifies_Variable_Or_Code_Location_Demo/Libraries/doc/version.txt b/Example/14-Specifies_Variable_Or_Code_Location_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/14-Specifies_Variable_Or_Code_Location_Demo/Libraries/doc/version.txt +++ b/Example/14-Specifies_Variable_Or_Code_Location_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/14-Specifies_Variable_Or_Code_Location_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/14-Specifies_Variable_Or_Code_Location_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/14-Specifies_Variable_Or_Code_Location_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/14-Specifies_Variable_Or_Code_Location_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/15-Cpu1_Handles_Interrupts_Demo/Libraries/doc/version.txt b/Example/15-Cpu1_Handles_Interrupts_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/15-Cpu1_Handles_Interrupts_Demo/Libraries/doc/version.txt +++ b/Example/15-Cpu1_Handles_Interrupts_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/15-Cpu1_Handles_Interrupts_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/15-Cpu1_Handles_Interrupts_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/15-Cpu1_Handles_Interrupts_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/15-Cpu1_Handles_Interrupts_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/2-LED_Blink_Demo/Libraries/doc/version.txt b/Example/2-LED_Blink_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/2-LED_Blink_Demo/Libraries/doc/version.txt +++ b/Example/2-LED_Blink_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/2-LED_Blink_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/2-LED_Blink_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/2-LED_Blink_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/2-LED_Blink_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/3-PIT_Demo/Libraries/doc/version.txt b/Example/3-PIT_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/3-PIT_Demo/Libraries/doc/version.txt +++ b/Example/3-PIT_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/3-PIT_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/3-PIT_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/3-PIT_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/3-PIT_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/4-Encoder_Demo/Libraries/doc/version.txt b/Example/4-Encoder_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/4-Encoder_Demo/Libraries/doc/version.txt +++ b/Example/4-Encoder_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/4-Encoder_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/4-Encoder_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/4-Encoder_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/4-Encoder_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/5-UART_Demo/Libraries/doc/version.txt b/Example/5-UART_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/5-UART_Demo/Libraries/doc/version.txt +++ b/Example/5-UART_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/5-UART_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/5-UART_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/5-UART_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/5-UART_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/6-Printf_Demo/Libraries/doc/version.txt b/Example/6-Printf_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/6-Printf_Demo/Libraries/doc/version.txt +++ b/Example/6-Printf_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/6-Printf_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/6-Printf_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/6-Printf_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/6-Printf_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/7-GPIO_Interrupt_Demo/Libraries/doc/version.txt b/Example/7-GPIO_Interrupt_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/7-GPIO_Interrupt_Demo/Libraries/doc/version.txt +++ b/Example/7-GPIO_Interrupt_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/7-GPIO_Interrupt_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/7-GPIO_Interrupt_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/7-GPIO_Interrupt_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/7-GPIO_Interrupt_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/7-GPIO_Interrupt_Demo/USER/isr.c b/Example/7-GPIO_Interrupt_Demo/USER/isr.c index d7c3353..14f48ea 100644 --- a/Example/7-GPIO_Interrupt_Demo/USER/isr.c +++ b/Example/7-GPIO_Interrupt_Demo/USER/isr.c @@ -56,7 +56,7 @@ IFX_INTERRUPT(cc61_pit_ch1_isr, 0, CCU6_1_CH1_ISR_PRIORITY) -IFX_INTERRUPT(eru_ch0_ch4_isr, ERU_CH0_CH4_INT_SERVICE, ERU_CH0_CH4_INT_PRIO) +IFX_INTERRUPT(eru_ch0_ch4_isr, 0, ERU_CH0_CH4_INT_PRIO) { enableInterrupts();//开启中断嵌套 if(GET_GPIO_FLAG(ERU_CH0_REQ4_P10_7))//通道0中断 @@ -72,7 +72,7 @@ IFX_INTERRUPT(eru_ch0_ch4_isr, ERU_CH0_CH4_INT_SERVICE, ERU_CH0_CH4_INT_PRIO) } } -IFX_INTERRUPT(eru_ch1_ch5_isr, ERU_CH1_CH5_INT_SERVICE, ERU_CH1_CH5_INT_PRIO) +IFX_INTERRUPT(eru_ch1_ch5_isr, 0, ERU_CH1_CH5_INT_PRIO) { enableInterrupts();//开启中断嵌套 if(GET_GPIO_FLAG(ERU_CH1_REQ5_P10_8))//通道1中断 diff --git a/Example/8-EEPROM_Demo/Libraries/doc/version.txt b/Example/8-EEPROM_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/8-EEPROM_Demo/Libraries/doc/version.txt +++ b/Example/8-EEPROM_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/8-EEPROM_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/8-EEPROM_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/8-EEPROM_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/8-EEPROM_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Example/9-PWM_Demo/Libraries/doc/version.txt b/Example/9-PWM_Demo/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Example/9-PWM_Demo/Libraries/doc/version.txt +++ b/Example/9-PWM_Demo/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Example/9-PWM_Demo/Libraries/seekfree_libraries/zf_uart.h b/Example/9-PWM_Demo/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Example/9-PWM_Demo/Libraries/seekfree_libraries/zf_uart.h +++ b/Example/9-PWM_Demo/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16 diff --git a/Seekfree_TC264_Opensource_Library/Libraries/doc/version.txt b/Seekfree_TC264_Opensource_Library/Libraries/doc/version.txt index f7f283b..ab79909 100644 --- a/Seekfree_TC264_Opensource_Library/Libraries/doc/version.txt +++ b/Seekfree_TC264_Opensource_Library/Libraries/doc/version.txt @@ -1,4 +1,5 @@ - +V1.1.9 + 将串口的发送buff增加到128字节 V1.1.8 将isr_config.h中 INT_SERVICE设置改为使用枚举值进行设置 diff --git a/Seekfree_TC264_Opensource_Library/Libraries/seekfree_libraries/zf_uart.h b/Seekfree_TC264_Opensource_Library/Libraries/seekfree_libraries/zf_uart.h index 5d3f8f9..aca7c6b 100644 --- a/Seekfree_TC264_Opensource_Library/Libraries/seekfree_libraries/zf_uart.h +++ b/Seekfree_TC264_Opensource_Library/Libraries/seekfree_libraries/zf_uart.h @@ -26,16 +26,16 @@ -#define UART0_TX_BUFFER_SIZE 16 //定义串口0发送缓冲区大小 +#define UART0_TX_BUFFER_SIZE 128//定义串口0发送缓冲区大小 #define UART0_RX_BUFFER_SIZE 16 //定义串口0接收缓冲区大小 -#define UART1_TX_BUFFER_SIZE 16 +#define UART1_TX_BUFFER_SIZE 128 #define UART1_RX_BUFFER_SIZE 16 -#define UART2_TX_BUFFER_SIZE 16 +#define UART2_TX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 16 -#define UART3_TX_BUFFER_SIZE 16 +#define UART3_TX_BUFFER_SIZE 128 #define UART3_RX_BUFFER_SIZE 16