1. 20 Jul, 2017 8 commits
  2. 16 Jun, 2017 4 commits
  3. 15 Jun, 2017 1 commit
  4. 14 Jun, 2017 7 commits
  5. 13 Jun, 2017 3 commits
    • Carles Cufi's avatar
      doc: Fill the Bluetooth section in the 1.8 release notes · d3894921
      Carles Cufi authored
      
      Used the following command to get the full list of changes:
      
      (v1.8-branch) $ git log v1.7.0.. subsys/bluetooth/
      Signed-off-by: default avatarCarles Cufi <carles.cufi@nordicsemi.no>
      d3894921
    • Jukka Rissanen's avatar
      doc: Add networking changes to 1.8 release note · 8d963ce7
      Jukka Rissanen authored
      
      Add general description of network stack changes in v1.8 and
      two IEEE 802.15.4 driver additions in Drivers section.
      Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@linux.intel.com>
      8d963ce7
    • Inaky Perez-Gonzalez's avatar
      scripts: look for files with no licensing info · 36075ec4
      Inaky Perez-Gonzalez authored
      
      Bash hack that will parse the list of files known to git, filter the
      ones for which we think we have licensing info, filter trivial ones
      and print the non-compliant ones to stdout:
      
      $ cd WHEREVER/zephyr.git
      $ scripts/scan-no-license.sh  > no-license
      I: 6327 files total
      I: 3568 after filtering known issues
      I: 3568 files before, 1828 after filtering token 'SPDX-License-Identifier'
      I: 1828 files before, 1027 after filtering token 'Copyright'
      I: 1027 files before, 1023 after filtering token 'License'
      I: 1023 files before, 1017 after filtering token 'licenseText'
      I: 1017 files before, 78 after filtering token '([Cc])'
      I: 78 files without license
      $ head no-license
      arch/nios2/soc/nios2f-zephyr/cpu/ghrd_10m50da.qsys
      arch/nios2/soc/nios2f-zephyr/cpu/ghrd_10m50da.qws
      arch/nios2/soc/nios2f-zephyr/cpu/ghrd_10m50da.sof
      arch/nios2/soc/nios2f-zephyr/cpu/ghrd_10m50da.sopcinfo
      arch/nios2/soc/nios2f-zephyr/cpu/ghrd_10m50da_top.v
      ...
      Signed-off-by: default avatarInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
      36075ec4
  6. 12 Jun, 2017 1 commit
  7. 09 Jun, 2017 16 commits