|
Adafruit Trinket M0: west flash > How to?
#flash
#west
My environment:
Ubuntu 18.04 LTS
board: Adafruit Trinket M0
RTOS: Zephyr 2.1.0-rc1
I was trying to use Adafruit Trinket M0.
###
My environment:
Ubuntu 18.04 LTS
board: Adafruit Trinket M0
RTOS: Zephyr 2.1.0-rc1
I was trying to use Adafruit Trinket M0.
###
|
By
@yasokada
·
#1790
·
Edited
|
|
spi_transceive() does not clock out the SCK for receiving
#spi
My Environment:
Ubuntu 18.04 LTS
Board: STM32F769 Discovery Kit
RTOS: Zephyr 2.1.0-rc1
Oscilloscope: Analog Discovery 2
SPI device: SRAM memory (23K256)
I am trying to use SPI with my SRAM memory
My Environment:
Ubuntu 18.04 LTS
Board: STM32F769 Discovery Kit
RTOS: Zephyr 2.1.0-rc1
Oscilloscope: Analog Discovery 2
SPI device: SRAM memory (23K256)
I am trying to use SPI with my SRAM memory
|
By
@yasokada
·
#1789
·
|
|
Re: BBC-Microbit PIR sensor
#zephyrbluetoothmesh
#sensor
#ble
#bluetoothmesh
#gpio
Hi,
You may want to look at a couple of things to help you answer your own question:
In the zephyr folders;It has the list of defines and corresponding pins
The other useful information would be a
Hi,
You may want to look at a couple of things to help you answer your own question:
In the zephyr folders;It has the list of defines and corresponding pins
The other useful information would be a
|
By
William Fish
·
#1788
·
|
|
Civetweb together with MQTT
Hello,
I would like to use web server together with MQTT in same project.
Unfortunately civetweb sample and MQTT sample have conflicting config requirements with CONFIG_POSIX_API and
Hello,
I would like to use web server together with MQTT in same project.
Unfortunately civetweb sample and MQTT sample have conflicting config requirements with CONFIG_POSIX_API and
|
By
Jan Pohanka
·
#1787
·
|
|
API meeting: agenda
Hi all,
This week we will look at:
- PWM, USB and clock_control APIs in the context of stable APIs
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/20657
- PR:
Hi all,
This week we will look at:
- PWM, USB and clock_control APIs in the context of stable APIs
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/20657
- PR:
|
By
Carles Cufi
·
#1786
·
|
|
Re: Errors generated when build a sample using clang6.0
#west
llvm/clang isn’t supported for ARM SoCs.
- k
llvm/clang isn’t supported for ARM SoCs.
- k
|
By
Kumar Gala
·
#1785
·
|
|
Errors generated when build a sample using clang6.0
#west
Hello!
I want to build samples/subsys/power/device_pm using clang6.0 so I do as follows:
1、export ZEPHYR_TOOLCHAIN_VARIANT=llvm
2、mkdir build and cd build
3、cmake -DBOARD=reel_board
Hello!
I want to build samples/subsys/power/device_pm using clang6.0 so I do as follows:
1、export ZEPHYR_TOOLCHAIN_VARIANT=llvm
2、mkdir build and cd build
3、cmake -DBOARD=reel_board
|
By
istuoli@...
·
#1784
·
|
|
Help with porting to the new GPIO API
Hi all,
As you might know there is a new GPIO API under development in the topic-gpio branch. All drivers should now be ported but the actual users of the GPIO API, which are spread all over the
Hi all,
As you might know there is a new GPIO API under development in the topic-gpio branch. All drivers should now be ported but the actual users of the GPIO API, which are spread all over the
|
By
Carles Cufi
·
#1783
·
|
|
Building MCUBoot with a DTS overlay file
Hello:
I am not sure if this issue should be asked here, or in the MCUBoot mailing list, but I will start by asking here.
I want to change the partitions in my nrf52840, this is easy when
Hello:
I am not sure if this issue should be asked here, or in the MCUBoot mailing list, but I will start by asking here.
I want to change the partitions in my nrf52840, this is easy when
|
By
Lawrence King
·
#1782
·
|
|
BBC-Microbit PIR sensor
#zephyrbluetoothmesh
#sensor
#ble
#bluetoothmesh
#gpio
Hi All,
Im currently working on my 3rd year engineering project and I need some help/guidance as I'm a complete beginner. My project is a home monitoring system and my plan is to use PIR motion
Hi All,
Im currently working on my 3rd year engineering project and I need some help/guidance as I'm a complete beginner. My project is a home monitoring system and my plan is to use PIR motion
|
By
Daniel Fox <danny.fox97@...>
·
#1781
·
|
|
Re: MCP2515 with nRF52832 using zephyr
#dts
#nrf52832
I think you need a few more things turned on in your config file. To figure out what you need turned on I always use the menuconfig tool and diff the old and new .config files, then I take the changes
I think you need a few more things turned on in your config file. To figure out what you need turned on I always use the menuconfig tool and diff the old and new .config files, then I take the changes
|
By
Lawrence King
·
#1780
·
|
|
About PSE completeness
Dear all,
I'd like to know if there is already a schedule about reaching PSE51 or PSE52 completeness (as far as I've understood, only subsets of such standards are currently implemented).
Thanks.
Dear all,
I'd like to know if there is already a schedule about reaching PSE51 or PSE52 completeness (as far as I've understood, only subsets of such standards are currently implemented).
Thanks.
|
By
Claudio Scordino <c.scordino@...>
·
#1779
·
|
|
API meeting: agenda
Hi all,
This week we will look at:
- PWM: Add support for inverted PWM signals
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/20657
- GPIO: Update on progress
- Look at the PRs with
Hi all,
This week we will look at:
- PWM: Add support for inverted PWM signals
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/20657
- GPIO: Update on progress
- Look at the PRs with
|
By
Carles Cufi
·
#1778
·
|
|
MCP2515 with nRF52832 using zephyr
#dts
#nrf52832
Hi I had a question to setup the MCP2515 driver in the zephyr project.
We made a custom board for the decawave DWM1001 module, which uses a nRF52832 chip. They have a device tree file in the zephyr
Hi I had a question to setup the MCP2515 driver in the zephyr project.
We made a custom board for the decawave DWM1001 module, which uses a nRF52832 chip. They have a device tree file in the zephyr
|
By
christophhintz@...
·
#1777
·
|
|
Re: #stm32 pinmux.c compile failure STM32F407
#stm32
Hi Neo
I'd advise you to have a look to STM32 clock control driver.
It provides MCO support. It might not provide exactly the requested configuration, but at least it would be a working point that you
Hi Neo
I'd advise you to have a look to STM32 clock control driver.
It provides MCO support. It might not provide exactly the requested configuration, but at least it would be a working point that you
|
By
Erwan Gouriou
·
#1776
·
|
|
Tomorrow's API meeting: Agenda
Hi all,
This week we will look at:
- QSPI/jedec API proposal vs SPI API extension:
- https://github.com/zephyrproject-rtos/zephyr/pull/20069
vs
-
Hi all,
This week we will look at:
- QSPI/jedec API proposal vs SPI API extension:
- https://github.com/zephyrproject-rtos/zephyr/pull/20069
vs
-
|
By
Carles Cufi
·
#1775
·
|
|
#stm32 pinmux.c compile failure STM32F407
#stm32
Hello guys,
for the board STM32F407 I want to add pin PA8 25 MHz clk output to Etherent Phy. So that I add the following sentence (1)
HAL_RCC_MCOConfig(RCC_MCO1, RCC_MCO1SOURCE_HSE, RCC_MCODIV_1)
Hello guys,
for the board STM32F407 I want to add pin PA8 25 MHz clk output to Etherent Phy. So that I add the following sentence (1)
HAL_RCC_MCOConfig(RCC_MCO1, RCC_MCO1SOURCE_HSE, RCC_MCODIV_1)
|
By
nanjunneo@...
·
#1774
·
|
|
Re: OpenOCD on STM32 boards
Hi Marti:
Thanks, setting the udev rules did the trick.
Just so other people know what to do:
$ sudo cp
Hi Marti:
Thanks, setting the udev rules did the trick.
Just so other people know what to do:
$ sudo cp
|
By
Lawrence King
·
#1773
·
|
|
Re: Shell over WebUSB
Hi Markus,
Yes, I had some dirty hacks working, never went upstream, the JS part is
still here: https://github.com/finikorg/webusb-zephyr-demo
webusb defines interface with 2 endpoints just for
Hi Markus,
Yes, I had some dirty hacks working, never went upstream, the JS part is
still here: https://github.com/finikorg/webusb-zephyr-demo
webusb defines interface with 2 endpoints just for
|
By
Andrei
·
#1772
·
|
|
Shell over WebUSB
Hi,
I have enjoyed the WebUSB sample application and it works nicely as expected.
Is there a possibility to bind the Zephyr Shell to WebUSB?
I saw that the webusb.c/.h files are in the
Hi,
I have enjoyed the WebUSB sample application and it works nicely as expected.
Is there a possibility to bind the Zephyr Shell to WebUSB?
I saw that the webusb.c/.h files are in the
|
By
Becker Markus
·
#1771
·
|