tmedicci commented on PR #8926: URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1491633430
> @tmedicci > > > Please note that I'm testing with alarm's patch applied (without usleep). > > Yes, I confirmed that I applied the alarm's patch. > > > The alarm example uses the RTC: maybe something is missing. Here it is my defconfig: > > I've just tried your defconfig but the alarm still does not work as expected. > > > Please, consider testing using my [merged binary](https://github.com/apache/nuttx/files/11112255/nuttx.merged.zip). Also, if you can send yours, I'll be glad to test it too. > > I've just confirmed that your nuttx.merged.bin works with qemu. > > By the way, could you tell me the compiler version? I've been using the following version. > > ``` > $ xtensa-esp32-elf-gcc --version > xtensa-esp32-elf-gcc (crosstool-NG esp-2021r2-patch5) 8.4.0 > Copyright (C) 2018 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > ``` Good point! I've been using the same used for our [CI](https://github.com/apache/nuttx/pull/8836): ``` xtensa-esp32-elf-gcc (crosstool-NG esp-12.2.0_20230208) 12.2.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ``` -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org