Skip to content

Commit f9ccac2

Browse files
gmarullfabiobaltieri
authored andcommitted
doc: delete dead JIRA links
Zephyr JIRA instance is no longer available. Make JIRA links literals. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 6d08944 commit f9ccac2

File tree

7 files changed

+924
-925
lines changed

7 files changed

+924
-925
lines changed

boards/arc/em_starterkit/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ Release Notes
310310

311311
The following is a list of TODO items:
312312

313-
* :jira:`GH-2647`: Zephyr needs i-cache API (all targets)
314-
* :jira:`GH-2230`: Zephyr ARC port doesn't yet support nested regular interrupts.
313+
* ``GH-2647``: Zephyr needs i-cache API (all targets)
314+
* ``GH-2230``: Zephyr ARC port doesn't yet support nested regular interrupts.
315315
* pinmux driver: Possibly it can be written to configure PMods too.
316316

317317
References

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@
300300
# -- Linkcheck options ----------------------------------------------------
301301

302302
extlinks = {
303-
"jira": ("https://jira.zephyrproject.org/browse/%s", "JIRA #%s"),
304303
"github": ("https://github.com/zephyrproject-rtos/zephyr/issues/%s", "GitHub #%s"),
305304
}
306305

doc/releases/release-notes-1.5.rst

Lines changed: 138 additions & 138 deletions
Large diffs are not rendered by default.

doc/releases/release-notes-1.6.rst

Lines changed: 193 additions & 193 deletions
Large diffs are not rendered by default.

doc/releases/release-notes-1.7.rst

Lines changed: 298 additions & 298 deletions
Large diffs are not rendered by default.

doc/releases/release-notes-1.8.rst

Lines changed: 120 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -202,123 +202,123 @@ JIRA Related Items
202202

