git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4803 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
bcdcca923f
commit
7390fbb842
|
@ -82,7 +82,6 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.5.1 ***
|
*** 2.5.1 ***
|
||||||
- NEW: AT91SAM7A3 basic support.
|
|
||||||
- FIX: Fixed STM32F4xx: Wrong CAN1 SCE interrupt number definition (bug
|
- FIX: Fixed STM32F4xx: Wrong CAN1 SCE interrupt number definition (bug
|
||||||
3581571).
|
3581571).
|
||||||
- FIX: Fixed STM32_P407: implement mmc_lld_is_card_inserted (bug 3581929)
|
- FIX: Fixed STM32_P407: implement mmc_lld_is_card_inserted (bug 3581929)
|
||||||
|
@ -131,6 +130,7 @@
|
||||||
(backported to 2.4.3).
|
(backported to 2.4.3).
|
||||||
- FIX: Fixed STM8L, cosmic compiler: c_lreg not saved (bug 3566342)(backported
|
- FIX: Fixed STM8L, cosmic compiler: c_lreg not saved (bug 3566342)(backported
|
||||||
to 2.2.10 and 2.4.3).
|
to 2.2.10 and 2.4.3).
|
||||||
|
- NEW: AT91SAM7A3 basic support.
|
||||||
- NEW: Unified the STM32F4xx and STM32F2xx platform code. The STM32F2xx now is
|
- NEW: Unified the STM32F4xx and STM32F2xx platform code. The STM32F2xx now is
|
||||||
only supported as an STM32F4xx variant and not tested separately.
|
only supported as an STM32F4xx variant and not tested separately.
|
||||||
- NEW: Updated STM32F1, F2, F4, L1 ADC drivers to allow HW triggering.
|
- NEW: Updated STM32F1, F2, F4, L1 ADC drivers to allow HW triggering.
|
||||||
|
|
3
todo.txt
3
todo.txt
|
@ -8,6 +8,9 @@ N = Decided against.
|
||||||
Version 2.5.1
|
Version 2.5.1
|
||||||
|
|
||||||
Within 2.5.x:
|
Within 2.5.x:
|
||||||
|
- SAM4L support.
|
||||||
|
- Recursive mutexes.
|
||||||
|
X SPC56x support.
|
||||||
X Revision of the RTCv2 driver implementation.
|
X Revision of the RTCv2 driver implementation.
|
||||||
X File System infrastructure.
|
X File System infrastructure.
|
||||||
- FatFs wrapper.
|
- FatFs wrapper.
|
||||||
|
|
Loading…
Reference in New Issue