Commit b79911c
authored
Update WHD wi-fi driver to use Mbed network stack memory manager (#502)
* Update WHD driver to use Mbed EMAC memory manager. Currently able to boot up the wi-fi module OK but cannot bring up the actual interface.
* Fix a few more bugs
* Working!
* Reformat, fix EMAC test, fix build error
* Build error
* Convert another copy to realloc
* Fix unittests build, fix MIMXRT build
* Anotha one
* Use force1 parent 3e917d3 commit b79911c
File tree
53 files changed
+685
-762
lines changed- cmsis
- CMSIS_5/CMSIS/RTOS2/RTX/Source
- device/rtos/source
- connectivity
- drivers
- emac
- TARGET_Freescale_EMAC
- TARGET_NXP_EMAC
- TARGET_IMX
- TARGET_LPCTarget
- TARGET_MCU_LPC546XX
- include
- wifi
- COMPONENT_WHD
- whd-bsp-integration
- whd_mac
- interface
- wifi-host-driver
- inc
- src
- bus_protocols
- lwipstack
- include/lwipstack
- lwip/src
- core
- include/lwip
- source
- nanostack
- include/nanostack-interface
- mbed-mesh-api/source
- include
- netsocket
- include/netsocket
- source
- tests
- TESTS
- netsocket
- tls
- udp
- network/emac
- UNITTESTS/doubles
- emac_test_utils
- hal
- include/hal
- tests/TESTS/mbed_hal/rtc
- targets/TARGET_Cypress/TARGET_PSOC6
- tools/cmake
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+685
-762
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
523 | 528 | | |
524 | 529 | | |
525 | 530 | | |
| |||
534 | 539 | | |
535 | 540 | | |
536 | 541 | | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
537 | 547 | | |
538 | 548 | | |
539 | 549 | | |
| |||
561 | 571 | | |
562 | 572 | | |
563 | 573 | | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
564 | 579 | | |
565 | 580 | | |
566 | 581 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
86 | 93 | | |
87 | 94 | | |
88 | 95 | | |
| |||
Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
403 | 401 | | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | 402 | | |
410 | 403 | | |
411 | 404 | | |
| |||
Lines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
| 399 | + | |
| 400 | + | |
403 | 401 | | |
404 | 402 | | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | 403 | | |
411 | 404 | | |
412 | 405 | | |
| |||
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
509 | | - | |
510 | | - | |
| 508 | + | |
| 509 | + | |
511 | 510 | | |
512 | 511 | | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | 512 | | |
519 | 513 | | |
520 | 514 | | |
| |||
Lines changed: 4 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | 400 | | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
411 | 405 | | |
412 | 406 | | |
413 | 407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
248 | | - | |
| 247 | + | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | | - | |
256 | 254 | | |
257 | 255 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | 256 | | |
264 | 257 | | |
265 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments