1. Sep 14, 2016
  2. Sep 08, 2016
  3. Sep 07, 2016
  4. Sep 06, 2016
  5. Sep 03, 2016
  6. Aug 16, 2016
  7. Aug 12, 2016
    • texane's avatar
      Merge pull request #455 from Fabien-Chouteau/semihosting · 28dc5c99
      texane authored
      Improve ARM semi-hosting support
      28dc5c99
    • Fabien Chouteau's avatar
      Improve ARM semi-hosting support · 3a1ab6e3
      Fabien Chouteau authored
      This patch adds the following operations:
      
       - SYS_OPEN
       - SYS_CLOSE
       - SYS_WRITE
       - SYS_READ
       - SYS_ERRNO
       - SYS_REMOVE
       - SYS_SEEK
      
      The use of utility functions mem_read() and mem_write() add an
      unnecessary memcpy() call. All buffer transfer could be done directly in
      the sl->q_buf data instead of using a temporary transfer buffer.
      However, given the relative slowness of target memory transfer, I don't
      think that this has a big impact on performances
      3a1ab6e3
  8. Aug 11, 2016
  9. Aug 10, 2016
  10. Aug 09, 2016
  11. Aug 07, 2016
  12. Aug 04, 2016
  13. Aug 03, 2016
  14. Jul 23, 2016
  15. Jul 19, 2016
  16. Jun 25, 2016
    • texane's avatar
      Merge pull request #442 from bitdump/bug-fix-stm32f030-erase-error · 96554d9b
      texane authored
      Fix an erase error in stm32f030 device.
      96554d9b
    • Chris's avatar
      Fix an erase error in stm32f030 device. · c61f160d
      Chris authored
      I run into flashing error with stm32f030. With some
      debugging I find out that the mass erase bit was dropped
      when flash programming bit already set on FLASH_CR.
      This cause erase and write error with my stm32f030
      board.
      
      Mass erase never need the programming bit. Turn off the
      programming bit make stlink flash stm32f030 successfully.
      c61f160d
  17. Jun 22, 2016