Fix typos in ReleaseNotes
This commit is contained in:
parent
6b283c303c
commit
dc87eae8aa
12
ReleaseNotes
12
ReleaseNotes
@ -8429,7 +8429,7 @@ file for build information).
|
|||||||
|
|
||||||
Additional new features and extended functionality:
|
Additional new features and extended functionality:
|
||||||
|
|
||||||
* Core OS:
|
|
||||||
|
|
||||||
- Assertions: Add support for dumping board-specific information on
|
- Assertions: Add support for dumping board-specific information on
|
||||||
assertions. From David Sidrane.
|
assertions. From David Sidrane.
|
||||||
@ -8485,7 +8485,7 @@ Additional new features and extended functionality:
|
|||||||
|
|
||||||
* ARMv7-M
|
* ARMv7-M
|
||||||
|
|
||||||
- ARM Cortex-M7: Add basic support for the Cortex-My architecture.
|
- ARM Cortex-M7: Add basic support for the Cortex-M7 architecture.
|
||||||
- ARMv7 Common Lazy Exception handling. Add common support for lazy
|
- ARMv7 Common Lazy Exception handling. Add common support for lazy
|
||||||
FPU state saving. MCU-specific lazy FPU saving was already in place.
|
FPU state saving. MCU-specific lazy FPU saving was already in place.
|
||||||
This change just makes the code share-able.
|
This change just makes the code share-able.
|
||||||
@ -8497,7 +8497,7 @@ Additional new features and extended functionality:
|
|||||||
|
|
||||||
* Atmel SAMV7:
|
* Atmel SAMV7:
|
||||||
|
|
||||||
- Atmel SAMV7: Add architecture support for the Atmeal SAMV7 family
|
- Atmel SAMV7: Add architecture support for the Atmel SAMV7 family
|
||||||
(Cortex-M7)
|
(Cortex-M7)
|
||||||
|
|
||||||
* Atmel SAMV7 Boards:
|
* Atmel SAMV7 Boards:
|
||||||
@ -8571,7 +8571,7 @@ Additional new features and extended functionality:
|
|||||||
|
|
||||||
- gettimeofday(): This function is no longer a core OS interface. It
|
- gettimeofday(): This function is no longer a core OS interface. It
|
||||||
is only a wrapper around clock_settime().
|
is only a wrapper around clock_settime().
|
||||||
- settimeofday(): Added. gettimeofday has been decrecated in POSIX
|
- settimeofday(): Added. gettimeofday has been deprecated in POSIX
|
||||||
2008. settimeofday() was never part of POSIX, but I decided to add
|
2008. settimeofday() was never part of POSIX, but I decided to add
|
||||||
it to libc as well just for symmetry.
|
it to libc as well just for symmetry.
|
||||||
- Day-of-Week: Add CONFIG_TIME_EXTENDED to support the last 3 members
|
- Day-of-Week: Add CONFIG_TIME_EXTENDED to support the last 3 members
|
||||||
@ -8601,7 +8601,7 @@ Additional new features and extended functionality:
|
|||||||
- NSH: Allow NSH 'date' command with no hardware RTC. This command
|
- NSH: Allow NSH 'date' command with no hardware RTC. This command
|
||||||
is useful without an RTC too. Also, this permits testing on the
|
is useful without an RTC too. Also, this permits testing on the
|
||||||
simulator which never has an RTC.
|
simulator which never has an RTC.
|
||||||
- apps/examples/: Serveral tess changed (touchscreen adc, pwm,
|
- apps/examples/: Several tests changed (touchscreen adc, pwm,
|
||||||
graphics). No longer call directly into the OS, but rather
|
graphics). No longer call directly into the OS, but rather
|
||||||
indirectly via boardctl().
|
indirectly via boardctl().
|
||||||
- Modbus: Includes extensions to support RTU master mode by
|
- Modbus: Includes extensions to support RTU master mode by
|
||||||
@ -8639,7 +8639,7 @@ detailed bugfix information):
|
|||||||
be greater than OR EQUAL TO 1000000000 for maximum value of nanoseconds
|
be greater than OR EQUAL TO 1000000000 for maximum value of nanoseconds
|
||||||
in struct tm. From Juha Niskanen.
|
in struct tm. From Juha Niskanen.
|
||||||
- Time initialization: Fix an error in time initialization when there
|
- Time initialization: Fix an error in time initialization when there
|
||||||
is not RTC and the time is initialized from a fixed configured value.
|
is no RTC and the time is initialized from a fixed configured value.
|
||||||
The call to clock_calendar2utc() was returning the time in units of
|
The call to clock_calendar2utc() was returning the time in units of
|
||||||
seconds. The initialization logic, however, was expecting to get
|
seconds. The initialization logic, however, was expecting to get
|
||||||
time in units of days. This problem has been there forever but
|
time in units of days. This problem has been there forever but
|
||||||
|
Loading…
Reference in New Issue
Block a user