nuttx/arch/xtensa/src
Lee Lup Yuen 6cad7e9582 arm, arm64, xtensa, libxx: Change sed -r to sed -E to support macOS
When we build NuttX on macOS, it shows many `sed` messages (and the build still completes successfully):

```text
$ tools/configure.sh pinephone:nsh
$ make
sed: illegal option -- r
```

This is due to the Makefiles executing `sed -r` which is not a valid option on macOS.

This PR proposes to change `sed -r` to `sed -E` because:

- `sed -E` on macOS is equivalent to `sed -r` on Linux

- `sed -E` and `sed -r` are aliases according to the GNU `sed` Manual

- `sed -E` is already used in nuttx_add_romfs.cmake, nuttx_add_symtab.cmake and process_config.sh
2023-10-10 11:36:32 +03:00
..
common spinlock: Rename spin_islocked to spin_is_locked 2023-10-06 20:03:19 -04:00
esp32 arm, arm64, xtensa, libxx: Change sed -r to sed -E to support macOS 2023-10-10 11:36:32 +03:00
esp32s2 xtensa/esp32s2: add UART RS485 support 2023-10-04 10:18:45 +03:00
esp32s3 fix(esp32s3_i2c): i2c_clear_bus on for I2C_RESET 2023-10-09 18:55:04 +03:00
lx6 kasan: add option to disable read/write checks 2023-09-07 00:41:43 +08:00
lx7 kasan: add option to disable read/write checks 2023-09-07 00:41:43 +08:00
.gitignore
Makefile toolchain/gcc: fix linker error if enable STACK_CANARIES/LTO at same time 2023-07-21 01:13:34 +08:00