Home
last modified time | relevance | path

Searched full:changed (Results 1 – 25 of 201) sorted by relevance

123456789

/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A D00history.txt34 Changed option _FS_MINIMUM to _FS_MINIMIZE.
49 Changed some interfaces for multiple drive system.
50 Changed f_mountdrv() to f_mount().
74 Changed arguments of f_read(), f_write() and f_mkfs().
104 Changed result code of critical errors.
132 Changed f_readdir() to return the SFN with always upper case on non-LFN cfg.
141 Changed some types on the API, XCHAR->TCHAR.
142 Changed .fname in the FILINFO structure on Unicode cfg.
174 Changed f_open() and f_opendir() reject null object pointer to avoid crash.
175 Changed option name _FS_SHARE to _FS_LOCK.
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/
H A Dcmsis_os.h39 Definitions that are marked with <b>CAN BE CHANGED</b> can be adapted towards the needs of the actu…
104 /// \note CAN BE CHANGED: \b osCMSIS_KERNEL identifies the underlaying RTOS kernel and version numb…
186 /// \note CAN BE CHANGED: \b os_thread_cb is implementation specific in every CMSIS-RTOS.
190 /// \note CAN BE CHANGED: \b os_timer_cb is implementation specific in every CMSIS-RTOS.
194 /// \note CAN BE CHANGED: \b os_mutex_cb is implementation specific in every CMSIS-RTOS.
198 /// \note CAN BE CHANGED: \b os_semaphore_cb is implementation specific in every CMSIS-RTOS.
202 /// \note CAN BE CHANGED: \b os_pool_cb is implementation specific in every CMSIS-RTOS.
206 /// \note CAN BE CHANGED: \b os_messageQ_cb is implementation specific in every CMSIS-RTOS.
210 /// \note CAN BE CHANGED: \b os_mailQ_cb is implementation specific in every CMSIS-RTOS.
215 /// \note CAN BE CHANGED: \b os_thread_def is implementation specific in every CMSIS-RTOS.
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dkconfig-diff21 Changed items show the old and new values on a single line.
24 changed and new values in kernel config option format.
113 # print items that changed (accumulate, sort, and print)
114 changed = []
117 changed.append(config)
120 changed.sort()
121 for config in changed:
/nrf52832-nimble/nordic/nrfx/
H A DCHANGELOG.md12 ### Changed subsection
25 ### Changed subsection
48 ### Changed subsection
61 ### Changed subsection
76 ### Changed subsection
97 ### Changed subsection
101 - Changed the RNG bias correction configuration option to be enabled by default.
119 ### Changed subsection
122 - Changed the type used for transfer lengths to 'size_t' in drivers: SPI, SPIM, SPIS, TWI, TWIM, TW…
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DUPGRADING2 ports or applications to be changed. Use it to update a port or an
21 * pbuf API: pbuf->type (an u8_t holding the enum 'pbuf_type') has changed to only hold a
38 * LWIP_HOOK_DHCP_APPEND_OPTIONS() has changed, see description in opt.h (options_out_len is not
50 * slipif: The way to pass serial port number has changed. netif->num is not
67 …* Changed netif "up" flag handling to be an administrative flag (as opposed to the previous meanin…
71 …* Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only).
77 …* Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed(…
117 * Signature of LWIP_HOOK_VLAN_SET macro was changed
153 * Changed the semantics of tcp_close() (since it was rather a
162 * Changed netconn_receive() and netconn_accept() to return
[all …]
H A DCHANGELOG499 * *.*: Changed nearly all functions taking 'ip(X)_addr_t' pointer to take
500 const pointers (changed user callbacks: raw_recv_fn, udp_recv_fn; changed
732 * tcp: changed accept handling to be done internally: the application does not
1776 * sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to
1858 * def.h/.c: changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent
2058 * api.h, api_lib.c, sockets.c: Changed netconn_recv() and netconn_accept()
2766 inet and chksum part; changed includes in all lwIP files as appropriate
2814 * many files: Changed initialization: many init functions are not needed any
2819 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
2852 when it's queried (any direct call to "sysuptime" is changed by a call to
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DUPGRADING2 ports or applications to be changed. Use it to update a port or an
24 …* Changed netif "up" flag handling to be an administrative flag (as opposed to the previous meanin…
28 …* Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only).
34 …* Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed(…
74 * Signature of LWIP_HOOK_VLAN_SET macro was changed
110 * Changed the semantics of tcp_close() (since it was rather a
119 * Changed netconn_receive() and netconn_accept() to return
210 * Changed the semantics of ARP_QUEUEING==0: ARP_QUEUEING now cannot be turned
H A DCHANGELOG282 * *.*: Changed nearly all functions taking 'ip(X)_addr_t' pointer to take
283 const pointers (changed user callbacks: raw_recv_fn, udp_recv_fn; changed
515 * tcp: changed accept handling to be done internally: the application does not
1559 * sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to
1641 * def.h/.c: changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent
1841 * api.h, api_lib.c, sockets.c: Changed netconn_recv() and netconn_accept()
2549 inet and chksum part; changed includes in all lwIP files as appropriate
2597 * many files: Changed initialization: many init functions are not needed any
2602 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
2635 when it's queried (any direct call to "sysuptime" is changed by a call to
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DUPGRADING2 ports or applications to be changed. Use it to update a port or an
19 * Changed the semantics of tcp_close() (since it was rather a
28 * Changed netconn_receive() and netconn_accept() to return
119 * Changed the semantics of ARP_QUEUEING==0: ARP_QUEUEING now cannot be turned
H A DCHANGELOG632 * sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to
714 * def.h/.c: changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent
914 * api.h, api_lib.c, sockets.c: Changed netconn_recv() and netconn_accept()
1622 inet and chksum part; changed includes in all lwIP files as appropriate
1670 * many files: Changed initialization: many init functions are not needed any
1675 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
1708 when it's queried (any direct call to "sysuptime" is changed by a call to
1886 * etharp.c, etharp.h: Changed etharp to use a defined hardware address length
2163 * err.h, api_lib.c, api_msg.c, sockets.c: Changed error handling: ERR_MEM, ERR_BUF
2283 changed snd_queuelen++ to snd_queuelen += pbuf_clen(p).
[all …]
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf52_to_nrf52840.h59 /* The hysteresis control enumerated values has changed name for nRF52840 devices. */
64 /* From nrf52_name_change.h. Several macros changed in different versions of nRF52 headers. By defi…
67 /* Several enumerations changed case. Adding old macros to keep compilation compatibility. */
H A Dnrf52_to_nrf52810.h64 /* From nrf52_name_change.h. Several macros changed in different versions of nRF52 headers. By defi…
67 /* Several enumerations changed case. Adding old macros to keep compilation compatibility. */
H A Dnrf51_to_nrf52810.h47 …ipherals have been added to several indexes. Names of IRQ handlers and IRQ numbers have changed. */
108 /* From nrf51_deprecated.h. Several macros changed in different versions of nRF52 headers. By defin…
111 /* The register ERASEPROTECTEDPAGE changed name to ERASEPCR0 in the documentation. */
196 /* All bitfield macros for the CHGx registers therefore changed name. */
H A Dnrf51_to_nrf52840.h45 …ipherals have been added to several indexes. Names of IRQ handlers and IRQ numbers have changed. */
141 /* The register ERASEPROTECTEDPAGE changed name to ERASEPCR0 in the documentation. */
242 /* All bitfield macros for the CHGx registers therefore changed name. */
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A DChangelog.txt72 Changed license to BSD style licsense.
86 changed default values to match the other ports.
235 Notes: Changed the WIN32 serial port to better fit into the design.
238 - OTHER: Design of the WIN32 serial port changed. The polling function
253 was changed to unify it with the new Modbus/TCP code.
325 - API: API for set slave id functions changed.
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duipopt.h12 * be changed, but rather the per-project uip-conf.h file.
85 * All of these should be changed to suit your project.
139 * This should normally not be changed.
278 * This should not be changed.
286 * This should not be changed.
295 * This should not need to be changed.
460 * which are big endian. The BYTE_ORDER macro should be changed to
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dnetif.h61 This does not have to be changed, normally. */
572 /** link changed */
574 /** netif administrative status changed.\n
578 /** IPv4 address has changed */
580 /** IPv4 gateway has changed */
582 /** IPv4 netmask has changed */
588 /** IPv6 address state has changed */
619 /** Index of changed IPv6 address */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dvj.h42 * numbers have changed (bottom 5 bits). The next octet is a
48 * the receiver implicitly knows what changed -- see below).
87 #define NEW_C 0x40 /* flag bits for what changed in a packet */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dvj.h46 * numbers have changed (bottom 5 bits). The next octet is a
52 * the receiver implicitly knows what changed -- see below).
91 #define NEW_C 0x40 /* flag bits for what changed in a packet */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dvj.h39 * numbers have changed (bottom 5 bits). The next octet is a
45 * the receiver implicitly knows what changed -- see below).
84 #define NEW_C 0x40 /* flag bits for what changed in a packet */
/nrf52832-nimble/rt-thread/components/net/uip/apps/webclient/
H A Dwebclient.h191 * The filename of an HTTP request may be changed by the web server,
203 * The hostname of the web server of an HTTP request may be changed
215 * The port number of an HTTP request may be changed by the web
/nrf52832-nimble/rt-thread/components/net/uip/
H A Duip-1.0-changelog.txt60 * Changed declarations of uip_appdatap and friends to void * to avoid
74 comparison. Comparison changed to make index within bounds.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dnetif.c462 /* address is actually being changed? */ in netif_do_set_ipaddr()
470 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_set_ipaddr: netif address being changed\n")); in netif_do_set_ipaddr()
484 return 1; /* address changed */ in netif_do_set_ipaddr()
525 /* address is actually being changed? */ in netif_do_set_netmask()
544 return 1; /* netmask changed */ in netif_do_set_netmask()
589 /* address is actually being changed? */ in netif_do_set_gw()
606 return 1; /* gateway changed */ in netif_do_set_gw()
954 * Set callback to be called when interface is brought up/down or address is changed while up
1347 /* address is actually being changed? */ in netif_ip6_addr_set_parts()
1350 … LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_ip6_addr_set: netif address being changed\n")); in netif_ip6_addr_set_parts()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dmdns.h91 * Announce IP settings have changed on netif.
95 * @param netif The network interface where settings have changed.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dnetif.c513 /* address is actually being changed? */ in netif_set_ipaddr()
515 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_set_ipaddr: netif address being changed\n")); in netif_set_ipaddr()
705 * Set callback to be called when interface is brought up/down or address is changed while up
1039 /* address is actually being changed? */ in netif_ip6_addr_set_parts()
1042 … LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_ip6_addr_set: netif address being changed\n")); in netif_ip6_addr_set_parts()
1093 /* state is actually being changed? */ in netif_ip6_addr_set_state()
1097 …F(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_ip6_addr_set_state: netif address state being changed\n")); in netif_ip6_addr_set_state()
1127 /* address state has changed (valid flag changed or switched between in netif_ip6_addr_set_state()

123456789