|
Zephyr SDK 0.9.1-rc
Hi,
We have just posted 0.9.1-rc of the Zephyr SDK. The major changes since the last release bring support for building the Xtensa architecture using GCC and support for running Zephyr inside Qemu.
Hi,
We have just posted 0.9.1-rc of the Zephyr SDK. The major changes since the last release bring support for building the Xtensa architecture using GCC and support for running Zephyr inside Qemu.
|
By
Nashif, Anas
·
#558
·
|
|
Re: Porting Zephyr to STM32F103C8T6 Minimum System Development Board
If we rely on stm32cube SDK, compilation switch "STM32F103x8" was not created because STM32F103xB was enough
to specify both STM32F103x8 and STM32F103xB from software point of view.
One difference
If we rely on stm32cube SDK, compilation switch "STM32F103x8" was not created because STM32F103xB was enough
to specify both STM32F103x8 and STM32F103xB from software point of view.
One difference
|
By
Erwan Gouriou
·
#556
·
|
|
Re: STM32F4: Correct translation from native to LL clock driver
As it happens this is the other reason that I'm reluctant to make a pull request of the current code base.
I've not heard of anyone getting the existing DW driver working on STM32. I certainly agree
As it happens this is the other reason that I'm reluctant to make a pull request of the current code base.
I've not heard of anyone getting the existing DW driver working on STM32. I certainly agree
|
By
Daniel Thompson <daniel.thompson@...>
·
#555
·
|
|
Re: STM32F4: Correct translation from native to LL clock driver
Hi Daniel,
Thanks for the branch, I'll eventually experiment it on the L4 boards aswell.
But, these STM32 SoCs embeds all the same Synopsys IP, except FS one uses a register to power up the internal
Hi Daniel,
Thanks for the branch, I'll eventually experiment it on the L4 boards aswell.
But, these STM32 SoCs embeds all the same Synopsys IP, except FS one uses a register to power up the internal
|
By
Neil Armstrong
·
#554
·
|
|
Zephyr Board for USB Webcam!
Hello,
I want to build my own "Security Camera" with Zephyr. For that I am looking for the right board to interact with my USB Webcam. Which board will be the best for such an application?
Thanks,
Hello,
I want to build my own "Security Camera" with Zephyr. For that I am looking for the right board to interact with my USB Webcam. Which board will be the best for such an application?
Thanks,
|
By
Kevin Stöckl <k_stoeckl@...>
·
#557
·
|
|
Re: Porting Zephyr to STM32F103C8T6 Minimum System Development Board
Hi Erwan,
Thanks, I did notice that. Infact that's the reason I ORed it to existing headder. But was unsure since none of the existing includes had a anything ORed with them.
Perhaps, we should OR all
Hi Erwan,
Thanks, I did notice that. Infact that's the reason I ORed it to existing headder. But was unsure since none of the existing includes had a anything ORed with them.
Perhaps, we should OR all
|
By
Siddharth Chandrasekaran <siddharth@...>
·
#553
·
|
|
Re: STM32F4: Correct translation from native to LL clock driver
Yes!
It solves the problem in the sense that devices are now enumerating correctly! However I'm afraid that the code isn't really robust enough for me to contemplate a pull request at this point
Yes!
It solves the problem in the sense that devices are now enumerating correctly! However I'm afraid that the code isn't really robust enough for me to contemplate a pull request at this point
|
By
Daniel Thompson <daniel.thompson@...>
·
#552
·
|
|
Re: Porting Zephyr to STM32F103C8T6 Minimum System Development Board
According to ext/hal/st/stm32cube/stm32f1xx/soc/stm32f1xx.h,
you should use STM32F103xB:
/* #define STM32F103xB */ /*!< STM32F103C8, STM32F103R8, STM32F103T8, STM32F103V8, STM32F103CB,
According to ext/hal/st/stm32cube/stm32f1xx/soc/stm32f1xx.h,
you should use STM32F103xB:
/* #define STM32F103xB */ /*!< STM32F103C8, STM32F103R8, STM32F103T8, STM32F103V8, STM32F103CB,
|
By
Erwan Gouriou
·
#551
·
|
|
Re: Porting Zephyr to STM32F103C8T6 Minimum System Development Board
Hi Siddharth,
Thanks for the update. I'll have a look about STM32F103x8 and get back to you.
This is indeed strange not having a define for this part.
Erwan
Hi Siddharth,
Thanks for the update. I'll have a look about STM32F103x8 and get back to you.
This is indeed strange not having a define for this part.
Erwan
|
By
Erwan Gouriou
·
#550
·
|
|
Re: Porting Zephyr to STM32F103C8T6 Minimum System Development Board
Hi Erwan,
Thanks for your speedy response, that was very helpful. After adding the pin mux settings, I was able to get the UART to work.
I added a new CONFIG value for STM32F103X8 and had to do a
Hi Erwan,
Thanks for your speedy response, that was very helpful. After adding the pin mux settings, I was able to get the UART to work.
I added a new CONFIG value for STM32F103X8 and had to do a
|
By
Siddharth Chandrasekaran <siddharth@...>
·
#549
·
|
|
Re: Reading Values From not supported sensors
+list
Please remember to keep the list in CC.
+list
Please remember to keep the list in CC.
|
By
Marti Bolivar <marti.bolivar@...>
·
#547
·
|
|
Representing Sensor Values with Arduino DUE
Hello,
I want to represent my sensor values which are collected with the Arduino DUE in the web over WiFi. For Example in thingsboard.io.
How is it possible to realize this?
Thanks in AdvanceKevin
Hello,
I want to represent my sensor values which are collected with the Arduino DUE in the web over WiFi. For Example in thingsboard.io.
How is it possible to realize this?
Thanks in AdvanceKevin
|
By
Kevin Stöckl <k_stoeckl@...>
·
#548
·
|
|
Re: Reading Values From not supported sensors
Hi Kevin,
Temperature sensor support is working in Zephyr. You can search the samples/ directory for the string "SENSOR_CHAN_TEMP" to find example code which reads temperature
Hi Kevin,
Temperature sensor support is working in Zephyr. You can search the samples/ directory for the string "SENSOR_CHAN_TEMP" to find example code which reads temperature
|
By
Marti Bolivar <marti.bolivar@...>
·
#546
·
|
|
Reading Values From not supported sensors
Hello,
is it possible to read values from not supported sensors, like temperature senors. And how is this possible.
Thanks, Kevin
Hello,
is it possible to read values from not supported sensors, like temperature senors. And how is this possible.
Thanks, Kevin
|
By
Kevin Stöckl <k_stoeckl@...>
·
#545
·
|
|
Re: STM32F4: Correct translation from native to LL clock driver
I took a quick look at this. It didn't "just work" for me but I am pretty short of time today and a couple of other things didn't "just work" either (and they should have done).
I will get back to
I took a quick look at this. It didn't "just work" for me but I am pretty short of time today and a couple of other things didn't "just work" either (and they should have done).
I will get back to
|
By
Daniel Thompson <daniel.thompson@...>
·
#544
·
|
|
BSD Sockets like API: prototyping report #4
Hello,
Given that initial prototyping was complete and issues were identified
and at least workarounds exist, I started process of refactoring the
code into the in-tree
Hello,
Given that initial prototyping was complete and issues were identified
and at least workarounds exist, I started process of refactoring the
code into the in-tree
|
By
Paul Sokolovsky
·
#542
·
|
|
Re: STM32F4: Correct translation from native to LL clock driver
Hi Daniel,
I think I spotted the bug, which is indeed in the commit you pointed.
It appears with current code (stm32_clock_control_on), you can't activate AHB2 clock on F4.
I've pushed following
Hi Daniel,
I think I spotted the bug, which is indeed in the commit you pointed.
It appears with current code (stm32_clock_control_on), you can't activate AHB2 clock on F4.
I've pushed following
|
By
Erwan Gouriou
·
#541
·
|
|
Re: Porting Zephyr to STM32F103C8T6 Minimum System Development Board
Hello Siddharth,
It seems your porting miss the pinmux configuration driver file, cf:
drivers/pinmux/stm32/pinmux_board_nucleo_f103rb.c
Then, you'll have to create a new CONFIG value
Hello Siddharth,
It seems your porting miss the pinmux configuration driver file, cf:
drivers/pinmux/stm32/pinmux_board_nucleo_f103rb.c
Then, you'll have to create a new CONFIG value
|
By
Erwan Gouriou
·
#540
·
|
|
Representing Sensor Values with Arduino DUE
Hello,
I want to represent my sensor values which are collected with the Arduino DUE in the web over WiFi. For Example in thingsboard.io.
How is it possible to realize this?
Thanks in Advance
Kevin
Hello,
I want to represent my sensor values which are collected with the Arduino DUE in the web over WiFi. For Example in thingsboard.io.
How is it possible to realize this?
Thanks in Advance
Kevin
|
By
Kevin Stöckl <k_stoeckl@...>
·
#543
·
|
|
Porting Zephyr to STM32F103C8T6 Minimum System Development Board
Hello,
I am trying to port Zephyr into one of the cheap, breadboard friendly, "STM32F103C8T6 Minimum System Development Boards" (link not attached due to overwhelming results in Google) and I am
Hello,
I am trying to port Zephyr into one of the cheap, breadboard friendly, "STM32F103C8T6 Minimum System Development Boards" (link not attached due to overwhelming results in Google) and I am
|
By
Siddharth Chandrasekaran <siddharth@...>
·
#539
·
|