1. 24 Jul, 2020 1 commit
  2. 22 Jul, 2020 3 commits
  3. 21 Jul, 2020 1 commit
    • Zoltán Vörös's avatar
      lib/libm_dbl: Add round.c source code. · 27767aaf
      Zoltán Vörös authored
      This code is imported from musl, to match existing code in libm_dbl.
      
      The file is also added to the build in stm32/Makefile.  It's not needed by
      the core code but, similar to c5cc6417,
      allows round() to be used by user C modules or board extensions.
      27767aaf
  4. 20 Jul, 2020 14 commits
  5. 18 Jul, 2020 5 commits
  6. 17 Jul, 2020 1 commit
  7. 16 Jul, 2020 5 commits
  8. 10 Jul, 2020 1 commit
  9. 09 Jul, 2020 1 commit
  10. 08 Jul, 2020 7 commits
  11. 01 Jul, 2020 1 commit
    • Glenn Ruben Bakke's avatar
      nrf/Makefile: Disable ROM text compression when compiling for debug. · c2317a3a
      Glenn Ruben Bakke authored
      When compiling for debug (-O0) the .text segment cannot fit the flash
      region when MICROPY_ROM_TEXT_COMPRESSION=1, because the compiler does not
      optimise away the large if-else chain used to select the correct compressed
      string.
      
      This commit enforces MICROPY_ROM_TEXT_COMPRESSION=0 when compiling for
      debug (DEBUG=1).
      c2317a3a