git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@272 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
f563ad9387
commit
cc13cac88e
12
readme.txt
12
readme.txt
|
@ -53,7 +53,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
- Look into importing *or* implementing a TCP/IP stack and a File System.
|
- Look into importing *or* implementing a TCP/IP stack and a File System.
|
||||||
- Evaluate other architectures for a possible ChibiOS/RT port. An important
|
- Evaluate other architectures for a possible ChibiOS/RT port. An important
|
||||||
selection parameter will be the availability of FOSS toolchains. Currently
|
selection parameter will be the availability of FOSS toolchains. Currently
|
||||||
we are evaluating the Cortex-M3 and the MSP430.
|
we are evaluating the MSP430 and the MicroBlaze.
|
||||||
- Creation of a reduced ChibiOS/RT kernel targeted to lesser 8bit micros and
|
- Creation of a reduced ChibiOS/RT kernel targeted to lesser 8bit micros and
|
||||||
educational purposes, the name will probably be ChibiOS/SX, we are still
|
educational purposes, the name will probably be ChibiOS/SX, we are still
|
||||||
discussing it.
|
discussing it.
|
||||||
|
@ -65,10 +65,12 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
*** 0.6.3 ***
|
*** 0.6.3 ***
|
||||||
- NEW: ARM Cortex-M3 port completed. The demo program targets the STM32F103
|
- NEW: ARM Cortex-M3 port completed. The demo program targets the STM32F103
|
||||||
chip from ST Microelectronics on an Olimex STM32-P103 board.
|
chip from ST Microelectronics on an Olimex STM32-P103 board.
|
||||||
- Fixed a minor error in ./ports/ARM7/vic.h, it should not affect anything.
|
- FIX: Fixed a minor error in ./ports/ARM7-LPC214x/vic.h, it should not affect
|
||||||
- Minor bug fix: in chThdCreate() a working area size equal to UserStackSize(0)
|
anything.
|
||||||
was asserted as an error when in debug mode. It is now allowed.
|
- FIX: Minor fix: in chThdCreate() a working area size equal to
|
||||||
- Increased the stack size for the threads in the test suite to 128 bytes
|
UserStackSize(0) was asserted as an error when in debug mode. It is now
|
||||||
|
allowed.
|
||||||
|
- FIX: Increased the stack size for the threads in the test suite to 128 bytes
|
||||||
because THUMB/THUMB2 modes seem to use a lot more stack than ARM mode.
|
because THUMB/THUMB2 modes seem to use a lot more stack than ARM mode.
|
||||||
|
|
||||||
*** 0.6.2 ***
|
*** 0.6.2 ***
|
||||||
|
|
Loading…
Reference in New Issue