- Jul 20, 2017
-
-
Lokesh B V authored
Libc math: Error fixes in modf() and ceil() API's Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Lokesh B V authored
Ex:for input x = 1.0, the ouput should be 1.0, but the ouput was 2.0. Signed-off-by: Lokesh B V <lokeshbv333@gmail.com>
-
Lokesh B V authored
The sign of integral part given by the modf() should be same as sign of input. But for inputs between 0 and 1, the sign of integral part was not same as sign of input. Signed-off-by: Lokesh B V <lokeshbv333@gmail.com>
-
Titus von Boxberg authored
Initial port to STM32F769I-DISCO Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Jul 19, 2017
-
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
do not enforce CONFIG_STM32_CCMEXCLUDE for CONFIG_ARCH_CHIP_STM32F7, macro rename STM32 -> STM32F7, #include corrections
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Matt Thompson authored
-
Gregory Nutt authored
CDC/ACM. Fix several known problems resulting from merge of USB composite device. That merge now breaks some of the non-composite USB devices. These fixes are for CDC/ACM.
-
Gregory Nutt authored
-