Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 24, 2020
    • Martí Bolívar's avatar
      cmake: flash: three runners.yaml fixes · e4479e2f
      Martí Bolívar authored
      
      There are two problems with the way runners.yaml is being created:
      
      1. The dictionary which contains the arguments for each runner is
         using the runner's name converted to a C identifier instead of the
         runner's name itself. That causes west flash to fail when the two
         are different, e.g. for 'misc-flasher' (runner name), which is
         different than 'misc_flasher' (runner name as C identifier)
      
      2. We need to make sure that the dictionary key maps to an empty list
         if there are no arguments, which normally doesn't happen since the
         runner usually at least takes the path of the file to flash or debug.
         It does happen in the case of misc-flasher, though, since the whole
         point of that runner is that it's an escape hatch for people with
         out of tree scripts that nevertheless want 'west flash' integration
         for things like sanitycheck device testing.
      
      3. A copy/paste error is setting the debug runner to the flash runner.
      
      Fix them all.
      
      Fixes: #23004
      Signed-off-by: default avatarMartí Bolívar <marti.bolivar@nordicsemi.no>
      e4479e2f
    • Ioannis Glaropoulos's avatar
      doc: release notes: add list of ARM boards · 0d47d1e4
      Ioannis Glaropoulos authored
      
      In the 2.2 release notes add the list of ARM boards, whose
      support was added during the 2.2 release cycle.
      
      Signed-off-by: default avatarIoannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
      0d47d1e4
  3. Feb 23, 2020
  4. Feb 22, 2020
  5. Feb 21, 2020
Loading