203203
.. comment List derived from Jira query: ...
204204
205-
* :jira:`ZEP-248` - Add a BOARD/SOC porting guide
206-
* :jira:`ZEP-339` - Tickless Kernel
207-
* :jira:`ZEP-540` - add APIs for asynchronous transfer callbacks
208-
* :jira:`ZEP-628` - Validate RPL Routing node support
209-
* :jira:`ZEP-638` - feature to consider: flag missing functionality at build time when possible
210-
* :jira:`ZEP-720` - Add MAX30101 heart rate sensor driver
211-
* :jira:`ZEP-828` - IPv6 - Multicast Join/Leave Support
212-
* :jira:`ZEP-843` - Unified assert/unrecoverable error infrastructure
213-
* :jira:`ZEP-888` - 802.15.4 - Security support
214-
* :jira:`ZEP-932` - Adapt kernel sample & test projects
215-
* :jira:`ZEP-948` - Revisit the timeslicing algorithm
216-
* :jira:`ZEP-973` - Remove deprecated API related to device PM functions and DEVICE\_ and SYS\_* macros
217-
* :jira:`ZEP-1028` - shrink k_block struct size
218-
* :jira:`ZEP-1032` - IPSP router role support
219-
* :jira:`ZEP-1169` - Sample mbedDTLS DTLS client stability on ethernet driver
220-
* :jira:`ZEP-1171` - Event group kernel APIs
221-
* :jira:`ZEP-1280` - Provide Event Queues Object
222-
* :jira:`ZEP-1313` - porting and user guides must include a security section
223-
* :jira:`ZEP-1326` - Clean up _THREAD_xxx APIs
224-
* :jira:`ZEP-1388` - Add support for KW40 SoC
225-
* :jira:`ZEP-1391` - Add support for Hexiwear KW40
226-
* :jira:`ZEP-1392` - Add FXAS21002 gyroscope sensor driver
227-
* :jira:`ZEP-1435` - Improve Quark SE C1000 ARC Floating Point Performance
228-
* :jira:`ZEP-1438` - AIO: AIO Comparator is not stable on D2000 and Arduino101
229-
* :jira:`ZEP-1463` - Add Zephyr Support in segger SystemView
230-
* :jira:`ZEP-1500` - net/mqtt: Test case for the MQTT high-level API
231-
* :jira:`ZEP-1528` - Provide template for multi-core applications
232-
* :jira:`ZEP-1529` - Unable to exit menuconfig
233-
* :jira:`ZEP-1530` - Hotkeys for the menu at the bottom of menuconfig sometimes doesn't work
234-
* :jira:`ZEP-1568` - Replace arm cortex_m scs and scb functionality with direct CMSIS-core calls
235-
* :jira:`ZEP-1586` - menuconfig: Backspace is broken
236-
* :jira:`ZEP-1599` - printk() support for the '-' indicator in format string (left justifier)
237-
* :jira:`ZEP-1607` - JSON encoding/decoding library
238-
* :jira:`ZEP-1621` - Stack Monitoring
239-
* :jira:`ZEP-1631` - Ability to use k_mem_pool_alloc (or similar API) from ISR
240-
* :jira:`ZEP-1684` - Add Atmel SAM family watchdog (WDT) driver
241-
* :jira:`ZEP-1695` - Support ADXL362 sensor
242-
* :jira:`ZEP-1698` - BME280 support for SPI communication
243-
* :jira:`ZEP-1711` - xtensa build defines Kconfigs with lowercase names
244-
* :jira:`ZEP-1718` - support for IPv6 fragmentation
245-
* :jira:`ZEP-1719` - TCP does not work with 6lo
246-
* :jira:`ZEP-1721` - many TinyCrypt test cases only run on ARM and x86
247-
* :jira:`ZEP-1722` - xtensa: TinyCrypt does not build
248-
* :jira:`ZEP-1735` - Controller to Host flow control
249-
* :jira:`ZEP-1759` - All python scripts needed for build should be moved to python 3 to minimize dependencies
250-
* :jira:`ZEP-1761` - K_MEM_POOL_DEFINE build error "invalid register name" when built with llvm/icx from ISSM toolchain
251-
* :jira:`ZEP-1769` - Implement Set Event Mask and LE Set Event Mask commands
252-
* :jira:`ZEP-1772` - re-introduce controller to host flow control
253-
* :jira:`ZEP-1776` - sending LE COC data from RX thread can lead to deadlock
254-
* :jira:`ZEP-1785` - Tinytile: Flashing not supported with this board
255-
* :jira:`ZEP-1788` - [REG] bt_enable: No HCI driver registered
256-
* :jira:`ZEP-1800` - Update external mbed TLS library to latest version (2.4.2)
257-
* :jira:`ZEP-1812` - Add tickless kernel support in HPET timer
258-
* :jira:`ZEP-1816` - Add tickless kernel support in LOAPIC timer
259-
* :jira:`ZEP-1817` - Add tickless kernel support in ARCV2 timer
260-
* :jira:`ZEP-1818` - Add tickless kernel support in cortex_m_systick timer
261-
* :jira:`ZEP-1821` - Update PM apps to use mili/micro seconds instead of ticks
262-
* :jira:`ZEP-1823` - Improved Benchmarks
263-
* :jira:`ZEP-1825` - Context Switching KPI
264-
* :jira:`ZEP-1836` - Expose current ecb_encrypt() as bt_encrypt() so host can directly access it
265-
* :jira:`ZEP-1856` - remove legacy micro/nano kernel APIs
266-
* :jira:`ZEP-1857` - Build warnings [-Wpointer-sign] with LLVM/icx (bluetooth_handsfree)
267-
* :jira:`ZEP-1866` - Add Atmel SAM family I2C (TWIHS) driver
268-
* :jira:`ZEP-1880` - "samples/grove/temperature": warning raised when generating configure file
269-
* :jira:`ZEP-1886` - Build warnings [-Wpointer-sign] with LLVM/icx (tests/net/nbuf)
270-
* :jira:`ZEP-1887` - Build warnings [-Wpointer-sign] with LLVM/icx (tests/drivers/spi/spi_basic_api)
271-
* :jira:`ZEP-1893` - openocd: 'make flash' works with Zephyr SDK only and fails for all other toolchains
272-
* :jira:`ZEP-1896` - [PTS] L2CAP/LE/CFC/BV-06-C
273-
* :jira:`ZEP-1899` - Missing board documentation for xtensa/xt-sim
274-
* :jira:`ZEP-1908` - Missing board documentation for arm/nucleo_96b_nitrogen
275-
* :jira:`ZEP-1910` - Missing board documentation for arm/96b_carbon
276-
* :jira:`ZEP-1927` - AIO: AIO_CMP_POL_FALL is triggered immediately after aio_cmp_configure
277-
* :jira:`ZEP-1935` - Packet loss make RPL mesh more vulnerable
278-
* :jira:`ZEP-1936` - tests/drivers/spi/spi_basic_api/testcase.ini#test_spi - Assertion Fail
279-
* :jira:`ZEP-1946` - Time to Next Event
280-
* :jira:`ZEP-1955` - Nested interrupts crash on Xtensa architecture
281-
* :jira:`ZEP-1959` - Add Atmel SAM family serial (UART) driver
282-
* :jira:`ZEP-1965` - net-tools HEAD is broken for QEMU/TAP
283-
* :jira:`ZEP-1966` - Doesn't seem to be able to both send and receive locally via local address
284-
* :jira:`ZEP-1968` - "make mrproper" removes top-level dts/ dir, makes ARM builds fail afterwards
285-
* :jira:`ZEP-1980` - Move app_kernel benchmark to unified kernel
286-
* :jira:`ZEP-1984` - net_nbuf_append(), net_nbuf_append_bytes() have data integrity problems
287-
* :jira:`ZEP-1990` - Basic support for the BBC micro:bit LED display
288-
* :jira:`ZEP-1993` - Flowcontrol Required for CDC_ACM
289-
* :jira:`ZEP-1995` - samples/subsys/console breaks xtensa build
290-
* :jira:`ZEP-1997` - Crash during startup if co-processors are present
291-
* :jira:`ZEP-2008` - Port tickless idle test to unified kernel and cleanup
292-
* :jira:`ZEP-2009` - Port test_sleep test to unified kernel and cleanup
293-
* :jira:`ZEP-2011` - Retrieve RPL node information through CoAP requests
294-
* :jira:`ZEP-2012` - Fault in networking stack for cores that can't access unaligned memory
295-
* :jira:`ZEP-2013` - dead object monitor code
296-
* :jira:`ZEP-2014` - Default samples/subsys/shell/shell fails to build on QEMU RISCv32 / NIOS2
297-
* :jira:`ZEP-2019` - Xtensa port does not compile if CONFIG_TICKLESS_IDLE is enabled
298-
* :jira:`ZEP-2027` - Bluetooth Peripheral Sample won't pair with certain Android devices
299-
* :jira:`ZEP-2029` - xtensa: irq_offload() doesn't work on XRC_D2PM
300-
* :jira:`ZEP-2033` - Channel Selection Algorithm #2
301-
* :jira:`ZEP-2034` - High Duty Cycle Non-Connectable Advertising
302-
* :jira:`ZEP-2037` - Malformed echo response
303-
* :jira:`ZEP-2048` - Change UART "baud-rate" property to "current-speed"
304-
* :jira:`ZEP-2051` - Move away from C99 types to zephyr defined types
305-
* :jira:`ZEP-2052` - arm: unhandled exceptions in thread take down entire system
306-
* :jira:`ZEP-2055` - Add README.rst in the root of the project for github
307-
* :jira:`ZEP-2057` - crash in tests/net/rpl on qemu_x86 causing intermittent sanitycheck failure
308-
* :jira:`ZEP-2061` - samples/net/dns_resolve networking setup/README is confusing
309-
* :jira:`ZEP-2064` - RFC: Making net_shell command handlers reusable
310-
* :jira:`ZEP-2065` - struct dns_addrinfo has unused fields
311-
* :jira:`ZEP-2066` - nitpick: SOCK_STREAM/SOCK_DGRAM values swapped compared to most OSes
312-
* :jira:`ZEP-2069` - samples: net: dhcpv4_client: runs failed on frdm k64f board
313-
* :jira:`ZEP-2070` - net pkt doesn't full unref after send a data form bluetooth's ipsp
314-
* :jira:`ZEP-2076` - samples: net: coaps_server: build failed
315-
* :jira:`ZEP-2077` - Fix IID when using CONFIG_NET_L2_BLUETOOTH_ZEP1656
316-
* :jira:`ZEP-2080` - No reply from RPL node after 20-30 minutes.
317-
* :jira:`ZEP-2092` - [NRF][BT] Makefile:946: recipe for target 'include/generated/generated_dts_board.h' failed
318-
* :jira:`ZEP-2114` - tests/kernel/fatal : Fail for QC1000/arc
319-
* :jira:`ZEP-2125` - Compilation error when UART1 port is enabled via menuconfig
320-
* :jira:`ZEP-2132` - Build samples/bluetooth/hci_uart fail
321-
* :jira:`ZEP-2138` - Static code scan (coverity) issues seen
322-
* :jira:`ZEP-2143` - Compilation Error on Windows 10 with MSYS2
323-
* :jira:`ZEP-2152` - Xtensa crashes on startup for cores with coprocessors
324-
* :jira:`ZEP-2178` - Static code scan (coverity) issues seen
205+
* ``ZEP-248`` - Add a BOARD/SOC porting guide
206+
* ``ZEP-339`` - Tickless Kernel
207+
* ``ZEP-540`` - add APIs for asynchronous transfer callbacks
208+
* ``ZEP-628`` - Validate RPL Routing node support
209+
* ``ZEP-638`` - feature to consider: flag missing functionality at build time when possible
210+
* ``ZEP-720`` - Add MAX30101 heart rate sensor driver
211+
* ``ZEP-828`` - IPv6 - Multicast Join/Leave Support
212+
* ``ZEP-843`` - Unified assert/unrecoverable error infrastructure
213+
* ``ZEP-888`` - 802.15.4 - Security support
214+
* ``ZEP-932`` - Adapt kernel sample & test projects
215+
* ``ZEP-948`` - Revisit the timeslicing algorithm
216+
* ``ZEP-973`` - Remove deprecated API related to device PM functions and DEVICE\_ and SYS\_* macros
217+
* ``ZEP-1028`` - shrink k_block struct size
218+
* ``ZEP-1032`` - IPSP router role support
219+
* ``ZEP-1169`` - Sample mbedDTLS DTLS client stability on ethernet driver
220+
* ``ZEP-1171`` - Event group kernel APIs
221+
* ``ZEP-1280`` - Provide Event Queues Object
222+
* ``ZEP-1313`` - porting and user guides must include a security section
223+
* ``ZEP-1326`` - Clean up _THREAD_xxx APIs
224+
* ``ZEP-1388`` - Add support for KW40 SoC
225+
* ``ZEP-1391`` - Add support for Hexiwear KW40
226+
* ``ZEP-1392`` - Add FXAS21002 gyroscope sensor driver
227+
* ``ZEP-1435`` - Improve Quark SE C1000 ARC Floating Point Performance
228+
* ``ZEP-1438`` - AIO: AIO Comparator is not stable on D2000 and Arduino101
229+
* ``ZEP-1463`` - Add Zephyr Support in segger SystemView
230+
* ``ZEP-1500`` - net/mqtt: Test case for the MQTT high-level API
231+
* ``ZEP-1528`` - Provide template for multi-core applications
232+
* ``ZEP-1529`` - Unable to exit menuconfig
233+
* ``ZEP-1530`` - Hotkeys for the menu at the bottom of menuconfig sometimes doesn't work
234+
* ``ZEP-1568`` - Replace arm cortex_m scs and scb functionality with direct CMSIS-core calls
235+
* ``ZEP-1586`` - menuconfig: Backspace is broken
236+
* ``ZEP-1599`` - printk() support for the '-' indicator in format string (left justifier)
237+
* ``ZEP-1607`` - JSON encoding/decoding library
238+
* ``ZEP-1621`` - Stack Monitoring
239+
* ``ZEP-1631`` - Ability to use k_mem_pool_alloc (or similar API) from ISR
240+
* ``ZEP-1684`` - Add Atmel SAM family watchdog (WDT) driver
241+
* ``ZEP-1695`` - Support ADXL362 sensor
242+
* ``ZEP-1698`` - BME280 support for SPI communication
243+
* ``ZEP-1711`` - xtensa build defines Kconfigs with lowercase names
244+
* ``ZEP-1718`` - support for IPv6 fragmentation
245+
* ``ZEP-1719`` - TCP does not work with 6lo
246+
* ``ZEP-1721`` - many TinyCrypt test cases only run on ARM and x86
247+
* ``ZEP-1722`` - xtensa: TinyCrypt does not build
248+
* ``ZEP-1735`` - Controller to Host flow control
249+
* ``ZEP-1759`` - All python scripts needed for build should be moved to python 3 to minimize dependencies
250+
* ``ZEP-1761`` - K_MEM_POOL_DEFINE build error "invalid register name" when built with llvm/icx from ISSM toolchain
251+
* ``ZEP-1769`` - Implement Set Event Mask and LE Set Event Mask commands
252+
* ``ZEP-1772`` - re-introduce controller to host flow control
253+
* ``ZEP-1776`` - sending LE COC data from RX thread can lead to deadlock
254+
* ``ZEP-1785`` - Tinytile: Flashing not supported with this board
255+
* ``ZEP-1788`` - [REG] bt_enable: No HCI driver registered
256+
* ``ZEP-1800`` - Update external mbed TLS library to latest version (2.4.2)
257+
* ``ZEP-1812`` - Add tickless kernel support in HPET timer
258+
* ``ZEP-1816`` - Add tickless kernel support in LOAPIC timer
259+
* ``ZEP-1817`` - Add tickless kernel support in ARCV2 timer
260+
* ``ZEP-1818`` - Add tickless kernel support in cortex_m_systick timer
261+
* ``ZEP-1821`` - Update PM apps to use mili/micro seconds instead of ticks
262+
* ``ZEP-1823`` - Improved Benchmarks
263+
* ``ZEP-1825`` - Context Switching KPI
264+
* ``ZEP-1836`` - Expose current ecb_encrypt() as bt_encrypt() so host can directly access it
265+
* ``ZEP-1856`` - remove legacy micro/nano kernel APIs
266+
* ``ZEP-1857`` - Build warnings [-Wpointer-sign] with LLVM/icx (bluetooth_handsfree)
267+
* ``ZEP-1866`` - Add Atmel SAM family I2C (TWIHS) driver
268+
* ``ZEP-1880`` - "samples/grove/temperature": warning raised when generating configure file
269+
* ``ZEP-1886`` - Build warnings [-Wpointer-sign] with LLVM/icx (tests/net/nbuf)
270+
* ``ZEP-1887`` - Build warnings [-Wpointer-sign] with LLVM/icx (tests/drivers/spi/spi_basic_api)
271+
* ``ZEP-1893`` - openocd: 'make flash' works with Zephyr SDK only and fails for all other toolchains
272+
* ``ZEP-1896`` - [PTS] L2CAP/LE/CFC/BV-06-C
273+
* ``ZEP-1899`` - Missing board documentation for xtensa/xt-sim
274+
* ``ZEP-1908`` - Missing board documentation for arm/nucleo_96b_nitrogen
275+
* ``ZEP-1910`` - Missing board documentation for arm/96b_carbon
276+
* ``ZEP-1927`` - AIO: AIO_CMP_POL_FALL is triggered immediately after aio_cmp_configure
277+
* ``ZEP-1935`` - Packet loss make RPL mesh more vulnerable
278+
* ``ZEP-1936`` - tests/drivers/spi/spi_basic_api/testcase.ini#test_spi - Assertion Fail
279+
* ``ZEP-1946`` - Time to Next Event
280+
* ``ZEP-1955`` - Nested interrupts crash on Xtensa architecture
281+
* ``ZEP-1959`` - Add Atmel SAM family serial (UART) driver
282+
* ``ZEP-1965`` - net-tools HEAD is broken for QEMU/TAP
283+
* ``ZEP-1966`` - Doesn't seem to be able to both send and receive locally via local address
284+
* ``ZEP-1968`` - "make mrproper" removes top-level dts/ dir, makes ARM builds fail afterwards
285+
* ``ZEP-1980`` - Move app_kernel benchmark to unified kernel
286+
* ``ZEP-1984`` - net_nbuf_append(), net_nbuf_append_bytes() have data integrity problems
287+
* ``ZEP-1990`` - Basic support for the BBC micro:bit LED display
288+
* ``ZEP-1993`` - Flowcontrol Required for CDC_ACM
289+
* ``ZEP-1995`` - samples/subsys/console breaks xtensa build
290+
* ``ZEP-1997`` - Crash during startup if co-processors are present
291+
* ``ZEP-2008`` - Port tickless idle test to unified kernel and cleanup
292+
* ``ZEP-2009`` - Port test_sleep test to unified kernel and cleanup
293+
* ``ZEP-2011`` - Retrieve RPL node information through CoAP requests
294+
* ``ZEP-2012`` - Fault in networking stack for cores that can't access unaligned memory
295+
* ``ZEP-2013`` - dead object monitor code
296+
* ``ZEP-2014`` - Default samples/subsys/shell/shell fails to build on QEMU RISCv32 / NIOS2
297+
* ``ZEP-2019`` - Xtensa port does not compile if CONFIG_TICKLESS_IDLE is enabled
298+
* ``ZEP-2027`` - Bluetooth Peripheral Sample won't pair with certain Android devices
299+
* ``ZEP-2029`` - xtensa: irq_offload() doesn't work on XRC_D2PM
300+
* ``ZEP-2033`` - Channel Selection Algorithm #2
301+
* ``ZEP-2034`` - High Duty Cycle Non-Connectable Advertising
302+
* ``ZEP-2037`` - Malformed echo response
303+
* ``ZEP-2048`` - Change UART "baud-rate" property to "current-speed"
304+
* ``ZEP-2051`` - Move away from C99 types to zephyr defined types
305+
* ``ZEP-2052`` - arm: unhandled exceptions in thread take down entire system
306+
* ``ZEP-2055`` - Add README.rst in the root of the project for github
307+
* ``ZEP-2057`` - crash in tests/net/rpl on qemu_x86 causing intermittent sanitycheck failure
308+
* ``ZEP-2061`` - samples/net/dns_resolve networking setup/README is confusing
309+
* ``ZEP-2064`` - RFC: Making net_shell command handlers reusable
310+
* ``ZEP-2065`` - struct dns_addrinfo has unused fields
311+
* ``ZEP-2066`` - nitpick: SOCK_STREAM/SOCK_DGRAM values swapped compared to most OSes
312+
* ``ZEP-2069`` - samples: net: dhcpv4_client: runs failed on frdm k64f board
313+
* ``ZEP-2070`` - net pkt doesn't full unref after send a data form bluetooth's ipsp
314+
* ``ZEP-2076`` - samples: net: coaps_server: build failed
315+
* ``ZEP-2077`` - Fix IID when using CONFIG_NET_L2_BLUETOOTH_ZEP1656
316+
* ``ZEP-2080`` - No reply from RPL node after 20-30 minutes.
317+
* ``ZEP-2092`` - [NRF][BT] Makefile:946: recipe for target 'include/generated/generated_dts_board.h' failed
318+
* ``ZEP-2114`` - tests/kernel/fatal : Fail for QC1000/arc
319+
* ``ZEP-2125`` - Compilation error when UART1 port is enabled via menuconfig
320+
* ``ZEP-2132`` - Build samples/bluetooth/hci_uart fail
321+
* ``ZEP-2138`` - Static code scan (coverity) issues seen
322+
* ``ZEP-2143`` - Compilation Error on Windows 10 with MSYS2
323+
* ``ZEP-2152`` - Xtensa crashes on startup for cores with coprocessors
324+
* ``ZEP-2178`` - Static code scan (coverity) issues seen

0 commit comments

Comments
 (0)