Home
last modified time | relevance | path

Searched refs:ci (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-Core-3.7.0/scripts/ci/
Dtwister_ignore.txt39 scripts/ci/test_plan.py
40 scripts/ci/twister_ignore.txt
41 scripts/ci/what_changed.py
42 scripts/ci/version_mgr.py
43 scripts/ci/stats/*
47 scripts/ci/pylintrc
DKconfig.board.v21 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
Dpylintrc8 # pylint3 --rcfile=ci-tools/scripts/pylintrc <Python file>
12 # pylint3 --rcfile=ci-tools/scripts/pylintrc $(git ls-files '*.py')
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_adv.c73 struct pdu_adv *ci, uint8_t devmatch_ok,
76 struct pdu_adv *adv, struct pdu_adv *ci,
79 struct pdu_adv *ci);
1014 struct pdu_adv *ci, uint8_t devmatch_ok, in isr_rx_ci_check() argument
1020 return ull_filter_lll_rl_addr_allowed(ci->tx_addr, in isr_rx_ci_check()
1021 ci->connect_ind.init_addr, in isr_rx_ci_check()
1026 isr_rx_ci_adva_check(adv, ci) && in isr_rx_ci_check()
1027 isr_rx_ci_tgta_check(lll, adv, ci, *rl_idx); in isr_rx_ci_check()
1032 ull_filter_lll_rl_addr_allowed(ci->tx_addr, in isr_rx_ci_check()
1033 ci->connect_ind.init_addr, in isr_rx_ci_check()
[all …]
/Zephyr-Core-3.7.0/scripts/
Drequirements-compliance.txt3 # used by ci/check_compliance
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv.c85 struct pdu_adv *ci, uint8_t rl_idx);
87 struct pdu_adv *ci);
737 bool lll_adv_connect_ind_check(struct lll_adv *lll, struct pdu_adv *ci, in lll_adv_connect_ind_check() argument
745 return ull_filter_lll_rl_addr_allowed(ci->tx_addr, in lll_adv_connect_ind_check()
746 ci->connect_ind.init_addr, in lll_adv_connect_ind_check()
751 isr_rx_ci_adva_check(tx_addr, addr, ci) && in lll_adv_connect_ind_check()
752 isr_rx_ci_tgta_check(lll, rx_addr, tgt_addr, ci, in lll_adv_connect_ind_check()
758 ull_filter_lll_rl_addr_allowed(ci->tx_addr, in lll_adv_connect_ind_check()
759 ci->connect_ind.init_addr, in lll_adv_connect_ind_check()
763 isr_rx_ci_adva_check(tx_addr, addr, ci); in lll_adv_connect_ind_check()
[all …]
Dlll_adv_internal.h65 bool lll_adv_connect_ind_check(struct lll_adv *lll, struct pdu_adv *ci,
/Zephyr-Core-3.7.0/soc/espressif/esp32c3/
DCMakeLists.txt59 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
62 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py
/Zephyr-Core-3.7.0/soc/espressif/esp32c6/
DCMakeLists.txt59 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
62 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py
/Zephyr-Core-3.7.0/soc/espressif/esp32s2/
DCMakeLists.txt60 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
63 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c504 cmd->assoc_req.ci.reserved_1 = 0U; /* Reserved */ in ieee802154_associate()
505 cmd->assoc_req.ci.dev_type = 0U; /* RFD */ in ieee802154_associate()
506 cmd->assoc_req.ci.power_src = 0U; /* TODO: set right power source */ in ieee802154_associate()
507 cmd->assoc_req.ci.rx_on = 1U; /* TODO: derive from PM settings */ in ieee802154_associate()
508 cmd->assoc_req.ci.association_type = 0U; /* normal association */ in ieee802154_associate()
509 cmd->assoc_req.ci.reserved_2 = 0U; /* Reserved */ in ieee802154_associate()
511 cmd->assoc_req.ci.sec_capability = ctx->sec_ctx.level > IEEE802154_SECURITY_LEVEL_NONE; in ieee802154_associate()
513 cmd->assoc_req.ci.sec_capability = 0U; in ieee802154_associate()
518 cmd->assoc_req.ci.alloc_addr = 1U; in ieee802154_associate()
Dieee802154_frame.h343 } ci; member
/Zephyr-Core-3.7.0/soc/espressif/esp32/
DCMakeLists.txt82 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
85 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py
/Zephyr-Core-3.7.0/soc/espressif/esp32s3/
DCMakeLists.txt83 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
86 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py
/Zephyr-Core-3.7.0/tests/net/lib/lwm2m/interop/
DREADME.md61 * Download Leshan JAR file from https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifa…
62 * Download Leshan Bootstrap server JAR file from https://ci.eclipse.org/leshan/job/leshan/lastSucce…
76 … wget https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-server-demo.jar
80 …wget 'https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-bsserver-demo.j…
/Zephyr-Core-3.7.0/tests/net/ieee802154/l2/src/
Dieee802154_shell_test.c109 zassert_equal(cmd->assoc_req.ci.alloc_addr, true, in test_association_request()
111 zassert_equal(cmd->assoc_req.ci.association_type, false, in test_association_request()
/Zephyr-Core-3.7.0/boards/quicklogic/quick_feather/doc/
Dindex.rst122 https://sourceforge.net/p/openocd/code/ci/master/tree/tcl/board/quicklogic_quickfeather.cfg
/Zephyr-Core-3.7.0/samples/net/lwm2m_client/
DREADME.rst75 …$ wget https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-server-demo.jar
134 …$ wget https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-bsserver-demo.…
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-2.7.rst1097 * :github:`38731` - test-ci: ptp_clock_test : test failure on frdm_k64f platform
1130 * :github:`38581` - tests-ci : kernel: scheduler: multiq test failed
1131 * :github:`38582` - tests-ci : kernel: scheduler: test failed
1139 * :github:`38554` - tests-ci : kernel: scheduler: test failed
1159 * :github:`38442` - test-ci: can: twr_ke18f: all can driver test fails with BUS Fault
1160 * :github:`38438` - test-ci: test_flash_map:twr_ke18f: test failure
1349 * :github:`37927` - tests-ci: net-lib: test/net/lib : build missing drivers__net and application ha…
1461 * :github:`37264` - tests-ci : can: isotp: implemmentation test report FATAL ERROR when do not con…
1462 * :github:`37265` - tests-ci : kernel: scheduler: multiq test failed
1463 * :github:`37266` - tests-ci : kernel: memory_protection: userspace test Timeout
[all …]
Drelease-notes-3.1.rst1324 * :github:`45872` - ci: make git credentials non-persistent
1325 * :github:`45871` - ci: split Bluetooth workflow
1353 * :github:`45750` - tests-ci : kernel: timer: tickless test_sleep_abs Failed
1354 * :github:`45751` - tests-ci : drivers: counter: basic_api test_multiple_alarms Failed
1403 * :github:`45401` - test-ci: adc: lpcxpresso55s28: adc pinctl init error
1514 * :github:`44670` - tests-ci : kernel: tickless: concept test Timeout
1515 * :github:`44671` - tests-ci : kernel: scheduler: deadline test failed
1516 * :github:`44672` - tests-ci : drivers: counter: basic_api test failed
1552 * :github:`44391` - tests-ci : peripheral: gpio: 1pin test Timeout
1553 * :github:`44438` - tests-ci : arch: interrupt: arm.nmi test Unknown
[all …]
Drelease-notes-3.3.rst2773 - :github:`54273` - ci: Scan code workflow does not report a violation for unknown LicenseRef
3121 * :github:`53033` - tests-ci : libraries: encoding: jwt test Failed
3122 * :github:`53034` - tests-ci : os: mgmt: info_net test No Console Output(Timeout)
3123 * :github:`53035` - tests-ci : crypto: rand32: random_ctr_drbg test No Console Output(Timeout)
3124 * :github:`53036` - tests-ci : testing: ztest: base.verbose_1 test No Console Output(Timeout)
3125 * :github:`53037` - tests-ci : net: mqtt_sn: client test No Console Output(Timeout)
3126 * :github:`53038` - tests-ci : net: socket: mgmt test No Console Output(Timeout)
3127 * :github:`53039` - tests-ci : net: socket: af_packet.ipproto_raw test No Console Output(Timeout)
3128 * :github:`53040` - tests-ci : net: ipv4: fragment test No Console Output(Timeout)
3271 * :github:`52131` - tests-ci : kernel: timer: starve test No Console Output(Timeout)
[all …]
/Zephyr-Core-3.7.0/boards/amd/kv260_r5/doc/
Dindex.rst89 https://github.com/OpenAMP/openamp-ci-builds/releases/tag/v2022.12
/Zephyr-Core-3.7.0/
D.mailmap55 Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
/Zephyr-Core-3.7.0/doc/develop/
Dbeyond-GSG.rst258 …wget -O 60-openocd.rules https://sf.net/p/openocd/code/ci/master/tree/contrib/60-openocd.rules?for…
/Zephyr-Core-3.7.0/doc/develop/west/
Dmanifest.rst1637 file :file:`00-ci.yml` in :file:`my-repo/submanifests`, with these contents:
1641 # my-repo/submanifests/00-ci.yml:
1652 :file:`my-repo/submanifests`. The projects defined in :file:`00-ci.yml` have
1654 because the name :file:`00-ci.yml` comes before the other file names.

12