diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-30 10:45:15 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-30 10:45:15 +0000 |
commit | 0290f815a80080223878a85053dc3fb6bc45d6ee (patch) | |
tree | 8c76a6515ed7bb25f0a8f2f08d7fe36a1bae8c08 | |
parent | ffac18dcd19bad0a40a3c6b0bf803cf613234a94 (diff) | |
download | ChibiOS-0290f815a80080223878a85053dc3fb6bc45d6ee.tar.gz ChibiOS-0290f815a80080223878a85053dc3fb6bc45d6ee.tar.bz2 ChibiOS-0290f815a80080223878a85053dc3fb6bc45d6ee.zip |
Updated version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7998 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | doc/hal/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/hal/Doxyfile_html | 2 | ||||
-rw-r--r-- | doc/nil/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/nil/Doxyfile_html | 2 | ||||
-rw-r--r-- | doc/rt/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/rt/Doxyfile_html | 2 | ||||
-rw-r--r-- | os/hal/include/hal.h | 2 | ||||
-rw-r--r-- | os/nil/include/nil.h | 2 | ||||
-rw-r--r-- | os/rt/include/ch.h | 2 | ||||
-rw-r--r-- | readme.txt | 3 |
10 files changed, 12 insertions, 9 deletions
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index ae80d1cfd..61a714b41 100644 --- a/doc/hal/Doxyfile_chm +++ b/doc/hal/Doxyfile_chm @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.0.0p5
+PROJECT_NUMBER = 3.0.0p6
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html index e43ef8ae2..72e1284c2 100644 --- a/doc/hal/Doxyfile_html +++ b/doc/hal/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.0.0p5
+PROJECT_NUMBER = 3.0.0p6
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/nil/Doxyfile_chm b/doc/nil/Doxyfile_chm index d8b63babf..dfcf4641d 100644 --- a/doc/nil/Doxyfile_chm +++ b/doc/nil/Doxyfile_chm @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/NIL # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.0.0p5
+PROJECT_NUMBER = 1.0.0p6
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/nil/Doxyfile_html b/doc/nil/Doxyfile_html index 7dde94bfc..9d3e12780 100644 --- a/doc/nil/Doxyfile_html +++ b/doc/nil/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/NIL # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.0.0p5
+PROJECT_NUMBER = 1.0.0p6
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm index 2971988fa..b85234cc5 100644 --- a/doc/rt/Doxyfile_chm +++ b/doc/rt/Doxyfile_chm @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/RT # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.0.0p5
+PROJECT_NUMBER = 3.0.0p6
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/rt/Doxyfile_html b/doc/rt/Doxyfile_html index 2a68c9ebf..94493b10e 100644 --- a/doc/rt/Doxyfile_html +++ b/doc/rt/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/RT # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.0.0p5
+PROJECT_NUMBER = 3.0.0p6
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 6935a5951..9d39e1519 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -101,7 +101,7 @@ /**
* @brief HAL version string.
*/
-#define HAL_VERSION "3.0.0p5"
+#define HAL_VERSION "3.0.0p6"
/**
* @brief HAL version major number.
diff --git a/os/nil/include/nil.h b/os/nil/include/nil.h index be16991d7..89eb909ea 100644 --- a/os/nil/include/nil.h +++ b/os/nil/include/nil.h @@ -61,7 +61,7 @@ typedef struct nil_thread thread_t; /**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "1.0.0p5"
+#define CH_KERNEL_VERSION "1.0.0p6"
/**
* @brief Kernel version major number.
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index 862d31776..073a4e7c4 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -48,7 +48,7 @@ /**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "3.0.0p5"
+#define CH_KERNEL_VERSION "3.0.0p6"
/**
* @brief Kernel version major number.
diff --git a/readme.txt b/readme.txt index 85758376d..13ae9ae0e 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,9 @@ *** Releases and Change Log ***
*****************************************************************************
+*** 3.0.0p6 ***
+- HAL: Added support for extra DMA channels in STM32F072 devices.
+
*** 3.0.0p5 ***
- HAL: Added no-DMA mode to the STM32 I2Cv2 driver.
- HAL: Added DAC support to all STM32 sub-platforms, added another demo for
|