|
API meeting: agenda
Hi all, As Carles is out of office today I will be taking over todays API meeting. Agenda for today: - RFC: API Change: update LVGL from v7 to v8 - Issue: https://github.com/zephyrproject-rtos/zephyr/
Hi all, As Carles is out of office today I will be taking over todays API meeting. Agenda for today: - RFC: API Change: update LVGL from v7 to v8 - Issue: https://github.com/zephyrproject-rtos/zephyr/
|
By
Henrik Brix Andersen
· #8212
·
|
|
Hawkbit KConfig variables not found in zephyr repo
#networking
Hi, Did your search bring up these lines? https://github.com/zephyrproject-rtos/zephyr/blob/7bfd0976aad8111a7dbeae9425e8188df83e1f7b/subsys/mgmt/hawkbit/hawkbit.c#L904 Brgds, Brix -- Henrik Brix Ander
Hi, Did your search bring up these lines? https://github.com/zephyrproject-rtos/zephyr/blob/7bfd0976aad8111a7dbeae9425e8188df83e1f7b/subsys/mgmt/hawkbit/hawkbit.c#L904 Brgds, Brix -- Henrik Brix Ander
|
By
Henrik Brix Andersen
· #8208
·
|
|
[PATCH] Fix the problem that it cannot work under mimxrt1061cvl5a SOC
Hi Zhihao, Thank you for your contribution. Please submit it as a pull request on GitHub. See https://docs.zephyrproject.org/latest/contribute/index.html#contribution-workflow for detailed instruction
Hi Zhihao, Thank you for your contribution. Please submit it as a pull request on GitHub. See https://docs.zephyrproject.org/latest/contribute/index.html#contribution-workflow for detailed instruction
|
By
Henrik Brix Andersen
· #8099
·
|
|
drivers: eeprom: mark the EEPROM API as stable
Hi all, I have submitted a PR to mark the Zephyr EEPROM API as stable for the upcoming Zephyr v2.5.0 release. The EEPROM API was introduced in Zephyr v2.1.0 and has not seen any changes since. https:/
Hi all, I have submitted a PR to mark the Zephyr EEPROM API as stable for the upcoming Zephyr v2.5.0 release. The EEPROM API was introduced in Zephyr v2.1.0 and has not seen any changes since. https:/
|
By
Henrik Brix Andersen
· #7521
·
|
|
powerpc port of Zephyr
Hi Michael, This looks very nice indeed. Any plans for trying to upstream the PowerPC support? Regards, Brix -- Henrik Brix Andersen
Hi Michael, This looks very nice indeed. Any plans for trying to upstream the PowerPC support? Regards, Brix -- Henrik Brix Andersen
|
By
Henrik Brix Andersen
· #7384
·
|
|
Community input on possible change to Discord from Slack
Hi all, I have never used Discord before, but I given it a quick try the last couple of days. My main concern is that Discord does not support threads (only quoting). This will cause all messages to g
Hi all, I have never used Discord before, but I given it a quick try the last couple of days. My main concern is that Discord does not support threads (only quoting). This will cause all messages to g
|
By
Henrik Brix Andersen
· #7187
·
|
|
Contribution code for our platform
Hi Cheryl, That sounds very interesting. Looking forward to seeing your contribution! Best regards, Brix -- Henrik Brix Andersen
Hi Cheryl, That sounds very interesting. Looking forward to seeing your contribution! Best regards, Brix -- Henrik Brix Andersen
|
By
Henrik Brix Andersen
· #7100
·
|
|
ARMv7 Cortex-A port for Xilinx Zynq7000
Hello Immo, That is great news! Thank you for working on this. I started on add Cortex-A9/Zynq7000 support to Zephyr a couple of weeks ago, but stalled it while awaiting the Cortex-R port (which is ve
Hello Immo, That is great news! Thank you for working on this. I started on add Cortex-A9/Zynq7000 support to Zephyr a couple of weeks ago, but stalled it while awaiting the Cortex-R port (which is ve
|
By
Henrik Brix Andersen
· #6740
·
|
|
RFC: API: Counter: counter_read() has no way of indicating failure
Hi all, Our current counter API has a function for reading the current counter value (counter_read()) which does not allow indicating read failure in a standard way. I have submitted an RFC for introd
Hi all, Our current counter API has a function for reading the current counter value (counter_read()) which does not allow indicating read failure in a standard way. I have submitted an RFC for introd
|
By
Henrik Brix Andersen
· #6631
·
|
|
RFC: API Change: PWM: add support for inverted PWM signals
Hi all, I have created an RFC following our new procedure for proposing changes to stable APIs regarding our proposed changes to the PWM API: https://github.com/zephyrproject-rtos/zephyr/issues/21384
Hi all, I have created an RFC following our new procedure for proposing changes to stable APIs regarding our proposed changes to the PWM API: https://github.com/zephyrproject-rtos/zephyr/issues/21384
|
By
Henrik Brix Andersen
· #6586
·
|
|
ELC-E Zephyr Multiimage BoF - Bob Build Tool
There were also references to a “partition manager” application/script. Anybody have a reference to that? -- Henrik Brix Andersen
There were also references to a “partition manager” application/script. Anybody have a reference to that? -- Henrik Brix Andersen
|
By
Henrik Brix Andersen
· #6416
·
|
|
EEPROMs as first-class devices in Zephyr
Hi all, I have submitted and RFC for adding an EEPROM API to Zephyr RTOS here: https://github.com/zephyrproject-rtos/zephyr/pull/19972 The idea behind this is a simple, byte-oriented API for EEPROM de
Hi all, I have submitted and RFC for adding an EEPROM API to Zephyr RTOS here: https://github.com/zephyrproject-rtos/zephyr/pull/19972 The idea behind this is a simple, byte-oriented API for EEPROM de
|
By
Henrik Brix Andersen
· #6400
·
|
|
Soft serial 9k6 for debugging on free GPIO?
Hi Martijn, If you are using a Segger J-Link probe you can use the RAM-based RTT console by setting CONFIG_RTT_CONSOLE=y See https://docs.zephyrproject.org/latest/guides/debugging/host-tools.html#jlin
Hi Martijn, If you are using a Segger J-Link probe you can use the RAM-based RTT console by setting CONFIG_RTT_CONSOLE=y See https://docs.zephyrproject.org/latest/guides/debugging/host-tools.html#jlin
|
By
Henrik Brix Andersen
· #6008
·
|
|
CANopen support?
Hi all, I am working on a project where we will need to use CANopen on top of the SocketCAN driver layer in Zephyr. I have found two references to CANopen on Zephyr so far: - https://github.com/zephyr
Hi all, I am working on a project where we will need to use CANopen on top of the SocketCAN driver layer in Zephyr. I have found two references to CANopen on Zephyr so far: - https://github.com/zephyr
|
By
Henrik Brix Andersen
· #5999
·
|
|
Zephyr SDK 0.10.0-rc2 available
Hi, Great! That should be enough. I had a couple of issues with openocd on an RV32M1 earlier on. The issue was related to selecting the boot mode and then flashing an application, , but I cannot repro
Hi, Great! That should be enough. I had a couple of issues with openocd on an RV32M1 earlier on. The issue was related to selecting the boot mode and then flashing an application, , but I cannot repro
|
By
Henrik Brix Andersen
· #5713
·
|
|
Zephyr SDK 0.10.0-rc2 available
Hi Anas, Sweet! I have been using -rc2 for my daily work for the last couple of weeks without issues. Well, except one. Is it possible to pull in the RISC-V RV32M1 support patches to openocd in the fi
Hi Anas, Sweet! I have been using -rc2 for my daily work for the last couple of weeks without issues. Well, except one. Is it possible to pull in the RISC-V RV32M1 support patches to openocd in the fi
|
By
Henrik Brix Andersen
· #5711
·
|
|
West Issue
Hi, Why are you using sudo to run ninja flash? That will execute ninja as root and therefore also west as root. When you are running “west init” you run it as your regular user. Regards, Brix -- Henri
Hi, Why are you using sudo to run ninja flash? That will execute ninja as root and therefore also west as root. When you are running “west init” you run it as your regular user. Regards, Brix -- Henri
|
By
Henrik Brix Andersen
· #5704
·
|
|
Looking for help with SAMD2x
Hi, I am working on converting the SAM0 WDT implementation to the new API (https://github.com/zephyrproject-rtos/zephyr/issues/10914). Regards, Brix -- Henrik Brix Andersen
Hi, I am working on converting the SAM0 WDT implementation to the new API (https://github.com/zephyrproject-rtos/zephyr/issues/10914). Regards, Brix -- Henrik Brix Andersen
|
By
Henrik Brix Andersen
· #5433
·
|
|
nrf52840_pca10059 startup
Hi again, I just tried a few of the examples from the nRF5_SDK_15 (open_bootloader_usb_mbr_pca10059_debug.hex and ble_connectivity_s140_usb_hci_pca10059.hex). Same issue. I am starting to think my nRF
Hi again, I just tried a few of the examples from the nRF5_SDK_15 (open_bootloader_usb_mbr_pca10059_debug.hex and ble_connectivity_s140_usb_hci_pca10059.hex). Same issue. I am starting to think my nRF
|
By
Henrik Brix Andersen
· #5095
·
|
|
nrf52840_pca10059 startup
Hi Vinayak, Sorry - just getting back to this problem now. I have double-checked that SB2 is intact and that VBUS_nRF (measured at SB2) is at ~5.20V. I have a hard time measuring if VBUS_nRF is connec
Hi Vinayak, Sorry - just getting back to this problem now. I have double-checked that SB2 is intact and that VBUS_nRF (measured at SB2) is at ~5.20V. I have a hard time measuring if VBUS_nRF is connec
|
By
Henrik Brix Andersen
· #5094
·
|