Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

apache/nuttx

zhhyu7 opened a pull request on apache/nuttx
net/local: fix used after free
## Summary now the lc_path of the client will not be the same as that of the server. therefore, accept->peer = NULL will not be set when the client release the conn, then when release accept conn,...
geduardcatalindev starred apache/nuttx
csukuangfj starred apache/nuttx
jasonbu created a comment on an issue on apache/nuttx
> @jasonbu > > please try the same on releases/12.7 branch > > Thanks Alin it means you can confirm in your environment, the releases/12.7 can still re-produce the problem? if you can prov...

View on GitHub

xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • fs/mnemofs: Add logs to bind and unbind. Add logs and extra logs to mnemofs VFS methods for bind and unbind. Signed-... b4a6d45

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
fs/mnemofs: Add logs to bind and unbind.
Add logs and extra logs to mnemofs VFS methods for bind and unbind. ## Summary Adds logs (`MFS_LOG` and `MFS_EXTRA_LOG`) to mnemofs, and implements them in `mnemofs_bind` and `mnemofs_unbind`...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

simbit18 created a comment on an issue on apache/nuttx
@lupyuen Thank you for this amazing work!

View on GitHub

jerpelea opened a pull request on apache/nuttx
AUTHORS: add Ville Juven
## Summary Ville Juven has submitted the ICLA and should be added to the AUTHORS file ## Impact AUTHORS ## Testing CI
jerpelea created a comment on an issue on apache/nuttx
@jasonbu please try the same on releases/12.7 branch Thanks Alin

View on GitHub

resyfer created a comment on an issue on apache/nuttx
A suggestion to add a way to trigger the bot again. For example...if it gave some feedback, and I improved it, I don't have any way of checking it again without creating another PR (which would mea...

View on GitHub

resyfer created a comment on a pull request on apache/nuttx
@nuttxpr... Check again. (I don't know how to trigger this)

View on GitHub

nuttxpr created a comment on a pull request on apache/nuttx
[**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR as presented does **not** meet the NuttX requirements fully. Here's...

View on GitHub

resyfer opened a pull request on apache/nuttx
fs/mnemofs: Add logs to bind and unbind.
Add logs and extra logs to mnemofs VFS methods for bind and unbind. ## Summary This improves the logging present in mnemofs. ## Impact Better debugging using the improved logs. ## Te...
nuttxpr created a comment on a pull request on apache/nuttx
[**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR appears **incomplete** for a NuttX pull request based on the provide...

View on GitHub

anchao opened a pull request on apache/nuttx
fs/inode: refresh tcb after each file sync() is completed
## Summary fs/inode: refresh tcb after each file sync() is completed ## Impact N/A ## Testing ci-check
xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • adc: Implement ADC driver interface for MCP3008 over SPI. Includes documentation page for the driver, and inclusion o... bbc95d7

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
Implement ADC driver interface for MCP3008
## Summary This PR introduces a driver the MCP3008 8-channel, 10-bit ADC by Microchip. The driver is SPI based and uses a software trigger. It implements the common ADC driver interface for Nutt...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • arm: add memory map for DDR region Summary add memory map for DDR region fix arm-v7a/knsh boot dataabort on arm_a... 9b0fc12

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
arm: fix dataabort on qemu-armv7a:knsh
## Summary add memory map for DDR region fix arm-v7a/knsh boot dataabort on arm_addrenv_utils.c first time memset after arm_pgvaddr. ## Impact will dataabort before fix. ``` [ 0.008000] ...
xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • risc-v/esp32: Fixed File-system mount point ad92b72

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
risc-v/esp32: Fixed path of File-system mount point
I tried to set custom path for my LittleFS but it's failed. ## Summary the File-system Mount Point is miss in codes at my ESP32-C3. So I fixed it and other ESP's risc-v codes. ## Impact ...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
esp32c6-devkit: Remove -Werror to fix compile error
## Summary If dhcpd is enabled, gcc will report an error like this: > dhcpd.c:520:4: error: #warning "FIXME: Should check if anything responds to an ARP request or ping" [-Werror=cpp] > cc...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

jasonbu created a review comment on a pull request on apache/nuttx
nuttx_remove_compile_options not able to solve my problem, can you provide some sample how to make it work?

View on GitHub

jasonbu created a review on a pull request on apache/nuttx

View on GitHub

Load more