Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Apr 22, 2022
  2. Apr 19, 2022
  3. Apr 14, 2022
  4. Apr 13, 2022
  5. Apr 12, 2022
  6. Apr 07, 2022
    • Gerard Marull-Paretas's avatar
      doc: css: update code documentation directives style · 33318bfb
      Gerard Marull-Paretas authored
      
      New Sphinx version (or docutils) has slightly changed the output format
      for code documentation directives. These changes try to mimic previous
      behavior, even though it does not achieve 100% equal result. In some
      cases the new default style does not require further tweaks, and in some
      others styling as before is not possible.
      
      Signed-off-by: default avatarGerard Marull-Paretas <gerard.marull@nordicsemi.no>
      33318bfb
    • Gerard Marull-Paretas's avatar
      doc: update requirements · 3497031e
      Gerard Marull-Paretas authored
      
      breathe: for simplicity, require versions > 4.30 (lower versions have
      known issues, so do not take risks).
      Sphinx: start requiring versions >=4.x. Keep with compatible versions,
      since Sphinx major updrages can easily break extensions, themes, etc.
      sphinx_rtd_theme: upgrade to >=1.x. Again, keep with compatible versions
      since we have style customizations that can likely break on major
      upgrades.
      pygments: Allow any version >=2.9 (version that introduced DT support).
      We do not have strong compatibility requirements here.
      sphinx-notfound-page: Remove any requirements, we do not have strong
      requirements for this one.
      
      Signed-off-by: default avatarGerard Marull-Paretas <gerard.marull@nordicsemi.no>
      3497031e
  7. Apr 05, 2022
  8. Mar 29, 2022
  9. Mar 23, 2022
  10. Mar 22, 2022
  11. Mar 17, 2022
    • Piotr Pryga's avatar
      Bluetooth: controller: Add missing NULL assign to df_cfg in ll_adv_set · 6bbf1e7e
      Piotr Pryga authored
      
      ll_adv_set stores poitner to direction finding TX configuration.
      When ll_reset is executed the pointer was not NULL assigned.
      That lead to erroneous behavior e.g. df_cfg->is_enabled was set
      to TRUE even the functionality was not enabled.
      DF configuration is stored in memory pool. The memory pool uses
      free elements to store its internal data. On reset whole pool is
      expected to be free, so ll_adv_set->df_cfg may not point to any
      element allocated from memory pool.
      
      Signed-off-by: default avatarPiotr Pryga <piotr.pryga@nordicsemi.no>
      6bbf1e7e
  12. Mar 16, 2022
    • Tomasz Bursztyka's avatar
      arch/x86: Fix MSI MAP destination · 063dbecb
      Tomasz Bursztyka authored
      
      When Zephyr runs directly on actual hardware, it will be always
      directing MSI messages to BSP (BootStrap Processor). This was fine until
      Zephyr could be ran on virtualizor that may NOT run it on BSP.
      
      So directing MSI messages on current processor. If Zephyr runs on actual
      hardware, it will be BSP since such setup is always made at boot time by
      the BSP. On other use case it will be whatever is relevant at that time.
      
      Fixes #43853
      
      Signed-off-by: default avatarTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
      063dbecb
Loading