Searched refs:patch (Results 1 – 9 of 9) sorted by relevance
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/ |
H A D | fsp_version.h | 80 uint8_t patch; ///< Patch version of FSP Pack member 91 uint8_t patch; ///< Patch version of FSP Pack member
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 42 * tcp.c: tcp_recved: check for overflow and warn about too big values (patch #9699) 46 related variables (patch #9696) 49 * tcp.c: Update prev pointer when skipping entries in tcp_slowtmr (patch #9694) 98 * netconn: add LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE to use external DNS resolver (patch #9427) 108 * sockets: add poll() implementation (patch #9450) 154 atomically in regards to TCP segmentation (patch #8882) 172 * Extensions to RAW API (patch #9208) 530 * netif.h/.c: patch #8359 (Provide utility function to add an IPv6 address to 540 2015-02-26: patch by TabascoEye 564 * opt.h, dhcp.h/.c: patch #8361 "Add support for NTP option in DHCP" [all …]
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 13 This has nothing to do with pppd, but we merged some good patch from 56 Don't care, is a patch for pppd/plugins/rp-pppoe/plugin.c which is not part 118 This is an interesting patch. However it consumes much more memory for 138 This is just a patch that adds plugins hooks for IPv6, the plugin interface 217 Plugin patch, we do not have plugins. 242 Commented out in our port, and already fixed by a previously applied Debian patch. 431 We found that while working on MPPE support in lwIP, that's our patch ;-) 437 We found that while working on MPPE support in lwIP, that's our patch ;-)
|
/btstack/chipset/realtek/ |
H A D | btstack_chipset_realtek.c | 369 static const patch_info * patch; variable 405 if (patch->lmp_sub != lmp_subversion) { in hci_packet_handler() 453 patch = NULL; in chipset_init() 456 patch = &fw_patch_table[i]; in chipset_init() 460 if (patch == NULL) { in chipset_init() 465 …t_complete(firmware_file, sizeof(firmware_file), "%s/%s", firmware_folder_path, patch->patch_name); in chipset_init() 466 …assert_complete(config_file, sizeof(config_file), "%s/%s", config_folder_path, patch->config_name); in chipset_init() 881 max_patch_size = get_max_patch_size(patch->chip_type); in update_firmware()
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/ |
H A D | ssp_version.h | 73 uint8_t patch; ///< Patch version of SSP Pack member
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/all/ |
H A D | bsp_common.c | 93 .patch = SSP_VERSION_PATCH
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/bsp/mcu/all/ |
H A D | bsp_common.c | 83 .patch = FSP_VERSION_PATCH
|
/btstack/chipset/ |
H A D | README.md | 43 …* In addition, most vendors allow to patch or configure their chipsets at run time by sending cust… 54 are available via [Murata's Cypress GitHub](https://github.com/murata-wireless/cyw-bt-patch). 252 **Baud rate** is fixed to 115200 by the patch although the firmware could be extended to support a … 281 They commonly require to download a patch and a configuration file. Patch and configuration file ca… 292 *btstack_chipset_realtek.c* implements the patch and config upload mechanism. See port/libusb for d… 429 **Init Script** is not required. A patch file might be uploaded.
|
/btstack/ |
H A D | CHANGELOG.md | 20 - btstack_version: provides BTstack major, minor, patch versions 1232 - em9304: upload patch containers during HCI bootup
|