/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | ChangeLog | 1 ChangeLog file for zlib 10 - Add inflatePrime() function for starting inflation at bit boundary 12 - Avoid more silly Visual C warnings in inflate.c and inftrees.c for 64-bit 18 - Fix cast for assignments to strm->state in inflate.c and infback.c 19 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer] 26 ENOUGH and MAXD -- this repairs a possible security vulnerability for 27 invalid inflate input. Thanks to Tavis Ormandy and Markus Oberhumer for 29 - Add ia64 support to configure for HP-UX [Smith] 30 - Add error return to gzread() for format or i/o error [Levin] 31 - Use malloc.h for OS/2 [Necasek] [all …]
|
H A D | inflate.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 13 the crc code when it is not needed. For shared libraries, gzip decoding 21 HEAD, /* i: waiting for magic header */ 22 FLAGS, /* i: waiting for method and flags (gzip) */ 23 TIME, /* i: waiting for modification time (gzip) */ 24 OS, /* i: waiting for extra flags and operating system (gzip) */ 25 EXLEN, /* i: waiting for extra length (gzip) */ 26 EXTRA, /* i: waiting for extra bytes (gzip) */ 27 NAME, /* i: waiting for end of file name (gzip) */ 28 COMMENT, /* i: waiting for end of comment (gzip) */ [all …]
|
H A D | inftrees.c | 1 /* inftrees.c -- generate Huffman trees for efficient decoding 3 * For conditions of distribution and use, see copyright notice in zlib.h 15 in the documentation of your product. If for some reason you cannot 43 unsigned root; /* number of index bits for root table */ 44 unsigned curr; /* number of index bits for current table */ 45 unsigned drop; /* code bits to drop for sub-table */ 49 unsigned incr; /* for incrementing code, index */ 50 unsigned fill; /* index for replicating entries */ 51 unsigned low; /* low bits for current root entry */ 52 unsigned mask; /* mask for low root bits */ [all …]
|
H A D | algorithm.txt | 16 size (except that the compressed data for one block must fit in 22 length 3 are inserted in the hash table. A hash index is computed for 23 the next 3 bytes. If the hash chain for this index is not empty, all 38 mechanism. After a match of length N has been found, deflate() searches for 46 the current match is long enough, deflate() reduces the search for a longer 51 The lazy match evaluation is not performed for the fastest compression 52 modes (level parameter 1 to 3). For these fast modes, new strings 71 the value, else it will point to the next level table for which inflate() 78 building the table ends up taking a lot longer for more bits since short 81 to set that variable for the maximum speed. [all …]
|
H A D | INDEX | 4 Makefile makefile for Unix (generated by configure) 5 Makefile.in makefile for Unix (template for configure) 8 configure configure script for Unix 9 zconf.in.h template for zconf.h (used by configure) 11 amiga/ makefiles for Amiga SAS C 12 as400/ makefiles for IBM AS/400 13 msdos/ makefiles for MSDOS 14 old/ makefiles for various architectures and zlib documentation 15 files that have not yet been updated for zlib 1.2.x 16 projects/ projects for various Integrated Development Environments [all …]
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | Changelog.txt | 5 Notes: Added support for Atmel AT91SAM3S (Cortex M3) for IAR. 11 Notes: Added support for HCS08. Fixed some small bugs in the documentation 12 for the porting layer. 36 Notes: Added LPC214X ARM port with Keil compiler. Added Z8Encore port for 40 - FEATURE (ARM): Added LPC214X ARM port for Keil ARM 2.41. 41 - FEATURE (Z8ENCORE): Added Z8F6422 for Z8Encore using the ZDS II - Z8 48 where the frame for write multiple registers was parsed with the wrong 51 correctly. Added new support for a CodeWarrior Coldfire port. 56 The defines for MB_FUNC_READ_HOLDING and MB_FUNC_WRITE_HOLDING 58 - BUG (ALL): eMBInit did not correctly check for addresses. Therefore [all …]
|
/nrf52832-nimble/nordic/nrfx/ |
H A D | CHANGELOG.md | 6 - Added support for nRF9160. 7 - Added allocator for DPPI. 9 - Added support for DPPI subscription and publishing in HALs related to nRF9160. 10 - Added support for instances 2 and 3 in SPIS, TWIM, TWIS, and UARTE drivers. 20 - Added the nrfx_is_word_aligned() function for checking whether an address is word-aligned. 21 - Added HAL for ACL. 22 - Added functions for disabling and re-enabling interrupts in the SWI driver. 26 - Updated the documentation for the nrfx_uarte_rx() function. It now correctly reflects the actual … 43 - Added HAL and driver for NFCT. 44 - Added driver for USBD. [all …]
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_qdec.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 44 * @brief Hardware access layer for managing the Quadrature Decoder (QDEC) peripheral. 48 * @brief This value can be provided as a parameter for the @ref nrf_qdec_pio_assign 71 …NRF_QDEC_EVENT_SAMPLERDY = offsetof(NRF_QDEC_Type, EVENTS_SAMPLERDY), /**< Event generated for eve… 72 …NRF_QDEC_EVENT_REPORTRDY = offsetof(NRF_QDEC_Type, EVENTS_REPORTRDY), /**< Event generated for eve… 73 …NRF_QDEC_EVENT_ACCOF = offsetof(NRF_QDEC_Type, EVENTS_ACCOF) /**< Event generated for eve… 92 …NRF_QDEC_INT_SAMPLERDY_MASK = QDEC_INTENSET_SAMPLERDY_Msk, /**< Mask for enabling or disabling an … 93 …NRF_QDEC_INT_REPORTRDY_MASK = QDEC_INTENSET_REPORTRDY_Msk, /**< Mask for enabling or disabling an … 94 …NRF_QDEC_INT_ACCOF_MASK = QDEC_INTENSET_ACCOF_Msk /**< Mask for enabling or disabling an … [all …]
|
H A D | nrf_timer.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 45 * @brief Hardware access layer for managing the TIMER peripheral. 49 * @brief Macro for validating the correctness of the BIT_WIDTH setting. 84 * @brief Macro for getting the number of capture/compare channels available 95 …NRF_TIMER_TASK_START = offsetof(NRF_TIMER_Type, TASKS_START), ///< Task for starting the t… 96 …NRF_TIMER_TASK_STOP = offsetof(NRF_TIMER_Type, TASKS_STOP), ///< Task for stopping the t… 97 …NRF_TIMER_TASK_COUNT = offsetof(NRF_TIMER_Type, TASKS_COUNT), ///< Task for incrementing t… 98 …NRF_TIMER_TASK_CLEAR = offsetof(NRF_TIMER_Type, TASKS_CLEAR), ///< Task for resetting the … 99 …NRF_TIMER_TASK_SHUTDOWN = offsetof(NRF_TIMER_Type, TASKS_SHUTDOWN), ///< Task for powering off t… [all …]
|
H A D | nrf_gpio.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 45 * @brief Hardware access layer for managing the GPIO peripheral. 64 * @brief Macro for mapping port and pin numbers to values understandable for nrf_gpio functions. 87 …* @brief Enumerator used for selecting the pin to be pulled down or up at the time of pin configur… 97 * @brief Enumerator used for selecting output drive mode. 112 * @brief Enumerator used for selecting the pin to sense high or low level on the pin input. 122 * @brief Function for configuring the GPIO pin range as output pins with normal drive strength. 129 * @note For configuring only one pin as output, use @ref nrf_gpio_cfg_output. 135 …* @brief Function for configuring the GPIO pin range as input pins with given initial value set, h… [all …]
|
H A D | nrf_usbd.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 45 * @brief Hardware access layer for managing the Universal Serial Bus Device (USBD) 132 …BRESET_MASK = USBD_INTEN_USBRESET_Msk , /**< Enable or disable interrupt for USBRESET event */ 133 …TARTED_MASK = USBD_INTEN_STARTED_Msk , /**< Enable or disable interrupt for STARTED event */ 134 …PIN0_MASK = USBD_INTEN_ENDEPIN0_Msk , /**< Enable or disable interrupt for ENDEPIN[0] event */ 135 …PIN1_MASK = USBD_INTEN_ENDEPIN1_Msk , /**< Enable or disable interrupt for ENDEPIN[1] event */ 136 …PIN2_MASK = USBD_INTEN_ENDEPIN2_Msk , /**< Enable or disable interrupt for ENDEPIN[2] event */ 137 …PIN3_MASK = USBD_INTEN_ENDEPIN3_Msk , /**< Enable or disable interrupt for ENDEPIN[3] event */ 138 …PIN4_MASK = USBD_INTEN_ENDEPIN4_Msk , /**< Enable or disable interrupt for ENDEPIN[4] event */ [all …]
|
H A D | nrf_pdm.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 44 * @brief Hardware access layer for managing the Pulse Density Modulation (PDM) peripheral. 117 * @brief Function for triggering a PDM task. 124 * @brief Function for getting the address of a PDM task register. 133 * @brief Function for getting the state of a PDM event. 142 * @brief Function for clearing a PDM event. 149 * @brief Function for getting the address of a PDM event register. 158 * @brief Function for enabling PDM interrupts. 165 * @brief Function for retrieving the state of PDM interrupts. [all …]
|
H A D | nrf_pwm.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 45 * @brief Hardware access layer for managing the Pulse Width Modulation (PWM) peripheral. 49 * @brief This value can be provided as a parameter for the @ref nrf_pwm_pins_set 151 …d (16-bit) used in channel 0; 2nd in channel 1; ... ; 4th as the top value for the pulse generator… 168 * @brief Type used for defining duty cycle values for a sequence 174 * @brief Structure for defining duty cycle values for a sequence 178 uint16_t group_0; ///< Duty cycle value for group 0 (channels 0 and 1). 179 uint16_t group_1; ///< Duty cycle value for group 1 (channels 2 and 3). 183 * @brief Structure for defining duty cycle values for a sequence [all …]
|
H A D | nrf_nfct.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 46 * @brief Hardware access layer (HAL) for the Near Field Communication Tag (NFCT) peripheral. 57 …etof(NRF_NFCT_Type, TASKS_ACTIVATE), /**< Activate the NFCT peripheral for the incoming and ou… 61 …ENABLERXDATA = offsetof(NRF_NFCT_Type, TASKS_ENABLERXDATA), /**< Initialize EasyDMA for receive. */ 185 * @brief NFC frame delay mode for data transmission. 196 * @brief Bit masks for NFC transmission frame configuration. 207 * @brief Bit masks for NFC reception frame configuration. 217 …* @brief 'NFCI1 size' NFC field configuration for the SENS_RES frame according to the NFC Forum Di… 232 …* @brief 'Bit frame SDD' NFC field configuration for the SENS_RES frame according to the NFC Forum… [all …]
|
H A D | nrf_egu.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 45 * @brief Hardware access layer for managing the Event Generator Unit (EGU) peripheral. 55 …NRF_EGU_TASK_TRIGGER0 = offsetof(NRF_EGU_Type, TASKS_TRIGGER[0]), /**< Trigger 0 for triggering … 56 …NRF_EGU_TASK_TRIGGER1 = offsetof(NRF_EGU_Type, TASKS_TRIGGER[1]), /**< Trigger 1 for triggering … 57 …NRF_EGU_TASK_TRIGGER2 = offsetof(NRF_EGU_Type, TASKS_TRIGGER[2]), /**< Trigger 2 for triggering … 58 …NRF_EGU_TASK_TRIGGER3 = offsetof(NRF_EGU_Type, TASKS_TRIGGER[3]), /**< Trigger 3 for triggering … 59 …NRF_EGU_TASK_TRIGGER4 = offsetof(NRF_EGU_Type, TASKS_TRIGGER[4]), /**< Trigger 4 for triggering … 60 …NRF_EGU_TASK_TRIGGER5 = offsetof(NRF_EGU_Type, TASKS_TRIGGER[5]), /**< Trigger 5 for triggering … 61 …NRF_EGU_TASK_TRIGGER6 = offsetof(NRF_EGU_Type, TASKS_TRIGGER[6]), /**< Trigger 6 for triggering … [all …]
|
H A D | nrf_ppi.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 45 * @brief Hardware access layer for managing the Programmable Peripheral Interconnect (PPI) 136 …NRF_PPI_TASK_CHG0_EN = offsetof(NRF_PPI_Type, TASKS_CHG[0].EN), /**< Task for enabling channel g… 137 …NRF_PPI_TASK_CHG0_DIS = offsetof(NRF_PPI_Type, TASKS_CHG[0].DIS), /**< Task for disabling channel … 138 …NRF_PPI_TASK_CHG1_EN = offsetof(NRF_PPI_Type, TASKS_CHG[1].EN), /**< Task for enabling channel g… 139 …NRF_PPI_TASK_CHG1_DIS = offsetof(NRF_PPI_Type, TASKS_CHG[1].DIS), /**< Task for disabling channel … 140 …NRF_PPI_TASK_CHG2_EN = offsetof(NRF_PPI_Type, TASKS_CHG[2].EN), /**< Task for enabling channel g… 141 …NRF_PPI_TASK_CHG2_DIS = offsetof(NRF_PPI_Type, TASKS_CHG[2].DIS), /**< Task for disabling channel … 142 …NRF_PPI_TASK_CHG3_EN = offsetof(NRF_PPI_Type, TASKS_CHG[3].EN), /**< Task for enabling channel g… [all …]
|
H A D | nrf_clock.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 45 * @brief Hardware access layer for managing the CLOCK peripheral. 57 // Enable support for external LFCLK sources. Read more in the Product Specification. 96 * For the others @ref NRF_CLOCK_LFCLK_Xtal is returned for this setting. 102 * For the others @ref NRF_CLOCK_LFCLK_Xtal is returned for this setting. 181 * @brief Function for enabling a specific interrupt. 188 * @brief Function for disabling a specific interrupt. 195 * @brief Function for retrieving the state of a specific interrupt. 205 * @brief Function for retrieving the address of a specific task. [all …]
|
H A D | nrf_wdt.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 45 * @brief Hardware access layer for managing the Watchdog Timer (WDT) peripheral. 61 NRF_WDT_TASK_START = offsetof(NRF_WDT_Type, TASKS_START), /**< Task for starting WDT. */ 114 * @brief Function for configuring the watchdog behavior when the CPU is sleeping or halted. 121 * @brief Function for starting the WDT task. 128 * @brief Function for clearing the WDT event. 135 * @brief Function for retrieving the state of the WDT event. 145 * @brief Function for enabling a specific interrupt. 152 * @brief Function for retrieving the state of given interrupt. [all …]
|
H A D | nrf_rtc.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 45 * @brief Hardware access layer for managing the Real Time Counter (RTC) peripheral. 48 /** @brief Macro for getting the number of compare channels available in a given RTC instance. */ 53 /** @brief Macro for converting expected frequency to prescaler setting. */ 56 /**< Macro for wrapping values to RTC capacity. */ 101 * @brief Function for setting a compare value for a channel. 110 * @brief Function for returning the compare value for a channel. 120 * @brief Function for enabling interrupts. 128 * @brief Function for disabling interrupts. [all …]
|
H A D | nrf_radio.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 45 * @brief Hardware access layer for managing the RADIO peripheral. 260 …RU = RADIO_STATE_STATE_RxRu, /**< The radio is ramping up and preparing for reception. */ 261 …NRF_RADIO_STATE_RXIDLE = RADIO_STATE_STATE_RxIdle, /**< The radio is ready for reception to … 264 … = RADIO_STATE_STATE_TxRu, /**< The radio is ramping up and preparing for transmission. */ 265 …NRF_RADIO_STATE_TXIDLE = RADIO_STATE_STATE_TxIdle, /**< The radio is ready for transmission … 340 …ENGTH_32BIT_ZERO = RADIO_PCNF0_PLEN_32bitZero, /**< 32-bit zero preamble used for IEEE 802.15.4. */ 343 …NRF_RADIO_PREAMBLE_LENGTH_LONG_RANGE = RADIO_PCNF0_PLEN_LongRange, /**< Preamble - used for BTLE L… 391 * @brief Function for activating a specific RADIO task. [all …]
|
H A D | nrf_spim.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 45 * @brief Hardware access layer for managing the SPIM peripheral. 49 * @brief This value can be used as a parameter for the @ref nrf_spim_pins_set 179 * @brief Function for activating a specific SPIM task. 188 * @brief Function for getting the address of a specific SPIM task register. 199 * @brief Function for clearing a specific SPIM event. 208 * @brief Function for checking the state of a specific SPIM event. 220 * @brief Function for getting the address of a specific SPIM event register. 230 * @brief Function for enabling specified shortcuts. [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | INSTALL | 17 more-detailed instructions are generic; see the `README' file for 21 necessarily a bug. More recommendations for GNU packages can be found 24 The `configure' shell script attempts to guess correct values for 30 file `config.log' containing compiler output (useful mainly for 42 be considered for the next release. If you are using the cache, and at 54 `./configure' to configure the package for your system. 57 some messages telling which features it is checking for. 79 files that `configure' created (so you can compile the package for 82 for the package's developers. If you use it, you may have to get 99 Some systems require unusual options for compilation or linking that [all …]
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_gpiote.h | 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 60 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect low-to-high transiti… 70 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect high-to-low transiti… 80 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect any change on the pi… 90 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect low-to-high transiti… 102 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect high-to-low transiti… 114 /**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT to detect any change on the pi… 135 /**@brief Macro for configuring a pin to use as output. GPIOTE is not used for the pin. */ 142 /**@brief Macro for configuring a pin to use the GPIO OUT TASK to change the state from high to low. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/ |
H A D | syscfg.yml | 3 # distributed with this work for additional information 14 # KIND, either express or implied. See the License for the 22 Defines default permissions for reading characteristics. Can be 31 Defines permissions for reading "Model Number" characteristics. 37 Defines a default value for "Model number" if not set with 42 Defines permissions for reading "Serial Number" characteristics. 48 Defines a default value for "Serial number" if not set with 53 Defines permissions for reading "Hardware Revision" characteristics. 59 Defines a default value for "Hardware revision" if not set with 64 Defines permissions for reading "Firmware Revision" characteristics. [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | sys.h | 18 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT 19 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 43 /* For a totally minimal and standalone system, we provide null 77 /** Return code for timeouts from sys_arch_mbox_fetch and sys_arch_sem_wait */ 81 * For now we use the same magic value, but we allow this to change in future. 88 /** Function prototype for thread functions */ 91 /* Function prototypes for functions to be implemented by platform ports 99 /* for old ports that don't have mutexes: define them to binary semaphores */ 124 /** Check if a mutex is valid/allocated: return 1 for valid, 0 for invalid */ 143 /** Wait for a semaphore for the specified timeout [all …]
|