docs: add Japanese translation of lwIP-to-wolfIP migration guide#131
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a Japanese translation of the existing lwIP→wolfIP migration guide, intended to mirror the English document’s structure and examples for Japanese readers.
Changes:
- Added
docs/migrating_from_lwIP_JP.md(Japanese translation ofdocs/migrating_from_lwIP.md). - Preserved the same section structure and code-sample coverage as the English guide.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7b81341 to
4f2bf7d
Compare
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #131
No scan targets match the changed files in this PR. Review skipped.
danielinux
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add docs/migrating_from_lwIP_JP.md, a Japanese translation of the existing docs/migrating_from_lwIP.md migration guide, prepared for a Japanese customer.
The translation mirrors the English original 1:1 in structure (53 headings, 52 code blocks) and covers all sections: design-model comparison, lwipopts.h to config.h mapping, driver porting (netif/pbuf to wolfIP_ll_dev poll/send), RNG sourcing, bare-metal socket API migration, lwIP raw/classic and ALTCP to wolfIP_sock_* conversion, FreeRTOS BSD-wrapper integration, porting to a new RTOS, a migration checklist, common pitfalls, and a quick API mapping table.
Code samples retain English comments to match the English source. API names, config macros (MAX_TCPSOCKETS, RXBUF_SIZE/TXBUF_SIZE, WOLFIP_* options), struct fields, and default values were verified against wolfip.h and config.h.