Skip to content
Snippets Groups Projects
  1. Jan 31, 2018
  2. Mar 14, 2017
    • Beat Küng's avatar
      params: make param_t uint16_t on NuttX · b4290b6b
      Beat Küng authored
      param_t is only used as an offset and we have <1000 params, so an uint16_t
      is enough.
      This saves roughly 1KB of RAM. We only do that on NuttX because normal
      integers have better performance in general.
      Previously on amd64, this was even 64bits because it was an uintptr_t.
      b4290b6b
  3. Jun 22, 2016
  4. Apr 26, 2016
    • Julian Oes's avatar
      param_shmem: fix bug where params didn't stick · e3c9135a
      Julian Oes authored
      There was the case where a param was changed on the Linux side but the
      change did not get saved on the DSP side because the param was not in
      the local list of changed params on the DSP side. On save, the param
      index is now refreshed, and param_get is called on all params that have
      changed. This is a hacky workaround but resolves the problem for now.
      e3c9135a
  5. Apr 24, 2016
  6. Mar 09, 2016
  7. Feb 19, 2016
Loading