Re: Build failed in Jenkins: NuttX-Nightly-Build #245

2020-08-07 Thread Ishikawa, Masayuki (SHES)
Already fixed in https://github.com/apache/incubator-nuttx/pull/1528 From: Apache Jenkins Server Sent: Friday, August 7, 2020 15:01 To: dev@nuttx.apache.org Subject: Build failed in Jenkins: NuttX-Nightly-Build #245 See

Re: [VOTE] Apache NuttX 9.1.0 (incubating) RC0 release

2020-06-26 Thread Ishikawa, Masayuki (SHES)
+1 I confirmed that the latest releases/9.1 branch fixes the problems. Masayuki From: Brennan Ashton Sent: Friday, June 26, 2020 14:17 To: dev@nuttx.apache.org Cc: Ishikawa, Masayuki (SHES) Subject: Re: [VOTE] Apache NuttX 9.1.0 (incubating) RC0 release

Re: [VOTE] Apache NuttX 9.1.0 (incubating) RC0 release

2020-06-25 Thread Ishikawa, Masayuki (SHES)
I forgot to see the PR. Thanks for the information. It works. I've just merged to the master. Masayuki ​ From: Xiang Xiao Sent: Friday, June 26, 2020 14:10 To: Ishikawa, Masayuki (SHES) ; dev@nuttx.apache.org Subject: RE: [VOTE] Apache NuttX 9.1.0 (incubating

Re: [VOTE] Apache NuttX 9.1.0 (incubating) RC0 release

2020-06-25 Thread Ishikawa, Masayuki (SHES)
Hi, Xiang and all, -1 I've been checking the nuttx-9.1.0-RC0 with qemu and several boards and found that ELF loading do​es not work. (nuttx-9.0.0 was OK but the latest master branch has the same issue) And finally, I noticed that apps/sysmtab_apps.c has no symbols. Xiang, do you notice this

Re: Interrupt restore behavior on task activate

2020-06-22 Thread Ishikawa, Masayuki (SHES)
Hi, Brennan, Did you check up_get_newintctx() ? The function is called from up_initial_state() to create a new task and needs to return (MSTATUS_MPPM | MSTATUS_MPIE). Masayuki From: Brennan Ashton Sent: Monday, June 22, 2020 3:38 To: dev@nuttx.apache.org

Re: ELF Application Example(apps/examples/elf) undefined references issue in symtab.c

2020-06-18 Thread Ishikawa, Masayuki (SHES)
undefined reference is coming because _fflush, _fopen are actully not defined, only fopen, fflush is defined. So, I think when the compiler tries to map the symbols generated in symtab.c, are looked for Regards, Anjana ________ From: Ishikawa, Masayuki (SHES) Sent: 18 Jun

Re: ELF Application Example(apps/examples/elf) undefined references issue in symtab.c

