garyhobson
garyhobson
I got an error when using bytehound: ERROR: ld.so: object './libbytehound.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. I guess it's because my app is 32bit version...
## Summary This commit reduces incremental compile (second compile) time from 3.2s to 0.8s for sim:ostest config.h has too many duplicate script commands For folders without any changes, it still...
**Environment**: ``` Version: 1.0.196 Platform: Linux x64 5.15.0-69-generic Plugins: none Frontend: xterm-webgl ``` **Describe**: When closing a terminal tab, the terminal background process will not exit. Although he will prompt...
I noticed that now in txiki, http is implemented using curl, can we add support for https? This may require adding a new dependency library [mbedtls](https://github.com/Mbed-TLS/mbedtls), if this is allowed...
**絮絮叨叨:** 上一次写 NuttX 的文章还是在 2021 年,那时我接触 NuttX 的只有几个月,当时只写了一个很简单的如何编译一个 "hello world" 的代码。 现在参与 NuttX 开发已经快有三年的时间了,这段时间里对 NuttX 的了解程度已有很大不同,自己基于 NuttX 也做了一些项目,于是乎这个系列好像可以再更新一下了。 # NuttX 简介 NuttX 是一个具有丰富功能的、能够运行在小型微控制器上的实时操作系统(RTOS)。它有完整的多线程/多进程、文件系统和TCP/IP 协议栈的支持,并且实现了所有常用 POSIX API, 能够极大程度的和 Linux 环境开发保持一致。 下面这篇文章将会体现这种接口兼容性的优点,我们将会在...
Monitor file changes and automatically update the page if the file is modified This is very helpful for developing applications, it can see page changes without restarting the application
I failed to compile with master branch on ubuntu 20.04 (X86-64) It seems to be caused by some letter case differences
## Summary When a large number of threads are created in SMP, malloc in nxtask_assign_pid may cause thread switching and create new threads. This may lead to accessing invalid pointers....
## Summary Since pthread_mutex is implemented by sem, it is impossible to see in ps who holds the lock and causes the wait. Replace semaphore with mutex implementation to solve...
## Summary In the following code, even though the application does not use exceptions, an exception is still thrown in libcxx If libcxxabi is not enabled, the toolchain default implementation...