bsp.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #
  2. # Licensed to the Apache Software Foundation (ASF) under one
  3. # or more contributor license agreements. See the NOTICE file
  4. # distributed with this work for additional information
  5. # regarding copyright ownership. The ASF licenses this file
  6. # to you under the Apache License, Version 2.0 (the
  7. # "License"); you may not use this file except in compliance
  8. # with the License. You may obtain a copy of the License at
  9. #
  10. # http://www.apache.org/licenses/LICENSE-2.0
  11. #
  12. # Unless required by applicable law or agreed to in writing,
  13. # software distributed under the License is distributed on an
  14. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. # KIND, either express or implied. See the License for the
  16. # specific language governing permissions and limitations
  17. # under the License.
  18. #
  19. bsp.name: "nRF52 DK"
  20. bsp.url: https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52-DK
  21. bsp.maker: "Nordic Semiconductor"
  22. bsp.arch: bsim_arch
  23. bsp.compiler: "@apache-mynewt-core/compiler/sim"
  24. bsp.downloadscript: "hw/bsp/nrf52_bsim/nordic_pca10040_download.sh"
  25. bsp.debugscript: "hw/bsp/nrf52_bsim/nordic_pca10040_debug.sh"
  26. bsp.downloadscript.WINDOWS.OVERWRITE: "hw/bsp/nrf52_bsim/nordic_pca10040_download.cmd"
  27. bsp.debugscript.WINDOWS.OVERWRITE: "hw/bsp/nrf52_bsim/nordic_pca10040_debug.cmd"
  28. bsp.flash_map:
  29. areas:
  30. # System areas.
  31. FLASH_AREA_BOOTLOADER:
  32. device: 0
  33. offset: 0x00000000
  34. size: 16kB
  35. FLASH_AREA_IMAGE_0:
  36. device: 0
  37. offset: 0x00008000
  38. size: 232kB
  39. FLASH_AREA_IMAGE_1:
  40. device: 0
  41. offset: 0x00042000
  42. size: 232kB
  43. FLASH_AREA_IMAGE_SCRATCH:
  44. device: 0
  45. offset: 0x0007c000
  46. size: 4kB
  47. # User areas.
  48. FLASH_AREA_REBOOT_LOG:
  49. user_id: 0
  50. device: 0
  51. offset: 0x00004000
  52. size: 16kB
  53. FLASH_AREA_NFFS:
  54. user_id: 1
  55. device: 0
  56. offset: 0x0007d000
  57. size: 12kB