-
Notifications
You must be signed in to change notification settings - Fork 2k
Deprecated for 2019.10
This page discusses deprecation notices where the removal date is either for this release (or sooner), or where there is no removal date specified.
COAP defines -- COAP_CT_... #defines
Not marked with a removal date. Deprecation notice merged on 2018-10-15. No uses in master.
netopt -- NETOPT_IPV6_IID
"Do not implement this in a network device. Other APIs utilizing netopt may still implement it. Existing support of drivers will be dropped after the 2019.07 release. " -- what does this mean?
Deprecation notice merged on 2019-03-29.
Quite a few references in master -- UHCP, nrf5 CPU, tests, 802.15.4 netdev, Ethernet netdev, and others.
netopt -- NETOPT_MAX_PACKET_SIZE
"Use NETOPT_MAX_PDU_SIZE instead" -- has this been done?
@maribu did a lot of the work here in PR #10905, merged on 2019-02-22, including deprecation notice.
Two references remaining -- CC110x netdev and nimble netif. Have these crept in since #10905?
The four notices below all were merged with PR #7517 on 2017-11-17.
CC2538 General-Purpose I/O -- GPIO_P[ABCD][01234567] #defines
"will be removed after adaption of periph drivers, use GPIO_PIN #define instead" -- has this been done?
References in boards/remote-rev[ab]? (RE-Mote)
CC2538 General-Purpose I/O -- GPIO_[ABCD] #defines
"will be removed after adaption of periph drivers" -- has this been done?
4 references in boards: openmote-cc2538, openmote-b, and cc2538dk.
CC2538 General-Purpose I/O -- IOC_PXX_OVER and IOC_PXX_SEL
"use IOC->OVER and IOC->SEL instead" -- has this been done?
6 references in cpu/cc2538
CC2538 General-Purpose I/O -- Values for IOC_PXX_OVER (IOC_OVERRIDE_... #defines)
"will be removed after adaption of periph drivers, use cc2538_ioc_over_t instead" -- has this been done?
2 references in cpu/cc2538. Several/Many references in tests/openwsn.