|
MicroPython Zephyr port v1.9.3 released
Hello,
MicroPython, a small implementation of a Python language subset for
embedded systems, version 1.9.3 was released, which also includes a
Zephyr RTOS port.
The MicroPython Zephyr port provides
Hello,
MicroPython, a small implementation of a Python language subset for
embedded systems, version 1.9.3 was released, which also includes a
Zephyr RTOS port.
The MicroPython Zephyr port provides
|
By
Paul Sokolovsky
·
#235
·
|
|
[arduino_101/ARC] sensor_trigger_set not triggered from QMSI_SS
Hi all
I am using the arduino 101 to trigger a sensor from the ARC part. But seems its not working.
To make it work I am forced to
Hi all
I am using the arduino 101 to trigger a sensor from the ARC part. But seems its not working.
To make it work I am forced to
|
By
Carles Perello
·
#234
·
|
|
Re: Enabling bluetooth on K64F (Kconfig.defconfig options)
Hi k
Maureen did confirm to me that Bluetooth IPSP sample doesn't work out of the box for FRDM_K64F.
I looked at Kconfig options in Kconfig.defconfig . With simple overriding the defaults in prj.conf
Hi k
Maureen did confirm to me that Bluetooth IPSP sample doesn't work out of the box for FRDM_K64F.
I looked at Kconfig options in Kconfig.defconfig . With simple overriding the defaults in prj.conf
|
By
Priyanka
·
#233
·
|
|
Re: Enabling bluetooth on K64F (Kconfig.defconfig options)
I feel like Maureen had written up instructions on bluetooth w/FRDM-K64F, but I can’t seem to find them now.
- k
I feel like Maureen had written up instructions on bluetooth w/FRDM-K64F, but I can’t seem to find them now.
- k
|
By
Kumar Gala
·
#232
·
|
|
Re: Testing with Zephyr
Hello Johannes,
Johannes Hutter <johannes.5494@...> wrote:
Depends on requirements for the testing. Zephyr's ztest framework is
of course first of all a unit testing framework, and
Hello Johannes,
Johannes Hutter <johannes.5494@...> wrote:
Depends on requirements for the testing. Zephyr's ztest framework is
of course first of all a unit testing framework, and
|
By
Paul Sokolovsky
·
#231
·
|
|
Re: Enabling bluetooth on K64F (Kconfig.defconfig options)
Hello Priyanka,
Priyanka Rawat <priyanka.rawat@...> wrote:
[]
The idea of any board defaults is just that - they're the defaults, and
should be overridable by a user. Did you you try to
Hello Priyanka,
Priyanka Rawat <priyanka.rawat@...> wrote:
[]
The idea of any board defaults is just that - they're the defaults, and
should be overridable by a user. Did you you try to
|
By
Paul Sokolovsky
·
#230
·
|
|
Enabling bluetooth on K64F (Kconfig.defconfig options)
Hello
I want to runsamples/bluetooth/ipsp on K64F board.
I understand that if networking is enabled, FRDM_K64F by default uses Ethernet.
So I should modify Kconfig.defconfig to disable Ethernet
Hello
I want to runsamples/bluetooth/ipsp on K64F board.
I understand that if networking is enabled, FRDM_K64F by default uses Ethernet.
So I should modify Kconfig.defconfig to disable Ethernet
|
By
Priyanka
·
#229
·
|
|
Testing with Zephyr
Hello everyone,
I'd be interested in the way you all are testing your applications on top of Zephyr. It seems like the Zephyr testing framework based on the sanityscript is intended to test kernel
Hello everyone,
I'd be interested in the way you all are testing your applications on top of Zephyr. It seems like the Zephyr testing framework based on the sanityscript is intended to test kernel
|
By
Johannes Hutter <johannes.5494@...>
·
#228
·
|
|
Re: k_poll usage
Hi Vakul,
I had plans to introduce k_poll support for other objects but that
would probably make CONFIG_POLL mandatory, though we the changes
introduced for userspace I think we might have to delay
Hi Vakul,
I had plans to introduce k_poll support for other objects but that
would probably make CONFIG_POLL mandatory, though we the changes
introduced for userspace I think we might have to delay
|
By
Luiz Augusto von Dentz
·
#227
·
|
|
Re: k_poll usage
Hi Paul
Thanks for the reply. It seems quite restrictive that most of zephyr IPC does not support k_poll. How applications can simultaneously poll on fifo, mailbox?
Any reason why kernel kept limited
Hi Paul
Thanks for the reply. It seems quite restrictive that most of zephyr IPC does not support k_poll. How applications can simultaneously poll on fifo, mailbox?
Any reason why kernel kept limited
|
By
Vakul Garg <vakul.garg@...>
·
#226
·
|
|
Re: k_poll usage
Hello Vakul,
Vakul Garg <vakul.garg@...> wrote:
Looking at the include/kernel.h, all k_poll'able object must have
a .poll_events member (either directly or via _POLL_EVENT macro).
Mailboxes and
Hello Vakul,
Vakul Garg <vakul.garg@...> wrote:
Looking at the include/kernel.h, all k_poll'able object must have
a .poll_events member (either directly or via _POLL_EVENT macro).
Mailboxes and
|
By
Paul Sokolovsky
·
#225
·
|
|
Re: TCP assert error logs
Hello,
Vakul Garg <vakul.garg@...> wrote:
I submitted https://github.com/zephyrproject-rtos/zephyr/issues/4347 on
this. Feel free to submit such reports directly to the bugtracker too.
[]
--
Hello,
Vakul Garg <vakul.garg@...> wrote:
I submitted https://github.com/zephyrproject-rtos/zephyr/issues/4347 on
this. Feel free to submit such reports directly to the bugtracker too.
[]
--
|
By
Paul Sokolovsky
·
#224
·
|
|
request of information.
I would like to develope a simple application for zephyr using stm32f4.
There ia an IDE with debuger that I can use?
A plugin for eclipse should help.
Best Regards
Novello G
I would like to develope a simple application for zephyr using stm32f4.
There ia an IDE with debuger that I can use?
A plugin for eclipse should help.
Best Regards
Novello G
|
By
novello
·
#223
·
|
|
New flashing scripts merged, please report any issues
Hi,
Last night, a pull request of mine was merged which uses a Python script to flash binaries ("make flash"):
https://github.com/zephyrproject-rtos/zephyr/pull/4304
If you run into any problems, you
Hi,
Last night, a pull request of mine was merged which uses a Python script to flash binaries ("make flash"):
https://github.com/zephyrproject-rtos/zephyr/pull/4304
If you run into any problems, you
|
By
Marti Bolivar <marti.bolivar@...>
·
#222
·
|
|
k_poll usage
Hi
The zephyr documentation says k_poll to operate on objects – kernel fifo, poll signal, semaphore.
Can’t it also be used on mailboxes, message queues etc?
Regards
Vakul
Hi
The zephyr documentation says k_poll to operate on objects – kernel fifo, poll signal, semaphore.
Can’t it also be used on mailboxes, message queues etc?
Regards
Vakul
|
By
Vakul Garg <vakul.garg@...>
·
#221
·
|
|
Re: TCP assert error logs
Hi Paul
On the latest code on master branch, UDP send() on loopback address fails.
Regards
Vakul
Hi Paul
On the latest code on master branch, UDP send() on loopback address fails.
Regards
Vakul
|
By
Vakul Garg <vakul.garg@...>
·
#220
·
|
|
Re: [1.9.0] build broken for windows
good, this and the proper Python tolos did the trick.
Now I need to check where in the make the -no-pie option is used
( echo -nostartfiles -nodefaultlibs -nostdlib -static -no-pie -Wl,-X -Wl,-N
good, this and the proper Python tolos did the trick.
Now I need to check where in the make the -no-pie option is used
( echo -nostartfiles -nodefaultlibs -nostdlib -static -no-pie -Wl,-X -Wl,-N
|
By
Carles Perello
·
#219
·
|
|
Re: [1.9.0] build broken for windows
I had this same problem with xtools yesterday.
In scripts/Makefile.toolchain.issm, the "export" line on like 44 needs DTC added to it. Otherwise the variable is unset and you will get the error
I had this same problem with xtools yesterday.
In scripts/Makefile.toolchain.issm, the "export" line on like 44 needs DTC added to it. Otherwise the variable is unset and you will get the error
|
By
Boie, Andrew P
·
#218
·
|
|
Re: [1.9.0] build broken for windows
hmm interesting..
I am still lurking with it.. one reason for fail can be that I am unable to install pip (behind a Firewall and certificate fails), but I am using python 3.6 which has pip. doh.
hmm interesting..
I am still lurking with it.. one reason for fail can be that I am unable to install pip (behind a Firewall and certificate fails), but I am using python 3.6 which has pip. doh.
|
By
Carles Perello
·
#217
·
|
|
Re: [1.9.0] build broken for windows
Hi Carles,
can you run this on an MSYS2 shell:
$ which dtc
/usr/bin/dtc
You should get /usr/bin/dtc, if you don’t that means that dtc for some reason failed to install.
Device Tree
Hi Carles,
can you run this on an MSYS2 shell:
$ which dtc
/usr/bin/dtc
You should get /usr/bin/dtc, if you don’t that means that dtc for some reason failed to install.
Device Tree
|
By
Carles Cufi
·
#216
·
|