Skip to content
  1. Jul 24, 2016
  2. Jul 23, 2016
  3. Jul 21, 2016
  4. Jul 20, 2016
  5. Jul 19, 2016
  6. Jul 18, 2016
  7. Jul 17, 2016
  8. Jul 16, 2016
  9. Jul 15, 2016
  10. Jul 14, 2016
  11. Jul 13, 2016
  12. Jul 12, 2016
  13. Jul 11, 2016
  14. Jul 10, 2016
    • David Alessio's avatar
      Recent enhancements to cmd_ps trips a floating point exception if... · f553fd13
      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 ;)
      `
      f553fd13
    • David Alessio's avatar
      The NTP client will now optionally use pool.ntp.org as the NTP server; and... · 8997e584
      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.
      8997e584