nuttx/arch/arm
Masayuki Ishikawa 56e0e6a5ec arch: imx6: Remove sem_t from imx_serial.c
Summary:
- I noticed that when exiting getprime, DEBUGASSERT happens in
  nxsem_wait()
- Finally, I found that up_putc() uses nxsem_wait()
- This commit fixes this issue by removing the semaphore.
- Also, up_putc() now calls imx_lowputc()

Impact:
- None

Testing:
- Tested with sabre-6quad:netknsh (not merged yet)

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2022-02-28 16:09:01 +08:00
..
include arch: Remove SYS_RESERVED from Kconfg 2022-02-27 22:54:13 +08:00
src arch: imx6: Remove sem_t from imx_serial.c 2022-02-28 16:09:01 +08:00
Kconfig arch, board: Add thumb support to i.MX6 2022-02-25 10:51:12 +08:00