Enhanced kernel size report, it is required for another optimizations round.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1686 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
e99b06592a
commit
b013914f64
|
@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.5.2
|
PROJECT_NUMBER = 1.5.3
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|
|
@ -1,156 +1,270 @@
|
||||||
Platform : PowerPC
|
Platform : PowerPC
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1
|
Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1
|
||||||
Options : -O2
|
Options : -O2 -DCH_OPTIMIZE_SPEED=TRUE
|
||||||
Kernel Size = 11052
|
Kernel Size = 11052
|
||||||
|
|
||||||
|
Platform : PowerPC
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1
|
||||||
|
Options : -O2 -DCH_OPTIMIZE_SPEED=FALSE
|
||||||
|
Kernel Size = 10648
|
||||||
|
|
||||||
Platform : PowerPC
|
Platform : PowerPC
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1
|
Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1
|
||||||
Options : -O2
|
Options : -O2
|
||||||
Kernel Size = 2532
|
Kernel Size = 2304
|
||||||
|
|
||||||
Platform : PowerPC
|
Platform : PowerPC
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1
|
Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1
|
||||||
Options : -Os
|
Options : -Os -DCH_OPTIMIZE_SPEED=TRUE
|
||||||
Kernel Size = 9704
|
Kernel Size = 9704
|
||||||
|
|
||||||
|
Platform : PowerPC
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1
|
||||||
|
Options : -Os -DCH_OPTIMIZE_SPEED=FALSE
|
||||||
|
Kernel Size = 9236
|
||||||
|
|
||||||
Platform : PowerPC
|
Platform : PowerPC
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1
|
Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1
|
||||||
Options : -Os
|
Options : -Os
|
||||||
Kernel Size = 2508
|
Kernel Size = 2328
|
||||||
|
|
||||||
Platform : ARM Cortex-M3
|
Platform : ARM Cortex-M3
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -O2 -mthumb
|
Options : -O2 -mthumb -DCH_OPTIMIZE_SPEED=TRUE
|
||||||
Kernel Size = 5428
|
Kernel Size = 5428
|
||||||
|
|
||||||
|
Platform : ARM Cortex-M3
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -O2 -mthumb -DCH_OPTIMIZE_SPEED=FALSE
|
||||||
|
Kernel Size = 4960
|
||||||
|
|
||||||
Platform : ARM Cortex-M3
|
Platform : ARM Cortex-M3
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -O2 -mthumb
|
Options : -O2 -mthumb
|
||||||
Kernel Size = 1468
|
Kernel Size = 1412
|
||||||
|
|
||||||
Platform : ARM Cortex-M3
|
Platform : ARM Cortex-M3
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os -mthumb
|
Options : -Os -mthumb -DCH_OPTIMIZE_SPEED=TRUE
|
||||||
Kernel Size = 5224
|
Kernel Size = 5224
|
||||||
|
|
||||||
|
Platform : ARM Cortex-M3
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -Os -mthumb -DCH_OPTIMIZE_SPEED=FALSE
|
||||||
|
Kernel Size = 4800
|
||||||
|
|
||||||
Platform : ARM Cortex-M3
|
Platform : ARM Cortex-M3
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os -mthumb
|
Options : -Os -mthumb
|
||||||
Kernel Size = 1416
|
Kernel Size = 1372
|
||||||
|
|
||||||
Platform : ARM Cortex-M3
|
Platform : ARM Cortex-M3
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=TRUE
|
||||||
Kernel Size = 5028
|
Kernel Size = 5028
|
||||||
|
|
||||||
|
Platform : ARM Cortex-M3
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=FALSE
|
||||||
|
Kernel Size = 4620
|
||||||
|
|
||||||
Platform : ARM Cortex-M3
|
Platform : ARM Cortex-M3
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
||||||
Kernel Size = 1368
|
Kernel Size = 1332
|
||||||
|
|
||||||
Platform : ARM7TDMI (ARM mode)
|
Platform : ARM7TDMI (ARM mode)
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -O2
|
Options : -O2 -DCH_OPTIMIZE_SPEED=TRUE
|
||||||
Kernel Size = 7964
|
Kernel Size = 7964
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (ARM mode)
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -O2 -DCH_OPTIMIZE_SPEED=FALSE
|
||||||
|
Kernel Size = 7556
|
||||||
|
|
||||||
Platform : ARM7TDMI (ARM mode)
|
Platform : ARM7TDMI (ARM mode)
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -O2
|
Options : -O2
|
||||||
Kernel Size = 2160
|
Kernel Size = 1980
|
||||||
|
|
||||||
Platform : ARM7TDMI (ARM mode)
|
Platform : ARM7TDMI (ARM mode)
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os
|
Options : -Os -DCH_OPTIMIZE_SPEED=TRUE
|
||||||
Kernel Size = 7708
|
Kernel Size = 7708
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (ARM mode)
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -Os -DCH_OPTIMIZE_SPEED=FALSE
|
||||||
|
Kernel Size = 7340
|
||||||
|
|
||||||
Platform : ARM7TDMI (ARM mode)
|
Platform : ARM7TDMI (ARM mode)
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os
|
Options : -Os
|
||||||
Kernel Size = 2112
|
Kernel Size = 1928
|
||||||
|
|
||||||
Platform : ARM7TDMI (ARM mode)
|
Platform : ARM7TDMI (ARM mode)
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
Options : -O2 -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=TRUE
|
||||||
|
Kernel Size = 7672
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (ARM mode)
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -O2 -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=FALSE
|
||||||
|
Kernel Size = 7280
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (ARM mode)
|
||||||
|
OS Setup : Minimal kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -O2 -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
||||||
|
Kernel Size = 1912
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (ARM mode)
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -Os -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=TRUE
|
||||||
Kernel Size = 7404
|
Kernel Size = 7404
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (ARM mode)
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -Os -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=FALSE
|
||||||
|
Kernel Size = 7052
|
||||||
|
|
||||||
Platform : ARM7TDMI (ARM mode)
|
Platform : ARM7TDMI (ARM mode)
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
Options : -Os -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
||||||
Kernel Size = 2048
|
Kernel Size = 1880
|
||||||
|
|
||||||
Platform : ARM7TDMI (THUMB mode)
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -O2 -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
Options : -O2 -mthumb -DCH_OPTIMIZE_SPEED=TRUE -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
Kernel Size = 5220
|
Kernel Size = 5220
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -O2 -mthumb -DCH_OPTIMIZE_SPEED=FALSE -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
|
Kernel Size = 5032
|
||||||
|
|
||||||
Platform : ARM7TDMI (THUMB mode)
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -O2 -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
Options : -O2 -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
Kernel Size = 1468
|
Kernel Size = 1364
|
||||||
|
|
||||||
Platform : ARM7TDMI (THUMB mode)
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
Options : -Os -mthumb -DCH_OPTIMIZE_SPEED=TRUE -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
Kernel Size = 5044
|
Kernel Size = 5044
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -Os -mthumb -DCH_OPTIMIZE_SPEED=FALSE -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
|
Kernel Size = 4872
|
||||||
|
|
||||||
Platform : ARM7TDMI (THUMB mode)
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
Options : -Os -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
Kernel Size = 1448
|
Kernel Size = 1344
|
||||||
|
|
||||||
Platform : ARM7TDMI (THUMB mode)
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
Options : -O2 -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=TRUE -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
|
Kernel Size = 5076
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -O2 -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=FALSE -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
|
Kernel Size = 4896
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
|
OS Setup : Minimal kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -O2 -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
|
Kernel Size = 1324
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=TRUE -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
Kernel Size = 4848
|
Kernel Size = 4848
|
||||||
|
|
||||||
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
|
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DCH_OPTIMIZE_SPEED=FALSE -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
|
Kernel Size = 4704
|
||||||
|
|
||||||
Platform : ARM7TDMI (THUMB mode)
|
Platform : ARM7TDMI (THUMB mode)
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : arm-elf-gcc (GCC) 4.4.2
|
Compiler : arm-elf-gcc (GCC) 4.4.2
|
||||||
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||||
Kernel Size = 1404
|
Kernel Size = 1308
|
||||||
|
|
||||||
Platform : MSP430
|
Platform : MSP430
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : msp430-gcc (GCC) 3.2.3
|
Compiler : msp430-gcc (GCC) 3.2.3
|
||||||
Options : -O2
|
Options : -O2 -DCH_OPTIMIZE_SPEED=TRUE
|
||||||
Kernel Size = 5640
|
Kernel Size = 5640
|
||||||
|
|
||||||
|
Platform : MSP430
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : msp430-gcc (GCC) 3.2.3
|
||||||
|
Options : -O2 -DCH_OPTIMIZE_SPEED=FALSE
|
||||||
|
Kernel Size = 5132
|
||||||
|
|
||||||
Platform : MSP430
|
Platform : MSP430
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : msp430-gcc (GCC) 3.2.3
|
Compiler : msp430-gcc (GCC) 3.2.3
|
||||||
Options : -O2
|
Options : -O2
|
||||||
Kernel Size = 1260
|
Kernel Size = 1256
|
||||||
|
|
||||||
Platform : MSP430
|
Platform : MSP430
|
||||||
OS Setup : Full kernel
|
OS Setup : Full kernel
|
||||||
Compiler : msp430-gcc (GCC) 3.2.3
|
Compiler : msp430-gcc (GCC) 3.2.3
|
||||||
Options : -Os
|
Options : -Os -DCH_OPTIMIZE_SPEED=TRUE
|
||||||
Kernel Size = 5576
|
Kernel Size = 5576
|
||||||
|
|
||||||
|
Platform : MSP430
|
||||||
|
OS Setup : Full kernel
|
||||||
|
Compiler : msp430-gcc (GCC) 3.2.3
|
||||||
|
Options : -Os -DCH_OPTIMIZE_SPEED=FALSE
|
||||||
|
Kernel Size = 5088
|
||||||
|
|
||||||
Platform : MSP430
|
Platform : MSP430
|
||||||
OS Setup : Minimal kernel
|
OS Setup : Minimal kernel
|
||||||
Compiler : msp430-gcc (GCC) 3.2.3
|
Compiler : msp430-gcc (GCC) 3.2.3
|
||||||
Options : -Os
|
Options : -Os
|
||||||
Kernel Size = 1260
|
Kernel Size = 1256
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief Kernel version string.
|
* @brief Kernel version string.
|
||||||
*/
|
*/
|
||||||
#define CH_KERNEL_VERSION "1.5.2unstable"
|
#define CH_KERNEL_VERSION "1.5.3unstable"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Kernel version major number.
|
* @brief Kernel version major number.
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief Kernel version patch number.
|
* @brief Kernel version patch number.
|
||||||
*/
|
*/
|
||||||
#define CH_KERNEL_PATCH 2
|
#define CH_KERNEL_PATCH 3
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Common values.
|
* Common values.
|
||||||
|
|
|
@ -53,6 +53,9 @@
|
||||||
*** Releases ***
|
*** Releases ***
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
|
*** 1.5.3 ***
|
||||||
|
- NEW: Enhanced the kernel size report to cover more cases.
|
||||||
|
|
||||||
*** 1.5.2 ***
|
*** 1.5.2 ***
|
||||||
- FIX: Fixed wrong UART deinitialization sequence in LPC214x serial driver
|
- FIX: Fixed wrong UART deinitialization sequence in LPC214x serial driver
|
||||||
(bug 2953985)(backported in 1.4.1).
|
(bug 2953985)(backported in 1.4.1).
|
||||||
|
|
Loading…
Reference in New Issue