|
Zephyr Project: Dev Meeting - Thu, 07/23/2020 3:00pm-4:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting When: Thursday, 23 July 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Descri
Reminder: Zephyr Project: Dev Meeting When: Thursday, 23 July 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Descri
|
By
devel@lists.zephyrproject.org Calendar
·
|
|
Dev-Review Meeting Agenda Jul 23
Here’s the agenda topics for this week: * Discussion on CONFIG_MULTITHREADING=n - Do we continue to support it and what functionality should be expected to work in that mode: https://github.com/zephyr
Here’s the agenda topics for this week: * Discussion on CONFIG_MULTITHREADING=n - Do we continue to support it and what functionality should be expected to work in that mode: https://github.com/zephyr
|
By Kumar Gala
·
|
|
[Zephyr-users] Community input on possible change to Discord from Slack 2 messages
Hi Kumar, Being a Matrix homeserver administrator myself (Synapse/Riot-Web), but never having used Discord, I'd like to know what (apart form Adafruit) made Discord look like the most interesting cand
Hi Kumar, Being a Matrix homeserver administrator myself (Synapse/Riot-Web), but never having used Discord, I'd like to know what (apart form Adafruit) made Discord look like the most interesting cand
|
By rs@...
·
|
|
Community input on possible change to Discord from Slack 10 messages
All, We’ve had a few discussion in the Zephyr TSC regarding the need for maintaining history in our chat communication platform and the limitation that Slack imposes on this for free usage. The genera
All, We’ve had a few discussion in the Zephyr TSC regarding the need for maintaining history in our chat communication platform and the limitation that Slack imposes on this for free usage. The genera
|
By Kumar Gala
·
|
|
Zephyr Project: APIs - Tue, 07/21/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs When: Tuesday, 21 July 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Description: M
Reminder: Zephyr Project: APIs When: Tuesday, 21 July 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Description: M
|
By
devel@lists.zephyrproject.org Calendar
·
|
|
API meeting: agenda
Hi all, Today's topics: - Device: Normalize DMA, IPM and UART callbacks signatures including the caller's device pointer (should be quick, PRs are already approved and email sent to the mailing lists)
Hi all, Today's topics: - Device: Normalize DMA, IPM and UART callbacks signatures including the caller's device pointer (should be quick, PRs are already approved and email sent to the mailing lists)
|
By Carles Cufi
·
|
|
arm: cortex_r: config_userspace: nested interrupt level is not decremented following syscall 3 messages
In v2.3 when building with CONFIG_USERSPACE enabled, I see that we do not do a context switch a short time after POR. I've chased this back and found the the cpus[0].nested has incremented to 6, so th
In v2.3 when building with CONFIG_USERSPACE enabled, I see that we do not do a context switch a short time after POR. I've chased this back and found the the cpus[0].nested has incremented to 6, so th
|
By Phil Erwin Jr
·
|
|
MCUMGR - sends responses to wrong port 5 messages
Dear All: I am trying to setup mcumgr to allow code download over a serial port and use the shell. In this case I have 2 serial ports in play. The first serial port is where printk() sends messages. I
Dear All: I am trying to setup mcumgr to allow code download over a serial port and use the shell. In this case I have 2 serial ports in play. The first serial port is where printk() sends messages. I
|
By Lawrence King
·
|
|
[RFC] API change - Normalize DMA, IPM and UART callbacks signatures including the caller's device pointer.
Hello, You will find the github issue here https://github.com/zephyrproject-rtos/zephyr/issues/26923 Which describes the changes. PRs are already done and linked there as well. Tomasz
Hello, You will find the github issue here https://github.com/zephyrproject-rtos/zephyr/issues/26923 Which describes the changes. PRs are already done and linked there as well. Tomasz
|
By Tomasz Bursztyka
·
|
|
Zephyr Project: Dev Meeting - Thu, 07/16/2020 3:00pm-4:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting When: Thursday, 16 July 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Descri
Reminder: Zephyr Project: Dev Meeting When: Thursday, 16 July 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Descri
|
By
devel@lists.zephyrproject.org Calendar
·
|
|
Dev-Review Meeting Agenda Jul 16
Here’s the agenda topics for this week: * Any PR/issues w/dev-review tag [ https://github.com/zephyrproject-rtos/zephyr/labels/dev-review ] - lib: gui: lvgl: add support for v7.0.2 [ https://github.co
Here’s the agenda topics for this week: * Any PR/issues w/dev-review tag [ https://github.com/zephyrproject-rtos/zephyr/labels/dev-review ] - lib: gui: lvgl: add support for v7.0.2 [ https://github.co
|
By Kumar Gala
·
|
|
GH auto-close policy
Hi All, I think we need to re-examine the current policy of auto-closing bugs after 60 days of no activity. I understand the intent, we don't want stale bugs lying around, but I think what we have now
Hi All, I think we need to re-examine the current policy of auto-closing bugs after 60 days of no activity. I understand the intent, we don't want stale bugs lying around, but I think what we have now
|
By Boie, Andrew P
·
|
|
QEMU networking problem - has anyone ever run into this problem? 3 messages
Hi all, I'm having a bit of an issue when it comes to exchanging network packets with QEMU via the TAP interface "zeth" as set up by net-setup.sh. When building the TCP socket echo server demo for the
Hi all, I'm having a bit of an issue when it comes to exchanging network packets with QEMU via the TAP interface "zeth" as set up by net-setup.sh. When building the TCP socket echo server demo for the
|
By Immo Birnbaum
·
|
|
RFC: subsys: fs: Support file open flags to fs and POSIX API
Hi, There is proposal for change to fs_open, within Zephyr FS API. You are invited to post your comments here https://github.com/zephyrproject-rtos/zephyr/issues/26833 . Thanks in advance and best reg
Hi, There is proposal for change to fs_open, within Zephyr FS API. You are invited to post your comments here https://github.com/zephyrproject-rtos/zephyr/issues/26833 . Thanks in advance and best reg
|
By Ermel, Dominik
·
|
|
Zephyr Project: APIs - Tue, 07/14/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs When: Tuesday, 14 July 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Description: M
Reminder: Zephyr Project: APIs When: Tuesday, 14 July 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC Where:Microsoft Teams Meeting An RSVP is requested. Click here to RSVP Organizer: devel@... Description: M
|
By
devel@lists.zephyrproject.org Calendar
·
|
|
app external lib use zephyr driver fail
Hi guys, I refer to external_lib sample create a app external lib , in external lib source code include "driver/display.h". during build, show below error message, It seems that extern lib is generate
Hi guys, I refer to external_lib sample create a app external lib , in external lib source code include "driver/display.h". during build, show below error message, It seems that extern lib is generate
|
By FrankLi
·
|
|
API meeting: agenda
Hi all, Tomorrow's topics: - Conclusion on fs_open() flags Stable API Change: - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/26833 - RFC: Require system clock stability on startup - Issu
Hi all, Tomorrow's topics: - Conclusion on fs_open() flags Stable API Change: - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/26833 - RFC: Require system clock stability on startup - Issu
|
By Carles Cufi
·
|
|
RFC: API Change: watchdog: wdt_feed error codes
The API change proposed here and summarized below has been completed. Following https://docs.zephyrproject.org/latest/development_process/api_lifecycle.html#stable we have a need to make a small chang
The API change proposed here and summarized below has been completed. Following https://docs.zephyrproject.org/latest/development_process/api_lifecycle.html#stable we have a need to make a small chang
|
By Peter A. Bigot
·
|
|
Max Possible BLE communication range with Zephyr's 'hci_uart' app on nrf52840 chip
#hci
#nrf52480
#uart
#ble
#bluetooth
Hello Community, We are using nordic's nrf52840_pca10056 chip on our custom board and on top of that zephyr's 'hci_uart' application is running. (Zephyr version v2.1.0).On our custom board, the host s
Hello Community, We are using nordic's nrf52840_pca10056 chip on our custom board and on top of that zephyr's 'hci_uart' application is running. (Zephyr version v2.1.0).On our custom board, the host s
|
By Mayank
·
|
|
Duarte Nogueira: LIBERTEM A ELEFANTE BAMBI 2 messages
Olá, Eu acabei de assinar o abaixo-assinado "Duarte Nogueira: LIBERTEM A ELEFANTE BAMBI" e queria saber se você pode ajudar assinando também. A nossa meta é conseguir 200.000 assinaturas e precisamos
Olá, Eu acabei de assinar o abaixo-assinado "Duarte Nogueira: LIBERTEM A ELEFANTE BAMBI" e queria saber se você pode ajudar assinando também. A nossa meta é conseguir 200.000 assinaturas e precisamos
|
By Marcio Montenegro
·
|