2015-04-06 09:46:37 +00:00
|
|
|
*****************************************************************************
|
|
|
|
*** Files Organization ***
|
|
|
|
*****************************************************************************
|
|
|
|
|
|
|
|
--{root} - ChibiOS/RT directory.
|
|
|
|
+--readme.txt - This file.
|
|
|
|
+--documentation.html - Shortcut to the web documentation page.
|
|
|
|
+--license.txt - GPL license text.
|
|
|
|
+--exception.txt - GPL exception text (stable releases only).
|
|
|
|
+--demos/ - Demo projects, one directory per platform.
|
|
|
|
+--docs/ - Documentation.
|
|
|
|
| +--common/ - Documentation common build resources.
|
|
|
|
| +--hal/ - Builders for HAL.
|
|
|
|
| | +--Doxyfile_* - Doxygen project files (required for rebuild).
|
|
|
|
| | +--html/ - Local HTML documentation (after rebuild).
|
|
|
|
| | +--reports/ - Test reports.
|
|
|
|
| | +--rsc/ - Documentation resource files (required for rebuild).
|
|
|
|
| | +--src/ - Documentation source files (required for rebuild).
|
|
|
|
| | +--Doxyfile_* - Doxygen project files (required for rebuild).
|
|
|
|
| | +--index.html - Local documentation access (after rebuild).
|
|
|
|
| +--nil/ - Builders for NIL.
|
|
|
|
| | +--Doxyfile_* - Doxygen project files (required for rebuild).
|
|
|
|
| | +--html/ - Local HTML documentation (after rebuild).
|
|
|
|
| | +--reports/ - Test reports.
|
|
|
|
| | +--rsc/ - Documentation resource files (required for rebuild).
|
|
|
|
| | +--src/ - Documentation source files (required for rebuild).
|
|
|
|
| | +--Doxyfile_* - Doxygen project files (required for rebuild).
|
|
|
|
| | +--index.html - Local documentation access (after rebuild).
|
|
|
|
| +--rt/ - Builders for RT.
|
|
|
|
| | +--html/ - Local HTML documentation (after rebuild).
|
|
|
|
| | +--reports/ - Test reports.
|
|
|
|
| | +--rsc/ - Documentation resource files (required for rebuild).
|
|
|
|
| | +--src/ - Documentation source files (required for rebuild).
|
|
|
|
| | +--Doxyfile_* - Doxygen project files (required for rebuild).
|
|
|
|
| | +--index.html - Local documentation access (after rebuild).
|
|
|
|
+--ext/ - External libraries, not part of ChibiOS/RT.
|
|
|
|
+--os/ - ChibiOS components.
|
|
|
|
| +--hal/ - HAL component.
|
|
|
|
| | +--boards/ - HAL board support files.
|
|
|
|
| | +--dox/ - HAL documentation resources.
|
|
|
|
| | +--include/ - HAL high level headers.
|
|
|
|
| | +--lib/ - HAL libraries.
|
|
|
|
| | +--osal/ - HAL OSAL implementations.
|
|
|
|
| | +--src/ - HAL high level source.
|
|
|
|
| | +--ports/ - HAL ports.
|
|
|
|
| | +--templates/ - HAL driver template files.
|
|
|
|
| | +--osal/ - HAL OSAL templates.
|
|
|
|
| +--nil/ - NIL RTOS component.
|
|
|
|
| | +--dox/ - NIL documentation resources.
|
|
|
|
| | +--include/ - NIL high level headers.
|
|
|
|
| | +--src/ - NIL high level source.
|
|
|
|
| | +--ports/ - NIL ports.
|
|
|
|
| | +--templates/ - NIL port template files.
|
|
|
|
| +--rt/ - RT RTOS component.
|
|
|
|
| | +--dox/ - RT documentation resources.
|
|
|
|
| | +--include/ - RT high level headers.
|
|
|
|
| | +--src/ - RT high level source.
|
|
|
|
| | +--ports/ - RT ports.
|
|
|
|
| | +--templates/ - RT port template files.
|
|
|
|
| +--various/ - Various portable support files.
|
|
|
|
+--test/ - Kernel test suite source code.
|
2015-07-09 12:52:28 +00:00
|
|
|
| +--lib/ - Portable test engine.
|
|
|
|
| +--hal/ - HAL test suites.
|
2015-04-06 09:46:37 +00:00
|
|
|
| | +--testbuild/ - HAL uild test and MISRA check.
|
2015-07-09 12:52:28 +00:00
|
|
|
| +--nil/ - NIL test suites.
|
2015-04-06 09:46:37 +00:00
|
|
|
| | +--testbuild/ - NIL nuild test and MISRA check.
|
2015-07-09 12:52:28 +00:00
|
|
|
| +--rt/ - RT test suites.
|
2015-04-06 09:46:37 +00:00
|
|
|
| | +--testbuild/ - RT build test and MISRA check.
|
|
|
|
| | +--coverage/ - RT code coverage project.
|
|
|
|
+--testhal/ - HAL integration test demos.
|
|
|
|
|
|
|
|
*****************************************************************************
|
|
|
|
*** Releases and Change Log ***
|
|
|
|
*****************************************************************************
|
|
|
|
|
2015-07-15 08:56:29 +00:00
|
|
|
*** 3.1.0 ***
|
2015-08-15 08:56:56 +00:00
|
|
|
- NIL: Added polled delays required to fix bug #629.
|
2015-08-05 14:40:07 +00:00
|
|
|
- HAL: Added support for I2C3 and I2C4 to the STM32 I2Cv2 I2C driver.
|
2015-08-05 13:59:26 +00:00
|
|
|
- HAL: Added support for SPI4...SPI6 to the STM32 SPIv2 SPI driver.
|
2015-08-04 12:49:40 +00:00
|
|
|
- HAL: Added support for UART4...UART8 to the STM32 UARTv2 UART driver.
|
|
|
|
- HAL: Added support for UART7 and UART8 to the STM32 UARTv2 serial driver.
|
2015-08-05 13:44:33 +00:00
|
|
|
- HAL: STM32F2xx, STM32F4xx and STM32F7xx devices now share the same ADCv2
|
|
|
|
and DMAv2 drivers.
|
2015-08-06 10:25:06 +00:00
|
|
|
- HAL: STM32F0xx and STM32L0xx devices now share the same ADCv1 driver.
|
|
|
|
- HAL: STM32F0xx, STM32L0xx and STM32L1xx devices now share the same DMAv1
|
|
|
|
driver.
|
2015-08-05 13:44:33 +00:00
|
|
|
- HAL: Introduced preliminary support for STM32F7xx devices.
|
2015-07-26 06:17:10 +00:00
|
|
|
- HAL: Introduced preliminary support for STM32L0xx devices.
|
2015-08-13 09:57:10 +00:00
|
|
|
- HAL: New STM32 shared DMAv2 driver supporting channel selection and
|
|
|
|
data cache invalidation (F2, F4, F7).
|
2015-08-04 15:22:57 +00:00
|
|
|
- HAL: New STM32 shared DMAv1 driver supporting channel selection and fixing
|
|
|
|
the behavior with shared IRQs (F0, L0).
|
2015-08-05 13:34:14 +00:00
|
|
|
- HAL: New STM32 ADCv2 driver supporting large STM32 devices (F2, F4, F7).
|
|
|
|
- HAL: New STM32 ADCv1 driver supporting small STM32 devices (F0, L0).
|
2015-07-26 06:17:10 +00:00
|
|
|
- HAL: Introduced support for TIM21 and TIM22 in STM32 ST driver.
|
2015-07-15 08:56:29 +00:00
|
|
|
- HAL: Updated STM32F0xx headers to STM32CubeF0 version 1.3.0. Added support
|
2015-07-15 12:47:29 +00:00
|
|
|
for STM32F030xC, STM32F070x6, STM32F070xB devices.
|
2015-08-21 13:05:18 +00:00
|
|
|
- RT: Fixed problem with RT mutexes involving priority inheritance (bug #632)
|
|
|
|
(backported to 3.0.2 and 2.6.10).
|
2015-08-19 10:54:01 +00:00
|
|
|
- HAL: Fixed HAL to RT dependency in STM32 DAC driver (bug #631)(backported
|
|
|
|
to 3.0.2).
|
2015-08-15 09:12:30 +00:00
|
|
|
- HAL: Fixed problem with STM32 I2S driver restart (bug #630)(backported
|
|
|
|
to 3.0.2).
|
2015-08-15 08:56:56 +00:00
|
|
|
- HAL: Fixed STM32F3xx ADC driver uses US2RTC directly (bug #629)(backported
|
|
|
|
to 3.0.2).
|
2015-08-07 09:34:04 +00:00
|
|
|
- HAL: Fixed CEC clock cannot be disabled on STM32F0xx (bug #628)
|
|
|
|
(backported to 3.0.1).
|
2015-08-06 13:01:28 +00:00
|
|
|
- VAR: Fixed lwIP arch code breaks with a 16-bit systick timer (bug #627)
|
|
|
|
(backported to 3.0.1).
|
|
|
|
- HAL: Fixed broken MAC driver for STM32F107 (bug #626)(backported to 3.0.1).
|
2015-08-08 09:57:26 +00:00
|
|
|
- NIL: Fixed missing configuration options from NIL PPC port (bug #625)
|
|
|
|
(backported to 3.0.1).
|
2015-08-04 09:08:51 +00:00
|
|
|
- HAL: Fixed wrong offset in STM32 DAC driver (bug #624)(backported to 3.0.1).
|
2015-08-02 07:24:10 +00:00
|
|
|
- HAL: Fixed crash on STM32F030x4/6 devices (bug #623)(backported to 3.0.1).
|
2015-07-31 08:56:14 +00:00
|
|
|
- HAL: Fixed duplicated doxygen tag in STM32F4xx hal_lld.h file (bug #621)
|
|
|
|
(backported to 3.0.1 and 2.6.9).
|
2015-07-29 06:56:10 +00:00
|
|
|
- HAL: Fixed STM32F042 registry error (bug #620)(backported to 3.0.1).
|
|
|
|
- HAL: Fixed wrong check in canReceive() (bug #619)(backported to 3.0.1
|
|
|
|
and 2.6.9).
|
|
|
|
- HAL: Fixed wrong EXTI[18] vector number on STM32F373 (bug #618)(backported
|
2015-07-28 09:35:44 +00:00
|
|
|
to 3.0.1 and 2.6.9).
|
2015-07-15 12:47:29 +00:00
|
|
|
- HAL: Fixed wrong check on STM32_LSE_ENABLED definition in STM32L1xx HAL port
|
2015-07-28 09:35:44 +00:00
|
|
|
(bug #617)(backported to 3.0.1 and 2.6.9).
|
2015-07-15 12:47:29 +00:00
|
|
|
- HAL: Fixed rtcConvertDateTimeToFAT() incorrect conversion (bug #615)
|
2015-07-28 09:35:44 +00:00
|
|
|
(backported to 3.0.1).
|
2015-08-06 13:26:44 +00:00
|
|
|
- HAL: Fixed missing UART7 and UART8 support on STM32F4xx family (bug #612).
|
2015-07-15 08:56:29 +00:00
|
|
|
|
2015-07-04 07:11:19 +00:00
|
|
|
*** 3.0.0 ***
|
2015-07-04 09:24:09 +00:00
|
|
|
- NEW: Added an initialization function to the lwIP bindings, now it is
|
|
|
|
sufficient to call lwipInit(NULL); in order to start the subsystem.
|
|
|
|
Demo updated.
|
2015-07-11 15:58:50 +00:00
|
|
|
- RT: Fixed compilation error in RT when registry is disabled (bug #614).
|
2015-07-12 08:18:09 +00:00
|
|
|
- NIL: Fixed OSAL_ST_MODE not defined in AVR port (bug #613).
|
2015-07-09 12:51:06 +00:00
|
|
|
- NIL: Fixed nilrtos redefinition of systime_t (bug #611).
|
2015-07-04 07:11:19 +00:00
|
|
|
- HAL: Fixed TIM2 wrongly classified as 32bits in STM32F1xx devices
|
|
|
|
(bug #610).
|
|
|
|
|
2015-05-30 10:45:15 +00:00
|
|
|
*** 3.0.0p6 ***
|
2015-06-27 09:12:43 +00:00
|
|
|
- HAL: Removed call to localtime_r() function for non-GNU compilers in
|
|
|
|
STM32F1xx RTC driver.
|
2015-06-13 13:07:11 +00:00
|
|
|
- DEM: Fixed the FatFS demo timeout, now it is expressed in milliseconds.
|
2015-06-13 10:00:50 +00:00
|
|
|
- DEM: Added -Wundef to all the demos and test programs in order to find
|
|
|
|
common error cases.
|
2015-06-12 08:52:52 +00:00
|
|
|
- NIL: Added INTC priorities check to the e200z port.
|
|
|
|
- RT: Added INTC priorities check to the e200z port.
|
2015-06-18 09:43:47 +00:00
|
|
|
- HAL: Added support for CAN in STM32F042/72 devices.
|
2015-05-30 10:45:15 +00:00
|
|
|
- HAL: Added support for extra DMA channels in STM32F072 devices.
|
2015-06-18 09:43:47 +00:00
|
|
|
- HAL: Modified the STM32 CAN driver to support unified IRQs.
|
2015-06-18 08:40:04 +00:00
|
|
|
- RT: SPE-related issue in e200z ports (bug #607).
|
|
|
|
- NIL: SPE-related issue in e200z ports (bug #607).
|
2015-06-13 17:49:39 +00:00
|
|
|
- HAL: Fixed dependency between STM32 MAC driver and RT (bug #606).
|
2015-06-13 10:00:50 +00:00
|
|
|
- HAL: Fixed wrong macro names in STM32F0xx HAL driver (bug #605).
|
2015-06-13 09:07:15 +00:00
|
|
|
- HAL: Fixed wrong check on ADC3 in STM32F3xx ADC driver (bug #604).
|
2015-06-13 09:01:31 +00:00
|
|
|
- HAL: Fixed wrong macro names in STM32F3xx HAL driver (bug #603).
|
2015-06-13 08:39:48 +00:00
|
|
|
- HAL: Fixed errors in STM32 OTGv1 driver (bug #601).
|
|
|
|
- DEM: Fixed missing paths in e200z demos (bug #600).
|
2015-06-12 08:52:52 +00:00
|
|
|
- HAL: Fixed error in platform_f105_f107.mk file (bug #599).
|
2015-05-30 11:12:27 +00:00
|
|
|
- HAL: Fixed issue in DMA drivers when channels share ISRs (bug #597).
|
2015-05-30 10:45:15 +00:00
|
|
|
|
2015-05-13 13:38:32 +00:00
|
|
|
*** 3.0.0p5 ***
|
2015-05-19 12:20:12 +00:00
|
|
|
- HAL: Added no-DMA mode to the STM32 I2Cv2 driver.
|
2015-05-13 13:38:32 +00:00
|
|
|
- HAL: Added DAC support to all STM32 sub-platforms, added another demo for
|
|
|
|
the STM32F3xx.
|
2015-06-01 13:05:00 +00:00
|
|
|
- HAL: Fixed STM32 USARTv1: incorrect txend2_cb callback behavior (bug #596).
|
2015-05-14 13:37:16 +00:00
|
|
|
- DEM: Fixed wrong comment in ARMCM4-STM32F401RE-NUCLEO demo (bug #595).
|
2015-05-14 13:27:17 +00:00
|
|
|
- HAL: Fixed STM32 SDC LLD driver initialization with Asserts disabled
|
|
|
|
(bug #594).
|
2015-05-13 13:38:32 +00:00
|
|
|
|
2015-04-17 08:58:25 +00:00
|
|
|
*** 3.0.0p4 ***
|
2015-05-17 10:26:20 +00:00
|
|
|
- NEW: Added no-DMA mode to STM32 I2Cv2 driver.
|
2015-05-12 15:08:43 +00:00
|
|
|
- BLD: New "smart build" mode added to makefiles, now only used files are
|
|
|
|
compiled.
|
2015-05-08 09:24:11 +00:00
|
|
|
- HAL: Change to the Serial_USB driver, now the INT endpoint is no more
|
|
|
|
mandatory.
|
2015-05-03 13:18:06 +00:00
|
|
|
- HAL: New DAC driver implementation for STM32F4xx.
|
2015-05-12 08:12:19 +00:00
|
|
|
- HAL: Fixed SDC STM32 driver broken in 50MHz mode (bug #592).
|
2015-05-07 12:28:53 +00:00
|
|
|
- HAL: Fixed STM32 RTC SSR Register Counts Down (bug #591).
|
2015-05-07 12:24:39 +00:00
|
|
|
- HAL: Fixed STM32 RTC PRER Register not being set in init (bug #590).
|
2015-04-26 17:42:55 +00:00
|
|
|
- HAL: Fixed STM32F334 does not have an EXT18 interrupt (bug #588).
|
2015-04-26 17:47:58 +00:00
|
|
|
- HAL: Fixed STM32L1xx USB is missing disconnect/connect macros (bug #587).
|
2015-04-26 17:35:31 +00:00
|
|
|
- HAL: Fixed wrong vector number for STM32L1xx USB (bug #586).
|
2015-04-19 07:49:28 +00:00
|
|
|
- HAL: Fixed spurious TC interrupt in STM32 UART (v1 and v2) driver (bug #584).
|
2015-04-17 09:37:59 +00:00
|
|
|
- HAL: Fixed invalid checks on STM32L1xx LSI and LSE clocks (bug #583).
|
2015-04-17 08:58:25 +00:00
|
|
|
- HAL: Fixed RCC CAN2 macros missing in STM32F1xx platform (bug #582).
|
2015-04-14 18:31:15 +00:00
|
|
|
- HAL: Fixed STM32 I2Cv2 driver issue (bug 581).
|
2015-04-19 08:13:55 +00:00
|
|
|
- BLD: Fixed ules.mk: adding "PRE_MAKE_ALL_RULE_HOOK" (bug #580).
|
2015-04-26 17:30:54 +00:00
|
|
|
- BLD: Fixed rules.mk should not explicitly depend on $(BUILDDIR) (bug #579).
|
2015-04-14 18:31:15 +00:00
|
|
|
|
2015-04-13 12:10:23 +00:00
|
|
|
*** 3.0.0p3 ***
|
2015-04-14 18:31:15 +00:00
|
|
|
- RT: Fixed tickless mode instability in RT (bug 577).
|
2015-04-13 12:10:23 +00:00
|
|
|
|
2015-04-09 09:59:15 +00:00
|
|
|
*** 3.0.0p2 ***
|
|
|
|
- HAL: Fixed instances of RT API in HAL drivers (bug 574).
|
2015-04-13 12:10:23 +00:00
|
|
|
- RT: Fixed system time overflow issue in tickless mode (bug 573).
|
|
|
|
- RT: Improvements to the IRQ_STORM applications.
|
2015-04-09 09:59:15 +00:00
|
|
|
|
2015-04-06 09:46:37 +00:00
|
|
|
*** 3.0.0p1 ***
|
|
|
|
- First 3.0.0 release, see release note 3.0.0.
|