Skip to content

docs: add Japanese translation of lwIP-to-wolfIP migration guide#131

Merged
danielinux merged 1 commit into
wolfSSL:masterfrom
yosuke-wolfssl:feature/guideJP
Jun 9, 2026
Merged

docs: add Japanese translation of lwIP-to-wolfIP migration guide#131
danielinux merged 1 commit into
wolfSSL:masterfrom
yosuke-wolfssl:feature/guideJP

Conversation

@yosuke-wolfssl

Copy link
Copy Markdown
Contributor

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.

@yosuke-wolfssl yosuke-wolfssl self-assigned this Jun 9, 2026
Copilot AI review requested due to automatic review settings June 9, 2026 07:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 of docs/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.

Comment thread docs/migrating_from_lwIP_JP.md Outdated

@wolfSSL-Fenrir-bot wolfSSL-Fenrir-bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fenrir Automated Review — PR #131

No scan targets match the changed files in this PR. Review skipped.

@danielinux danielinux self-requested a review June 9, 2026 09:20
@danielinux danielinux merged commit 517f751 into wolfSSL:master Jun 9, 2026
31 checks passed
@yosuke-wolfssl yosuke-wolfssl deleted the feature/guideJP branch June 9, 2026 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants