git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@985 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
3d64c337cb
commit
6239db82b2
|
@ -56,6 +56,8 @@ MSP430-MSP430x1611-GCC - Port on Texas Instruments MSP430F1611, the demo
|
||||||
targets the Olimex MSP430-P1611 board.
|
targets the Olimex MSP430-P1611 board.
|
||||||
Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
MinGW version.
|
MinGW version.
|
||||||
|
GNU-Linux-GCC - ChibiOS/RT simulator for x86 Linux systems, it is
|
||||||
|
still work in progress but already running.
|
||||||
|
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
*** Releases ***
|
*** Releases ***
|
||||||
|
@ -106,6 +108,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
to the measurement. The STM32 performs the context switch in under 1.48uS.
|
to the measurement. The STM32 performs the context switch in under 1.48uS.
|
||||||
- NEW: Improved priority inheritance test cases.
|
- NEW: Improved priority inheritance test cases.
|
||||||
- NEW: Added architecture name strings to the port code.
|
- NEW: Added architecture name strings to the port code.
|
||||||
|
- NEW: Linux x86 simulator demo added. It is still work in progress.
|
||||||
- CHANGE: Removed the half duplex queues and half duplex serial drivers because
|
- CHANGE: Removed the half duplex queues and half duplex serial drivers because
|
||||||
it was never extensively tested. The code is still available but not as part
|
it was never extensively tested. The code is still available but not as part
|
||||||
of the kernel.
|
of the kernel.
|
||||||
|
|
Loading…
Reference in New Issue