Skip to content

Commit

Permalink
Updated for version 1.0.0 release
Browse files Browse the repository at this point in the history
Merged zas-v1.0.0 development repo
  • Loading branch information
BhupeshKharwa-AlifSemi committed Nov 12, 2024
2 parents f33d845 + 6c22cf7 commit 1118024
Show file tree
Hide file tree
Showing 365 changed files with 1,783 additions and 115,562 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ add_subdirectory_ifdef(CONFIG_ALIF_ROM_LC3_CODEC lc3)
add_subdirectory_ifdef(CONFIG_IEEE802154_ALIF_SUPPORT ieee802154)

add_subdirectory_ifdef(CONFIG_ALIF_BLE_HOST ble)
add_subdirectory_ifdef(CONFIG_PM_RTSS drivers/pm)
10 changes: 8 additions & 2 deletions automation/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,18 @@ pipeline {
git clone https://github.com/alifsemi/hal_alif.git -b ${BRANCH} ; cd hal_alif ; \
if [ \"x${BRANCH}\" = \"xmain\" ] ; then cd ../zephyr ; \
rm -rf build ; \
west build -b alif_e3_dk_rtss_hp samples/hello_world ; \
west build -b alif_e7_dk_rtss_hp samples/hello_world -p ; \
west build -b alif_e7_dk_rtss_he samples/hello_world -p ; \
west build -b alif_b1_dk_rtss_he samples/hello_world -p ; \
west build -b alif_e1c_dk_rtss_he samples/hello_world -p ; \
else if ../zephyr/scripts/checkpatch.pl \
--ignore=GERRIT_CHANGE_ID,EMAIL_SUBJECT,COMMIT_MESSAGE,COMMIT_LOG_LONG_LINE -g \
origin/${BRANCH}...origin/main ; then cd ../zephyr ; \
rm -rf build ; \
west build -b alif_e3_dk_rtss_hp samples/hello_world ; \
west build -b alif_e7_dk_rtss_hp samples/hello_world -p ; \
west build -b alif_e7_dk_rtss_he samples/hello_world -p ; \
west build -b alif_b1_dk_rtss_he samples/hello_world -p ; \
west build -b alif_e1c_dk_rtss_he samples/hello_world -p ; \
else echo 'ERROR:scripts/checkpatch.pl detected errors/warnings.'; \
echo 'CMD:Run git diff --cached | <zephyr_dir>/scripts/checkpatch.pl - before \
committing' ; exit 1 ; fi ; fi"
Expand Down
20 changes: 0 additions & 20 deletions ble/CMakeLists.txt

This file was deleted.

9 changes: 0 additions & 9 deletions ble/ble_patch_info.ld

This file was deleted.

23 changes: 0 additions & 23 deletions ble/ble_patch_ramable.ld

This file was deleted.

9 changes: 0 additions & 9 deletions ble/ble_reserved_ram.ld

This file was deleted.

83 changes: 0 additions & 83 deletions ble/include/acc.h

This file was deleted.

Loading

0 comments on commit 1118024

Please sign in to comment.