- Jul 10, 2016
-
-
David Alessio authored
Recent enhancements to cmd_ps trips a floating point exception if LIBC_FLOATINGPOINT is not defined (at least on Cortex M4 w/ hardfloat). I’m using a buildroot gcc configured to support Cortex-M4F and the hard float ABI, target files are compiles with: -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard. I’m not sure the best way to address this, but the attached patch file is the first that comes to mind. Note, I added the float qualifier ‘F’ after a few constants to prevent the compiler from promoting the multiplication and division to double (expensive on M4F) then demoting to single float for the store. (sorry, it’s one of my many pet peeves ;) `
-
David Alessio authored
The NTP client will now optionally use pool.ntp.org as the NTP server; and reset the retry count upon success -- more robust.
-
Gregory Nutt authored
-
- Jul 09, 2016
-
-
Gregory Nutt authored
-
- Jul 08, 2016
-
-
Gregory Nutt authored
-
Matthias Renner authored
-
- Jul 06, 2016
-
-
Gregory Nutt authored
apps/canutils/libcanard: Define CANARD_ASSERT as DEBUGASSERT
-
Paul A. Patience authored
-
- Jul 05, 2016
-
-
Gregory Nutt authored
apps/canutils/libcanard: Update version
-
Paul A. Patience authored
-
- Jul 04, 2016
-
-
Gregory Nutt authored
-
- Jul 01, 2016
-
-
Gregory Nutt authored
Take 2
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
This reverts commit 0e4c247e.
-
Gregory Nutt authored
-
Gregory Nutt authored
Allow stack usage to be disabled on contrained systems
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jun 30, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Frank Benkert authored
-
- Jun 27, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Remove references to CONFIG_SYSLOG in nshlib
-
Gregory Nutt authored
apps/system/hex2bin: Move the portable library portion of hex2bin to nuttx/libc/hex2bin where it can be shared with the OS internals.
-
Mateusz Szafoni authored
-
Mateusz Szafoni authored
-
Gregory Nutt authored
Add platform files for Olimex STM32 E407
-
Mateusz Szafoni authored
-
- Jun 24, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Basic CAN utility library
-