Re: [PR] tools/bdf-converter: Fix loop termination condition. [nuttx]

2025-03-18 Thread via GitHub
acassis merged PR #16000: URL: https://github.com/apache/nuttx/pull/16000 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

Re: [PR] tools/bdf-converter: Fix loop termination condition. [nuttx]

2025-03-16 Thread via GitHub
nuttxpr commented on PR #16000: URL: https://github.com/apache/nuttx/pull/16000#issuecomment-2728150187 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No. The PR is missing several key pieces of information

[PR] tools/bdf-converter: Fix loop termination condition. [nuttx]

2025-03-16 Thread via GitHub
cederom opened a new pull request, #16000: URL: https://github.com/apache/nuttx/pull/16000 ## Summary Changing readingbitmap from bool to int, initializing it to the number of bitmaps allocated, decrementing it each time a bitmap is consumed, and using it as the termination condition