2020-06-18 Thread Ishikawa, Masayuki (SHES)
/examples/elf) undefined references issue in symtab.c Yes, I have added CELFFLAGS, CELFFLAGS, LDELFFLAGS in Make.defs file From: Ishikawa, Masayuki (SHES) Sent: 18 June 2020 11:33 To: dev@nuttx.apache.org Subject: Re: ELF Application Example(apps/examples/elf

Re: nrf51822 and BLE

2020-06-18 Thread Ishikawa, Masayuki (SHES)
Hi Alan and all, Though I've never used nRF52 before, what we did for Bluetooth with LC823450-XGEVK are (1) Port proprietary Bluetooth stack to NuttX for our audio products. (2) Port bluekitchen/btstack to NuttX for a feasibility study of networking. LC82345-XGEVK has CSR8811 on the board

Re: ELF Application Example(apps/examples/elf) undefined references issue in symtab.c

2020-06-18 Thread Ishikawa, Masayuki (SHES)
Hi Anjana, Did you add some flags (i.e. CELFFLAGS, CXXELFFLAGS and LDELFFLAGS) to scripts/Make.defs? The flags are needed to build elf modules. Regards, Masayuki 差出人: Anjana 送信日時: 2020年6月18日 14:38 宛先: dev@nuttx.apache.org 件名: ELF Application

Re: A x86-64 port of nuttx with Linux compatibility layer

2020-02-19 Thread Ishikawa, Masayuki (SHES)
Hello, Yang, Nice to hear from you again and it's a great work. We'd like you to talk about your work at NuttX 2020 in Tokyo. https://nuttx.events/call-for-participation/ Regards, Masayuki On 2020/02/19 15:09, "Yang Chung Fan" wrote: Hi, I have created a x86-64 port of Nuttx

Re: Seg fault on BeagleBone Black Wireless

2020-02-18 Thread Ishikawa, Masayuki (SHES)
aded compiler I have never met this issue again. Regards, Petro вт, 18 лют. 2020 о 01:40 Ishikawa, Masayuki (SHES) < masayuki.ishik...@sony.com> пише: > Hi, > > >arm_dataabort: Data abort. PC: 8a010e64 DFAR: 8a019b04 DFSR: 0001

Re: Seg fault on BeagleBone Black Wireless

2020-02-17 Thread Ishikawa, Masayuki (SHES)
Hi, >arm_dataabort: Data abort. PC: 8a010e64 DFAR: 8a019b04 DFSR: 0001 According to the Arm Technical Reference Manual, DFSR: 0001 means that alignment fault happened at PC:8a010e64 when accessing data at DFAR: 8a019b04.

Re: dev board recommendation?

2020-02-12 Thread Ishikawa, Masayuki (SHES)
asures" enabled it is OpenWrt 18.06.3 firmware using Atheros AR9223 wifi chip On Wed, Feb 12, 2020 at 1:09 PM Ishikawa, Masayuki (SHES) wrote: > > Or what happens if you move GS2200M near the Wi-Fi router? > > > On 2020/02/12 13:02,

Re: dev board recommendation?

2020-02-11 Thread Ishikawa, Masayuki (SHES)
Or what happens if you move GS2200M near the Wi-Fi router? On 2020/02/12 13:02, "Ishikawa, Masayuki (SHES)" wrote: Thanks for the details. I think it's a GS2200M firmware issue. Could you tell me a product name of the Wi-Fi router? And the issue might be mitiga

Re: dev board recommendation?

2020-02-11 Thread Ishikawa, Masayuki (SHES)
Thanks for the details. I think it's a GS2200M firmware issue. Could you tell me a product name of the Wi-Fi router? And the issue might be mitigated if you change Wi-Fi router settings. On 2020/02/12 12:32, "Takashi Yamamoto" wrote: On Tue, Feb 11, 2020 at 1:40 PM Ishikawa

Re: dev board recommendation?

2020-02-10 Thread Ishikawa, Masayuki (SHES)
Yamamoto-san, Could you tell me what kind of network applications you are trying with Spresense + GS2200M? Also, are you using a Wi-Fi router or directly connecting to a PC in AP mode? I'd like to know about your network environment. On 2020/02/11 1:20, "Takashi Yamamoto" wrote: Thank

Re: [VOTE] Remove Windows Native support?

2020-01-20 Thread Ishikawa, Masayuki (SHES)
0 On 2020/01/21 5:16, "Anthony Merlino" wrote: 0 On Mon, Jan 20, 2020, 12:35 PM Disruptive Solutions < disruptivesolution...@gmail.com> wrote: > -1 > > Verstuurd vanaf mijn iPhone > > > Op 20 jan. 2020 om 15:58 heeft Nathan Hartman > het volgende

Re: Candidate Committers

2019-12-10 Thread Ishikawa, Masayuki (SHES)
Dear Greg, Thanks for adding me to the list. On 2019/12/11 9:41, "Gregory Nutt" wrote: Given that we want to open up the first committer spots to all significant NuttX contributors, I made a list. I went through the top 20 or so all time contributors to NuttX and made a list of

Re: [TEST] Joined

2019-12-09 Thread Ishikawa, Masayuki (SHES)
I've just joined too. On 2019/12/10 9:34, "Disruptive Solutions" wrote: It seems alive.. Verstuurd vanaf mijn iPhone > Op 10 dec. 2019 om 01:11 heeft Alan Carvalho de Assis het volgende geschreven: > > David, > > I think if we still doing it here,