Skip to content

Commit

Permalink
Merge pull request #335 from aabadie/no_nrf53_macros
Browse files Browse the repository at this point in the history
segger: drop macros used to specify nrf53 specific implementations (pwm, lh2, radio, rng)
  • Loading branch information
aabadie authored Nov 13, 2024
2 parents 5af397c + 7c64fe8 commit 5f7f6d5
Show file tree
Hide file tree
Showing 29 changed files with 3,566 additions and 3,465 deletions.
8 changes: 4 additions & 4 deletions bsp/bsp.emProject
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
project_dependencies="00bsp_timer_hf"
project_directory="."
project_type="Library" />
<file file_name="nrf/$(Lh2ImplementationFile)" />
<file file_name="nrf/lh2.c" />
<file file_name="lh2.h" />
</project>
<project Name="00bsp_dotbot_rpm">
Expand Down Expand Up @@ -79,7 +79,7 @@
project_dependencies="00bsp_gpio"
project_directory="."
project_type="Library" />
<file file_name="nrf/$(PwmImplementationFile)" />
<file file_name="nrf/pwm.c" />
<file file_name="pwm.h" />
</project>
<project Name="00bsp_qdec">
Expand All @@ -106,15 +106,15 @@
project_dependencies="00bsp_clock"
project_directory="."
project_type="Library" />
<file file_name="nrf/$(RadioImplementationFile)" />
<file file_name="nrf/radio.c" />
<file file_name="radio.h" />
</project>
<project Name="00bsp_rng">
<configuration
Name="Common"
project_directory="."
project_type="Library" />
<file file_name="nrf/$(RngImplementationFile)" />
<file file_name="nrf/rng.c" />
<file file_name="rng.h" />
</project>
<project Name="00bsp_saadc">
Expand Down
Loading

0 comments on commit 5f7f6d5

Please sign in to comment.