/nrf52832-nimble/rt-thread/ |
H A D | ChangeLog.md | 5 * Add SMP support; 6 * Add support for 64-bit processors; 12 * Add file system handle pointer in `struct dfs_fd' structure; 21 * Add lightweight processes (lwP) and corresponding system calls; 26 * Add socket TLS layer in SAL, that is, upper application can be supported by encrypted transmissio… 28 * Add the macro definition of hexadecimal log output to ulog; (HubretXie) 29 * Add uTest component. The uTest is a unit test framework on RT-Thread, and can also be used for au… 33 * Add drivers/adc driver framework; 35 * Add `RT_SERIAL_USING_DMA` option in drivers/serial; 36 * Add QSPI support in drivers/spi framework; [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | ChangeLog | 10 - Add inflatePrime() function for starting inflation at bit boundary 21 - Add cast in trees.c t avoid a warning [Oberhumer] 29 - Add ia64 support to configure for HP-UX [Smith] 30 - Add error return to gzread() for format or i/o error [Levin] 38 - Add the deflateTune() function to adjust internal compression parameters 39 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack) 41 - Add C++ wrapper in infback9.h [Donais] 45 - Add _WIN32_WCE to define WIN32 in zconf.in.h [Spencer] 47 - Add gzdirect() function to indicate transparent reads 50 - Add casts in crc32.c to avoid warnings [Oberhumer] [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/ |
H A D | netifapi.c | 48 msg->msg.add.ipaddr, in do_netifapi_netif_add() 49 msg->msg.add.netmask, in do_netifapi_netif_add() 50 msg->msg.add.gw, in do_netifapi_netif_add() 51 msg->msg.add.state, in do_netifapi_netif_add() 52 msg->msg.add.init, in do_netifapi_netif_add() 53 msg->msg.add.input)) { in do_netifapi_netif_add() 68 msg->msg.add.ipaddr, in do_netifapi_netif_set_addr() 69 msg->msg.add.netmask, in do_netifapi_netif_set_addr() 70 msg->msg.add.gw); in do_netifapi_netif_set_addr() 109 msg.msg.msg.add.ipaddr = ipaddr; in netifapi_netif_add() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/ |
H A D | netifapi.c | 66 API_EXPR_REF(msg->msg.add.ipaddr), in netifapi_do_netif_add() 67 API_EXPR_REF(msg->msg.add.netmask), in netifapi_do_netif_add() 68 API_EXPR_REF(msg->msg.add.gw), in netifapi_do_netif_add() 70 msg->msg.add.state, in netifapi_do_netif_add() 71 msg->msg.add.init, in netifapi_do_netif_add() 72 msg->msg.add.input)) { in netifapi_do_netif_add() 91 API_EXPR_REF(msg->msg.add.ipaddr), in netifapi_do_netif_set_addr() 92 API_EXPR_REF(msg->msg.add.netmask), in netifapi_do_netif_set_addr() 93 API_EXPR_REF(msg->msg.add.gw)); in netifapi_do_netif_set_addr() 149 NETIFAPI_VAR_REF(msg).msg.add.ipaddr = NETIFAPI_VAR_REF(ipaddr); in netifapi_netif_add() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/ |
H A D | netifapi.c | 69 API_EXPR_REF(msg->msg.add.ipaddr), in netifapi_do_netif_add() 70 API_EXPR_REF(msg->msg.add.netmask), in netifapi_do_netif_add() 71 API_EXPR_REF(msg->msg.add.gw), in netifapi_do_netif_add() 73 msg->msg.add.state, in netifapi_do_netif_add() 74 msg->msg.add.init, in netifapi_do_netif_add() 75 msg->msg.add.input)) { in netifapi_do_netif_add() 94 API_EXPR_REF(msg->msg.add.ipaddr), in netifapi_do_netif_set_addr() 95 API_EXPR_REF(msg->msg.add.netmask), in netifapi_do_netif_set_addr() 96 API_EXPR_REF(msg->msg.add.gw)); in netifapi_do_netif_set_addr() 154 * Add or update an entry in the ARP cache. [all …]
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | codeblocks.py | 22 # 2015-01-20 Bernard Add copyright information 81 # SECTION 1. add "*.c|*.h" files group 85 # add c files 88 # add h files 98 paths.add(inc) #.replace('\\', '/') 106 Add = SubElement(elem, 'Add') 107 Add.set('directory', path) 110 Add = SubElement(elem, 'Add') 112 Add.set('option', "-D"+d) 131 paths.add(inc) #.replace('\\', '/')
|
H A D | template.cbp | 15 <Add option="-g" /> 24 <Add option="-O2" /> 27 <Add option="-s" /> 32 <Add option="-Wall" />
|
H A D | vs2012.py | 22 # 2015-01-20 Bernard Add copyright information 142 # add project.vcxproj.filter 160 # add "*.c or *.h" files 163 # add "*.c" files 167 # add "*.h" files 176 paths.add(inc) #.replace('\\', '/') 209 paths.add(inc)
|
H A D | vs.py | 22 # 2015-01-20 Bernard Add copyright information 86 # add "*.c" files group 107 # add "*.h" files group 119 paths.add(inc) #.replace('\\', '/') 160 paths.add(inc) #.replace('\\', '/')
|
H A D | building.py | 22 # 2015-01-20 Bernard Add copyright information 23 # 2015-07-25 Bernard Add LOCAL_CCFLAGS/LOCAL_CPPPATH/LOCAL_CPPDEFINES for 142 # add HAVE_CCONFIG_H definition 153 # ===== Add option to SCons ===== 261 # add compability with Keil MDK 4.6 which changes the directory of armcc.exe 294 # add program path 296 # add rtconfig.h/BSP path into Kernel group 299 # add library build action 445 # add build/clean library option for library checking 456 # add program path [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_pvcy.c | 113 struct hci_add_dev_to_resolving_list add; in ble_hs_pvcy_add_entry_hci() local 118 add.addr_type = addr_type; in ble_hs_pvcy_add_entry_hci() 119 memcpy(add.addr, addr, 6); in ble_hs_pvcy_add_entry_hci() 120 memcpy(add.local_irk, ble_hs_pvcy_irk, 16); in ble_hs_pvcy_add_entry_hci() 121 memcpy(add.peer_irk, irk, 16); in ble_hs_pvcy_add_entry_hci() 123 rc = ble_hs_hci_cmd_build_add_to_resolv_list(&add, buf, sizeof(buf)); in ble_hs_pvcy_add_entry_hci() 165 /* Try to add the entry now that GAP is halted. */ in ble_hs_pvcy_add_entry() 231 * Add local IRK entry with 00:00:00:00:00:00 address. This entry will in ble_hs_pvcy_set_our_irk()
|
/nrf52832-nimble/rt-thread/include/ |
H A D | rthw.h | 9 * 2006-04-25 Bernard add rt_hw_context_switch_interrupt declaration 10 * 2006-09-24 Bernard add rt_hw_context_switch_to declaration 11 * 2012-12-29 Bernard add rt_hw_exception_install declaration 12 * 2017-10-17 Hichard add some micros 13 * 2018-11-17 Jesven add rt_hw_spinlock_t 14 * add smp support
|
/nrf52832-nimble/rt-thread/libcpu/mips/common/ |
H A D | asm.h | 141 * How to add/sub/load/store/shift C int variables. 143 #define INT_ADD add 161 * How to add/sub/load/store/shift C long variables. 163 #define LONG_ADD add 186 * How to add/sub/load/store/shift pointers. 188 #define PTR_ADD add
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | finsh_parser.c | 96 /* if add variable failed */ in proc_variable_decl() 109 /* if add variable failed */ in proc_variable_decl() 138 /* if add variable failed */ in proc_variable_decl() 197 /* if add variable failed */ in proc_variable_decl() 531 struct finsh_node* add; in proc_shift_expr() local 534 add = proc_additive_expr(self); in proc_shift_expr() 546 add = make_sys_node(FINSH_NODE_SYS_SHL, add, add_new); in proc_shift_expr() 549 add = make_sys_node(FINSH_NODE_SYS_SHR, add, add_new); in proc_shift_expr() 560 return add; in proc_shift_expr() 566 | expr_additive ADD expr_multiplicative [all …]
|
/nrf52832-nimble/rt-thread/components/cplusplus/ |
H A D | crt_init.c | 8 * 2014-12-03 Bernard Add copyright header. 9 * 2014-12-29 Bernard Add cplusplus initialization for ARMCC. 10 * 2016-06-28 Bernard Add _init/_fini routines for GCC. 11 * 2016-10-02 Bernard Add WEAK for cplusplus_system_init routine.
|
/nrf52832-nimble/rt-thread/libcpu/rx/ |
H A D | context_iar.S | 62 ADD #12, R0 79 ADD #12, R15 112 ADD #12, R0 122 /*save the exception infomation add R1 as a parameter of
|
/nrf52832-nimble/rt-thread/libcpu/arm/armv6/ |
H A D | arm_entry_gcc.S | 20 add r0, pc, #4 33 add r0, pc, #4 48 add r0, pc, #4 107 add pc, pc, r8, lsr #6
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | CHANGELOG | 23 * 6lowpan: add 6lowpan-over-BLE netif (based on existing 6lowpan netif) 26 * ipv6: add support for stateless DHCPv6 (to get DNS servers in SLAAC nets) 29 * add raw API http(s) client (with proxy support) 32 * tcp: add hooks to implement additional socket options 35 * tcp: add hooks to implement tcp md5 signatures or similar (see contrib/addons for an example) 43 * task #14780: Add debug helper asserts to ensure threading/locking requirements are met 53 * netconn: add LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE to use external DNS resolver (patch #9427) 56 * netifapi: Add thread safe ARP cache APIs (task #14724) 63 * sockets: add poll() implementation (patch #9450) 66 * sockets: add readv() implementation (task #14610) [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip_dhcpd/ |
H A D | dhcp_server_raw.c | 386 /* add msg type */ in dhcp_server_recv() 391 /* add server id */ in dhcp_server_recv() 404 /* add config */ in dhcp_server_recv() 429 /* add option end */ in dhcp_server_recv() 463 /* add msg type */ in dhcp_server_recv() 468 /* add server id */ in dhcp_server_recv() 481 /* add config */ in dhcp_server_recv() 506 /* add option end */ in dhcp_server_recv() 532 /* add msg type */ in dhcp_server_recv() 537 /* add server id */ in dhcp_server_recv() [all …]
|
/nrf52832-nimble/rt-thread/src/ |
H A D | idle.c | 9 * 2010-11-10 Bernard add cleanup callback function in thread exit. 13 * 2016-08-09 ArdaFu add method to get the handler of the idle thread. 15 * 2018-07-14 armink add idle hook list 16 * 2018-11-22 Jesven add per cpu idle task 138 * So add the volatile qualifier here. */ in _has_defunct_thread()
|
/nrf52832-nimble/rt-thread/libcpu/ia32/ |
H A D | context_gcc.S | 13 * 2006-10-09 Bernard add rt_hw_context_switch_to implementation 28 * add by [email protected] 2009-10-14 67 add $4,%esp /*skip irqno*/ 84 add $4, %esp /* skip irqno */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/include/services/ans/ |
H A D | ble_svc_ans.h | 37 * TODO: Add remaining 2 optional categories */ 50 * TODO: Add remaining 2 optional categories */ 62 * TODO: Add remaining 2 optional categories */
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/ |
H A D | cache_gcc.S | 25 add r4,r4,r5 54 add r4,r4,r5 76 add r4,r4,r5 99 add r4,r4,r5
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | CHANGELOG | 59 * etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter 341 * def.h: task #10391: Add preprocessor-macros for compile-time htonl 455 task #7212: Add Mutex concept in sys_arch (define LWIP_COMPAT_MUTEX 501 Add non-blocking support for connect (partly from patch #6860), 521 * opt.h, memp.c: patch #6822 (Add option to place memory pools in 671 add IP options) 677 * ip.c: Fixed bug #30402: CHECKSUM_GEN_IP_INLINE does not add IP options 726 * ip_addr.c/.h: patch #7143: Add a few missing const qualifiers 807 * etharp.c/.h: Fixed ARP input processing: only add a new entry if a 1160 * tcp.c, tcp_out.c, tcp_in.c, sys.h, tcp.h, opts.h: add support for [all …]
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/ |
H A D | portevent_m.c | 19 * File: $Id: portevent_m.c v 1.60 2013/08/13 15:07:05 Armink add Master Functions$ 132 /* You can add your code under here. */ in vMBMasterErrorCBRespondTimeout() 154 /* You can add your code under here. */ in vMBMasterErrorCBReceiveData() 176 /* You can add your code under here. */ in vMBMasterErrorCBExecuteFunction() 193 /* You can add your code under here. */ in vMBMasterCBRequestScuuess()
|