Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lwip2: use pvPortXalloc/vPortFree and "-free -fipa-pta"#7793

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
earlephilhower merged 2 commits intoesp8266:masterfromd-a-v:lwip2portallocfreepita
Dec 24, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modifiedtools/sdk/lib/liblwip2-1460-feat.a
View file
Open in desktop
Binary file not shown.
Binary file modifiedtools/sdk/lib/liblwip2-1460.a
View file
Open in desktop
Binary file not shown.
Binary file modifiedtools/sdk/lib/liblwip2-536-feat.a
View file
Open in desktop
Binary file not shown.
Binary file modifiedtools/sdk/lib/liblwip2-536.a
View file
Open in desktop
Binary file not shown.
Binary file modifiedtools/sdk/lib/liblwip6-1460-feat.a
View file
Open in desktop
Binary file not shown.
Binary file modifiedtools/sdk/lib/liblwip6-536-feat.a
View file
Open in desktop
Binary file not shown.
2 changes: 1 addition & 1 deletiontools/sdk/lwip2/builder
Open in desktop
2 changes: 1 addition & 1 deletiontools/sdk/lwip2/include/lwip-git-hash.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
// generated by makefiles/make-lwip2-hash
#ifndef LWIP_HASH_H
#define LWIP_HASH_H
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.2-46-g7d498d9"
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.2-48-g7421258"
#endif // LWIP_HASH_H
10 changes: 10 additions & 0 deletionstools/sdk/lwip2/include/lwipopts.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3676,6 +3676,16 @@ void tcp_kill_timewait (void);
#define MEMP_NUM_TCP_PCB_TIME_WAIT 5
#endif

/*
--------------------------------------------------
----------------- Alloc functions ----------------
--------------------------------------------------
*/

#define mem_clib_free(p) vPortFree(p, NULL, -1)
#define mem_clib_malloc(s) pvPortMalloc(s, NULL, -1)
#define mem_clib_calloc(n,s) pvPortZalloc(n*s, NULL, -1)

#ifdef __cplusplus
} // extern "C"
#endif
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp