/nrf52832-nimble/rt-thread/libcpu/arm/armv6/ |
H A D | mmu.h | 104 #define SECT_RWX_NCNB (SECT_AP_RW|PGD_DOMAIN(0)|PGD_TYPE_SECT) /* Read/Write/executable without … 105 #define SECT_RWX_FAULT (SECT_AP_RW|PGD_DOMAIN(1)|PGD_TYPE_SECT) /* Read/Write without cache and w… 109 #define SECT_RWNX_NCNB (SECT_AP_RW|PGD_DOMAIN(0)|PGD_TYPE_SECT|PGD_SECT_XN) /* Read/Write without… 110 #define SECT_RWNX_FAULT (SECT_AP_RW|PGD_DOMAIN(1)|PGD_TYPE_SECT|PGD_SECT_XN) /* Read/Write without… 115 #define SECT_ROX_NCNB (SECT_AP_RO|PGD_DOMAIN(0)|PGD_TYPE_SECT) /* Read Only/executable without c… 116 #define SECT_ROX_FAULT (SECT_AP_RO|PGD_DOMAIN(1)|PGD_TYPE_SECT) /* Read Only without cache and wr… 120 #define SECT_RONX_NCNB (SECT_AP_RO|PGD_DOMAIN(0)|PGD_TYPE_SECT|PGD_SECT_XN) /* Read Only without … 121 #define SECT_RONX_FAULT (SECT_AP_RO|PGD_DOMAIN(1)|PGD_TYPE_SECT|PGD_SECT_XN) /* Read Only without … 138 #define PAGE_RWX_NCNB (PAGE_AP_RW|PTE_TYPE_SMALL) /* Read/Write/executable without cache and wri… 139 #define PAGE_RWX_FAULT (PAGE_AP_RW|PTE_TYPE_SMALL) /* Read/Write without cache and write buffer */ [all …]
|
/nrf52832-nimble/rt-thread/libcpu/arm/dm36x/ |
H A D | mmu.h | 103 #define SECT_RW_NCNB (SECT_AP_RW|PGD_DOMAIN(0)|PGD_TYPE_SECT|PGD_BIT4) /* Read/Write without cac… 104 #define SECT_RW_FAULT (SECT_AP_RW|PGD_DOMAIN(1)|PGD_TYPE_SECT|PGD_BIT4) /* Read/Write without cac… 108 #define SECT_RO_NCNB (SECT_AP_RO|PGD_DOMAIN(0)|PGD_TYPE_SECT|PGD_BIT4) /* Read Only without cach… 109 #define SECT_RO_FAULT (SECT_AP_RO|PGD_DOMAIN(1)|PGD_TYPE_SECT|PGD_BIT4) /* Read Only without cach… 126 #define PAGE_RW_NCNB (PAGE_AP_RW|PTE_TYPE_SMALL) /* Read/Write without cache and write buffer */ 127 #define PAGE_RW_FAULT (PAGE_AP_RW|PTE_TYPE_SMALL) /* Read/Write without cache and write buffer */ 132 #define PAGE_RO_NCNB (PAGE_AP_RO|PTE_TYPE_SMALL) /* Read Only without cache and write buffer */ 133 #define PAGE_RO_FAULT (PAGE_AP_RO|PTE_TYPE_SMALL) /* Read Only without cache and write buffer */
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | pt-doc.txt | 8 or without an RTOS. 12 without the overhead of per-thread stacks. The purpose of protothreads 13 is to implement sequential flow of control without complex state 47 - Can be used with or without an OS 49 - Provides blocking wait without full multi-threading or 82 provides a blocking context on top of an event-driven system, without 84 implement sequential flow of control without using complex state
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | ipv6cp.h | 6 * Redistribution and use in source and binary forms, with or without 19 * endorse or promote products derived from this software without 78 purpose and without fee is hereby granted, provided that the above 81 or publicity pertaining to this material without the prior explicit 82 permission. The software is provided "as is" without any 102 * Redistribution and use in source and binary forms, with or without 115 * endorse or promote products derived from this software without
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ipv6cp.h | 6 * Redistribution and use in source and binary forms, with or without 19 * endorse or promote products derived from this software without 78 purpose and without fee is hereby granted, provided that the above 81 or publicity pertaining to this material without the prior explicit 82 permission. The software is provided "as is" without any 102 * Redistribution and use in source and binary forms, with or without 115 * endorse or promote products derived from this software without
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/ |
H A D | LICENSE | 7 'Software'), to deal in the Software without restriction, including 8 without limitation the rights to use, copy, modify, merge, publish, 16 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_systick.h | 5 * Redistribution and use in source and binary forms, with or without 17 * software without specific prior written permission. 55 * But it would be really hard to detect if overflow was generated without 72 * Function configures SysTick as a free-running timer without interrupt.
|
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/ |
H A D | armv7.h | 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 /* the exception stack without VFP registers */
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/ |
H A D | sfud_cfg.h | 8 * 'Software'), to deal in the Software without restriction, including 9 * without limitation the rights to use, copy, modify, merge, publish, 17 * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | chap.h | 46 * software without specific prior written permission. 47 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 48 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 61 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 62 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
H A D | magic.h | 46 * from this software without specific prior written permission. 47 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 48 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
H A D | chpms.h | 47 * endorse or promote products derived from this software without 50 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 51 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | LICENSE | 90 Work or Derivative Works thereof in any medium, with or without 133 this License, without any additional terms or conditions. 146 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 implied, including, without limitation, any warranties or conditions 199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 213 code or tables extracted from it, as desired without restriction.
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | aclocal.m4 | 7 # with or without modifications, as long as this notice is preserved. 10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 35 dnl WITHOUT ANY WARRANTY; without even the implied warranty of 303 # with or without modifications, as long as this notice is preserved. 339 # with or without modifications, as long as this notice is preserved. 401 # with or without modifications, as long as this notice is preserved. 439 # configured tree to be moved without reconfiguration. 453 # with or without modifications, as long as this notice is preserved. 484 # with or without modifications, as long as this notice is preserved. 675 # with or without modifications, as long as this notice is preserved. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/ |
H A D | syscfg.yml | 13 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 28 be zero to allow write without extra permissions or combination of: 43 be zero to allow write without extra permissions or combination of:
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | altcp_tcp.h | 7 * on top of TCP without knowing the details (e.g. TLS, proxy connection). 16 * Redistribution and use in source and binary forms, with or without modification, 25 * derived from this software without specific prior written permission.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | altcp_alloc.c | 7 * on top of TCP without knowing the details (e.g. TLS, proxy connection). 16 * Redistribution and use in source and binary forms, with or without modification, 25 * derived from this software without specific prior written permission.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | ecp.c | 7 * Redistribution and use in source and binary forms, with or without 20 * endorse or promote products derived from this software without 35 * Redistribution and use in source and binary forms, with or without 43 * endorse or promote products derived from this software without
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | ecp.c | 7 * Redistribution and use in source and binary forms, with or without 20 * endorse or promote products derived from this software without 35 * Redistribution and use in source and binary forms, with or without 43 * endorse or promote products derived from this software without
|
/nrf52832-nimble/rt-thread/ |
H A D | LICENSE | 90 Work or Derivative Works thereof in any medium, with or without 133 this License, without any additional terms or conditions. 146 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 implied, including, without limitation, any warranties or conditions 199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_usbd_errata.h | 5 * Redistribution and use in source and binary forms, with or without 17 * software without specific prior written permission. 77 /* Errata: During setup read/write transfer USBD acknowledges setup stage without SETUP task. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | tcpip.h | 10 * Redistribution and use in source and binary forms, with or without modification, 19 * derived from this software without specific prior written permission. 91 /* free pbufs or heap memory from another context without blocking */
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | ecc_platform_specific.h | 6 * Redistribution and use in source and binary forms, with or without 29 * Redistribution and use in source and binary forms, with or without 41 * without specific prior written permission.
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/ |
H A D | LICENSE | 10 Redistribution and use in source and binary forms, with or without modification, 22 without specific prior written permission. 42 Redistribution and use in source and binary forms, with or without modification,
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | ecc_platform_specific.c | 6 * Redistribution and use in source and binary forms, with or without 29 * Redistribution and use in source and binary forms, with or without 41 * without specific prior written permission.
|