|
Re: Runtime pin remapping on STM32F103
Hi,
The use case is for this is could be considered as a intelligent GPIO expander for a much larger project, which offloads peripheral tasks to this chip, but so far
Hi,
The use case is for this is could be considered as a intelligent GPIO expander for a much larger project, which offloads peripheral tasks to this chip, but so far
|
By
Thomas Hobson <thomas@...>
·
#7414
·
|
|
Re: Runtime pin remapping on STM32F103
Hi Thomas,
Would you mind giving us some details on your use case ?
Do you expect to be able to change only the affectation of the pin and apply preconfigured settings ?
For instance PIN X is:
ALT
Hi Thomas,
Would you mind giving us some details on your use case ?
Do you expect to be able to change only the affectation of the pin and apply preconfigured settings ?
For instance PIN X is:
ALT
|
By
Erwan Gouriou
·
#7413
·
|
|
Re: Runtime pin remapping on STM32F103
Hi Thomas,
This is currently not possible, but under active discussion:
https://github.com/zephyrproject-rtos/zephyr/issues/11918
Carles
Hi Thomas,
This is currently not possible, but under active discussion:
https://github.com/zephyrproject-rtos/zephyr/issues/11918
Carles
|
By
Carles Cufi
·
#7412
·
|
|
STM32: Generic HAL LL API headers
To all STM32 users and developers,
We're in the final step of reviewing the following PRs:
HAL PR #68 "scripts: genllheaders: add script to generate common LL headers ":
To all STM32 users and developers,
We're in the final step of reviewing the following PRs:
HAL PR #68 "scripts: genllheaders: add script to generate common LL headers ":
|
By
Gerard Marull Paretas
·
#7411
·
|
|
Runtime pin remapping on STM32F103
Hi,
I'm looking for how I would switch a physical pin between ADC, PWM and GPIO, all without the chip being reprogrammed.
I have found pinmux, but I can't tell exactly
Hi,
I'm looking for how I would switch a physical pin between ADC, PWM and GPIO, all without the chip being reprogrammed.
I have found pinmux, but I can't tell exactly
|
By
Thomas Hobson <thomas@...>
·
#7410
·
|
|
Zephyr Project: Dev Meeting - Thu, 10/22/2020 3:00pm-4:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 22 October 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 22 October 2020, 3:00pm to 4:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7409
·
|
|
Dev-Review Meeting Agenda Oct 22
Here’s the agenda topics for this week:
* [RFC]: Macro for defining file system API with default function assigned:
- https://github.com/zephyrproject-rtos/zephyr/pull/29396
* Revert "shell:
Here’s the agenda topics for this week:
* [RFC]: Macro for defining file system API with default function assigned:
- https://github.com/zephyrproject-rtos/zephyr/pull/29396
* Revert "shell:
|
By
Kumar Gala
·
#7408
·
|
|
Zephyr SDK 0.12.0-beta-1 available for testing
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-1
Please download and try things out and report any issues. Please report
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-1
Please download and try things out and report any issues. Please report
|
By
Kumar Gala
·
#7407
·
|
|
RFC: API Change: Bluetooth: Update indication callback parameters
Hi All,
I am proposing an update to the callback signature of the Bluetooth GATT indication function.
This change would bring the callback in-line with the other GATT callbacks (read, write, notify)
Hi All,
I am proposing an update to the callback signature of the Bluetooth GATT indication function.
This change would bring the callback in-line with the other GATT callbacks (read, write, notify)
|
By
Jordan Yates
·
#7406
·
|
|
Re: zephyr: Getting GPIOs from DTS file without aliases
Can you do:
grep DT_N_NODELABEL zephyr/include/generated/devicetree_unfixed.h
- k
Can you do:
grep DT_N_NODELABEL zephyr/include/generated/devicetree_unfixed.h
- k
|
By
Kumar Gala
·
#7405
·
|
|
Re: zephyr: Getting GPIOs from DTS file without aliases
Changing to definition in DTS file to lowercase without underscore works with Kumar's fix
enpp3p3: GPIOA3 {
label = "EN_PP3300_A";
Changing to definition in DTS file to lowercase without underscore works with Kumar's fix
enpp3p3: GPIOA3 {
label = "EN_PP3300_A";
|
By
Hiremath, Vijay P <vijay.p.hiremath@...>
·
#7404
·
|
|
Re: zephyr: Getting GPIOs from DTS file without aliases
Hi Kumar,
Thanks for the response, still couldn't compile.
const struct device *pin_pp3300_en = DT_GPIO_LABEL(DT_NODELABEL(EC_VR_EN_PP3300_A), gpios);
error:
Hi Kumar,
Thanks for the response, still couldn't compile.
const struct device *pin_pp3300_en = DT_GPIO_LABEL(DT_NODELABEL(EC_VR_EN_PP3300_A), gpios);
error:
|
By
Hiremath, Vijay P <vijay.p.hiremath@...>
·
#7403
·
|
|
Re: zephyr: Getting GPIOs from DTS file without aliases
I think you want DT_NODELABEL.
DT_GPIO_LABEL(DT_NODELABEL(EC_VR_EN_PP3300_A), gpios)
- k
I think you want DT_NODELABEL.
DT_GPIO_LABEL(DT_NODELABEL(EC_VR_EN_PP3300_A), gpios)
- k
|
By
Kumar Gala
·
#7402
·
|
|
zephyr: Getting GPIOs from DTS file without aliases
Hi All,
I have a dts file for GPIO configs. I would like to know if it is possible to get the GPIOs without aliases
DTS file:
pow_seq_gpio_keys {
compatible =
Hi All,
I have a dts file for GPIO configs. I would like to know if it is possible to get the GPIOs without aliases
DTS file:
pow_seq_gpio_keys {
compatible =
|
By
Hiremath, Vijay P <vijay.p.hiremath@...>
·
#7401
·
|
|
Re: [Zephyr-users] API meeting: agenda
Just FYI, some of the label & links are mismatched (ie link takes you to one of the other PRs)
- k
Just FYI, some of the label & links are mismatched (ie link takes you to one of the other PRs)
- k
|
By
Kumar Gala
·
#7400
·
|
|
2 questions about zephyrproject-rtos
Hello,
Sorry to bother you that when I read the zephyrproject-rtos I had 2 questions.
In include/linker/linker-defs.h:117 there are some codes:
#define CREATE_OBJ_LEVEL(object, level)
Hello,
Sorry to bother you that when I read the zephyrproject-rtos I had 2 questions.
In include/linker/linker-defs.h:117 there are some codes:
#define CREATE_OBJ_LEVEL(object, level)
|
By
szg10086@...
·
#7399
·
|
|
Zephyr Project: APIs - Tue, 10/20/2020 4:00pm-5:00pm, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 20 October 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
Reminder: Zephyr Project: APIs
When: Tuesday, 20 October 2020, 4:00pm to 5:00pm, (GMT+00:00) UTC
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to RSVP
Organizer:
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#7398
·
|
|
API meeting: agenda
Hi all,
Agenda for today.
- workqueue: Introduce delayable work
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/28891
- Add regulator driver infrastructure
- PR:
Hi all,
Agenda for today.
- workqueue: Introduce delayable work
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/28891
- Add regulator driver infrastructure
- PR:
|
By
Carles Cufi
·
#7397
·
|
|
Re: Zephyr Toolchain Working Group Meeting – 19 October 2020
Today’s MoM:Notes/Minutes
No known issues reported on Zephyr 2.4 regarding toolchains.
No news regarding IAR support.
Gethttps://github.com/zephyrproject-rtos/zephyr/pull/24917 merged
The following
Today’s MoM:Notes/Minutes
No known issues reported on Zephyr 2.4 regarding toolchains.
No news regarding IAR support.
Gethttps://github.com/zephyrproject-rtos/zephyr/pull/24917 merged
The following
|
By
Rasmussen, Torsten
·
#7396
·
|
|
Zephyr: Toolchain Working Group - Mon, 10/19/2020
#cal-notice
Zephyr: Toolchain Working Group
When:
Monday, 19 October 2020
3:00pm to 4:00pm
(GMT+00:00) UTC
Where:
Microsoft Teams Meeting
Description:
Live meeting minutes:
Zephyr: Toolchain Working Group
When:
Monday, 19 October 2020
3:00pm to 4:00pm
(GMT+00:00) UTC
Where:
Microsoft Teams Meeting
Description:
Live meeting minutes:
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7395
·
|