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

2020-06-18 Thread Ishikawa, Masayuki (SHES)
Hi, Perhaps I understand what happened to the rx65n target. This might be a compiler issue that it generates external function symbols with an underscore. According to gcc document, it says that: === Warning: the ‘-fleading-underscore’ switch causes GCC to generate code that is not binary comp

RE: NuttX config browser

2020-06-18 Thread Xiang Xiao
Yes, I switch from eclipse to vscode several month ago. The experience is much better than eclipse from many perspective(project, editor, search, debug, shell and git). It's a good idea to setup the new wiki page to describe how to setup vscode for NuttX development, so the community can try vsc

Re: NuttX config browser

2020-06-18 Thread Maciej Wójcik
They released today mentioned IDE https://os.mbed.com/blog/entry/mbed-studio-1-release It is literally vscode with few plugins. We could go the same way and do NuttX Studio :) For the beginning I could just provide instructions on how to use vscode with NuttX both for local and remote development

Re: QuickLogic Open Source MCU + FPGA

2020-06-18 Thread Adam Feuer
- 80 MHz ARM Cortex M4-F - UART only, no USB - FPGA has 2400 logic cells - Open Source software for development It's pretty low-power, but that last part is amazing– it would be great to have an RTOS+FPGA that was programmable by all open source software. I will have to think of somet

Re: nrf51822 and BLE

2020-06-18 Thread Alan Carvalho de Assis
Hi Matias, On 6/18/20, Matias N. wrote: > I've been looking a bit more into how Zephyr code handles the NRF chips and > how the Bluetooth stack is organized, see here: > https://github.com/zephyrproject-rtos/zephyr/tree/master/subsys/bluetooth/controller > > From what I understand, they can eith

Re: nrf51822 and BLE

2020-06-18 Thread Matias N.
I've been looking a bit more into how Zephyr code handles the NRF chips and how the Bluetooth stack is organized, see here: https://github.com/zephyrproject-rtos/zephyr/tree/master/subsys/bluetooth/controller From what I understand, they can either talk to a controller via HCI UART/SPI or direc

Re: The new Apache NuttX Logo

2020-06-18 Thread Nathan Hartman
On Thu, Jun 18, 2020 at 7:43 AM Erdem MEYDANLI wrote: > I wanted to revive this discussion. As I stated before, I and a friend of > mine (a graphical artist.) will start working on this. But, > > - What's the deadline for this? (A deadline is a powerful force for > motivation.) Feel free to pro

Re: The new Apache NuttX Logo

2020-06-18 Thread Erdem MEYDANLI
I wanted to revive this discussion. As I stated before, I and a friend of mine (a graphical artist.) will start working on this. But, - What's the deadline for this? (A deadline is a powerful force for motivation.) - We are planning to come up with a logo with a mascot. As stated above, a mascot

Re: QuickLogic Open Source MCU + FPGA

2020-06-18 Thread Erdem MEYDANLI
It looks like a promising platform, but the shipping cost to the EU is unbelievable. :). I want to support porting efforts, but let's see first if I can receive it via a freight-forwarder service. Erdem

RE: NXView

2020-06-18 Thread Xiang Xiao
Agree that we don't need provide two drivers to collect the similar information. It's better to incorporate the new feature and ftrace format into the current driver. The change may break the binary format combability but I think it's acceptable to get the more feature and clean implementation.

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

2020-06-18 Thread Anjana
Hi, I am not working on my github account branch, I am working by downloading the Apache NuttX codebase on my local PC. I was thinking of checking it first on my local PC, and then merging it on github. I have also observed the following, related to the issue observed : 1. I also observed