git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5186 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a6c01f8789
commit
d7b5f4711b
|
@ -30,7 +30,11 @@
|
||||||
| | | +--LPC13xx/ - Drivers for LPC13xx platform.
|
| | | +--LPC13xx/ - Drivers for LPC13xx platform.
|
||||||
| | | +--LPC214x/ - Drivers for LPC214x platform.
|
| | | +--LPC214x/ - Drivers for LPC214x platform.
|
||||||
| | | +--MSP430/ - Drivers for MSP430 platform.
|
| | | +--MSP430/ - Drivers for MSP430 platform.
|
||||||
| | | +--SPC56x/ - Drivers for SPC56x/MPC563xx platforms.
|
| | | +--SPC5xx/ - Drivers for all SPC5xx platform (common).
|
||||||
|
| | | +--SPC5ELxx/ - Drivers for SPC56ELxx platform.
|
||||||
|
| | | +--SPC560BCxx/ - Drivers for SPC560BCxx platform.
|
||||||
|
| | | +--SPC560Pxx/ - Drivers for SPC560Pxx platform.
|
||||||
|
| | | +--SPC563Mxx/ - Drivers for SPC563Mxx platform.
|
||||||
| | | +--STM32/ - Drivers for STM32 platform (common).
|
| | | +--STM32/ - Drivers for STM32 platform (common).
|
||||||
| | | +--STM32F0xx/ - Drivers for STM32F0xx platform.
|
| | | +--STM32F0xx/ - Drivers for STM32F0xx platform.
|
||||||
| | | +--STM32F1xx/ - Drivers for STM32F1xx platform.
|
| | | +--STM32F1xx/ - Drivers for STM32F1xx platform.
|
||||||
|
@ -75,7 +79,6 @@
|
||||||
| +--STM8S/ - STM8S HAL demos.
|
| +--STM8S/ - STM8S HAL demos.
|
||||||
+--tools - Various tools.
|
+--tools - Various tools.
|
||||||
+--eclipse - Eclipse enhancements.
|
+--eclipse - Eclipse enhancements.
|
||||||
+--gencfg - Configurations generator tool.
|
|
||||||
|
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
*** Releases ***
|
*** Releases ***
|
||||||
|
@ -106,6 +109,8 @@
|
||||||
(backported to 2.4.3).
|
(backported to 2.4.3).
|
||||||
- FIX: Fixed wrong SPI path in platform_f105_f107.mk (bug 3598151).
|
- FIX: Fixed wrong SPI path in platform_f105_f107.mk (bug 3598151).
|
||||||
- FIX: Fixed PHY powerdown issues not fixed (bug 3596911).
|
- FIX: Fixed PHY powerdown issues not fixed (bug 3596911).
|
||||||
|
- NEW: Added support for SPC56ELxx, SPC560BCxx, SPC560Pxx and SPC560Mxx
|
||||||
|
platforms.
|
||||||
- NEW: Added an abstract file system interface written in C++, no
|
- NEW: Added an abstract file system interface written in C++, no
|
||||||
implementations yet.
|
implementations yet.
|
||||||
TODO: Create a descendant interface for hierarchical file systems.
|
TODO: Create a descendant interface for hierarchical file systems.
|
||||||
|
|
Loading…
Reference in New Issue