• R/O
  • SSH
  • HTTPS

chibios: Commit


Commit MetaInfo

Revision13702 (tree)
Time2020-06-10 16:37:34
Authorgdisirio

Log Message

(empty log message)

Change Summary

Incremental Difference

--- branches/rt7_dev/os/oslib/include/chlib.h (revision 13701)
+++ branches/rt7_dev/os/oslib/include/chlib.h (revision 13702)
@@ -52,7 +52,7 @@
5252 /**
5353 * @brief OS Library version string.
5454 */
55-#define CH_OSLIB_VERSION "1.2.0"
55+#define CH_OSLIB_VERSION "1.3.0"
5656
5757 /**
5858 * @brief OS Library version major number.
@@ -62,7 +62,7 @@
6262 /**
6363 * @brief OS Library version minor number.
6464 */
65-#define CH_OSLIB_MINOR 2
65+#define CH_OSLIB_MINOR 3
6666
6767 /**
6868 * @brief OS Library version patch number.
--- branches/rt7_dev/os/oslib/src/chfactory.c (revision 13701)
+++ branches/rt7_dev/os/oslib/src/chfactory.c (revision 13702)
@@ -238,9 +238,8 @@
238238
239239 /**
240240 * @brief Initializes the objects factory.
241- * @note Internal use only.
242241 *
243- * @notapi
242+ * @init
244243 */
245244 void __factory_init(void) {
246245
--- branches/rt7_dev/os/oslib/src/chmemcore.c (revision 13701)
+++ branches/rt7_dev/os/oslib/src/chmemcore.c (revision 13702)
@@ -75,7 +75,6 @@
7575
7676 /**
7777 * @brief Low level memory manager initialization.
78- * @note Internal use only.
7978 *
8079 * @notapi
8180 */
--- branches/rt7_dev/os/oslib/src/chmemheaps.c (revision 13701)
+++ branches/rt7_dev/os/oslib/src/chmemheaps.c (revision 13702)
@@ -101,7 +101,6 @@
101101
102102 /**
103103 * @brief Initializes the default heap.
104- * @note Internal use only.
105104 *
106105 * @notapi
107106 */
Show on old repository browser