Skip to content
  1. Mar 25, 2018
  2. Mar 24, 2018
  3. Mar 23, 2018
  4. Mar 21, 2018
  5. Mar 20, 2018
  6. Mar 18, 2018
  7. Mar 17, 2018
    • Gregory Nutt's avatar
      apps/system/lzf: · d35a3e84
      Gregory Nutt authored
        - The maximum block size is now configuration setting in order to give finer control over memory usage.
        - The compression/decompression buffers have been moved out the stack and are now global variables.  This eliminates the need to set large stack sizes to use this utility.
        - Added semaphore protection of all global variables for the case of the FLAT or PROTECTED builds.  Unlike the KERNEL build, the same global variables will be used by each instance of the LZF utility.  If you want thread safety, then you must either (a) serialize all access to the global variables, or (b) pack the global variables into a structure and allocate that structure on each execution of lzf_main().
      d35a3e84
  8. Mar 16, 2018
  9. Mar 15, 2018
  10. Mar 14, 2018
  11. Mar 13, 2018
  12. Mar 12, 2018
  13. Mar 10, 2018
    • Gregory Nutt's avatar
      Squashed commit of the following: · b3f638b4
      Gregory Nutt authored
          apps/examples/ft80x:  Fix some errors in co-processor demos.
          apps/examples/ft80x:  Correct an error in the spinner demo.
          apps/examples/ft80x:  Change some unimportant warnings to informational output to reducing debug output.
      b3f638b4
  14. Mar 09, 2018
    • Gregory Nutt's avatar
    • Gregory Nutt's avatar
      Squashed commit of the following: · b0a0a39f
      Gregory Nutt authored
          apps/examples/ft80x:  Fix some size calculations.  Add option to disable primitive tests... just too boring to have to watch over and over again.
          apps/graphics/ft80x:  Fix a typo in backlight fade logic; Fix error in formmatted display light debug dump output.
          apps/graphics/ft80x:  Fix some warnings when debug features are enabled.
      b0a0a39f
    • Sebastien Lorquet's avatar
      apps/netutils/tftpc: This commit modifies the TFTP client functions to use a... · 3211ab90
      Sebastien Lorquet authored
      apps/netutils/tftpc:  This commit modifies the TFTP client functions to use a data read/write callback instead of a file.This allows TFTP to write to arbitrary destination (in my case, a MTD device - for firmware update).  Two new functions are introduced for this, named tftpget_cb and tftpput_cb. They are just made of most of the existing code.  The previously existing tftpget/tftpput functions are now wrappers on the new ones, with callbacks that read/write from files, so my modifications are backwards compatible with existing applications, eg the associated nsh commands dont need to be changed.
      3211ab90
  15. Mar 01, 2018
  16. Feb 27, 2018
  17. Feb 26, 2018
  18. Feb 25, 2018
  19. Feb 24, 2018