Skip to content

Commit

Permalink
boards: rakwireless: Use proper vendor prefix as board folder
Browse files Browse the repository at this point in the history
hwmv2 established a convention that boards live in a folder named after
the vendor prefix.
RAK Wireless boards apparently missed the memo :)

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
  • Loading branch information
kartben committed Oct 23, 2024
1 parent 39917ae commit 9ce52c8
Show file tree
Hide file tree
Showing 33 changed files with 4 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions doc/_scripts/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
# zephyr-keep-sorted-start
('application/index', 'develop/application/index'),
('boards/arduino/uno_r4_minima/doc/index', 'boards/arduino/uno_r4/doc/index'),
('boards/rak/index', 'boards/rakwireless/index'),
('boards/rak/rak11720/doc/index', 'boards/rakwireless/rak11720/doc/index'),
('boards/rak/rak4631/doc/index', 'boards/rakwireless/rak4631/doc/index'),
('boards/rak/rak5010/doc/index', 'boards/rakwireless/rak5010/doc/index'),
('boards/x86/ehl_crb/doc/index', 'boards/x86/intel_ehl/doc/index'),
('boards/x86/intel_ehl/doc/index', 'boards/intel/ehl/doc/index'),
('boards/x86/intel_rpl/doc/index', 'boards/intel/rpl/doc/index'),
Expand Down

0 comments on commit 9ce52c8

Please sign in to comment.