Commit Graph

6 Commits (6fc33f4d9c860e07ba286154ba6ec22c1b19e620)

Author SHA1 Message Date
Christopher Haster 6fc33f4d9c Fixed incorrect instruction in IAR ctz implementation
The RBIT instruction reverses the bits of a word, not REV
2017-10-16 17:52:35 -05:00
Christopher Haster 383677f604 Merge commit '3c3b0329d44d44a2d47a28c755658d7f1db6a085' 2017-10-12 20:43:59 -05:00
Christopher Haster 301232eb4e Ported lfs_util functions to IAR intrinsics
required intrinsics for:
- lfs_ctz
- lfs_npw2
2017-10-10 06:55:13 -05:00
Christopher Haster 64ff4b60eb Added support for Travis CI 2017-07-12 09:45:19 -05:00
Christopher Haster c5868790bc Tweaked littlefs to fit into mbed
- Changed log statements to use the debug function
- Changed %d to %ld given the type of int32_t in arm-none-eabi-gcc. In
  mainstream gcc this is not the case and may cause problems to
  upstream.
2017-07-12 06:50:52 -05:00
Christopher Haster c9062594b5 Merge commit '98af79f087e8d95b28614e982a144a122f2dcbda' as 'littlefs' 2017-07-12 04:44:33 -05:00