|
Cortex-M0 porting status? (was: Re: Re: STM32F103x port)
Hi Anas,
Any updates on the Cortex-M0 porting effort? Is there any public code
(even WIP) to look at?
Best Regards,
--
Anderson Lizardo
Hi Anas,
Any updates on the Cortex-M0 porting effort? Is there any public code
(even WIP) to look at?
Best Regards,
--
Anderson Lizardo
|
By
Anderson Lizardo <anderson.lizardo@...>
·
#2627
·
|
|
Re: RFC: extend sanitycheck testcase filtering expressiveness
I see nothing bad in the proposal.
I would refrain from copying PLY into the source tree for the following
reasons:
- Support. Updating the library, which is not the part of the
project may be a
I see nothing bad in the proposal.
I would refrain from copying PLY into the source tree for the following
reasons:
- Support. Updating the library, which is not the part of the
project may be a
|
By
Dmitriy Korovkin
·
#2626
·
|
|
RFC: remove microkernel Task IRQs from Zephyr
Problem statement:
The current implementation of Microkernel Task IRQs has a hard
dependency on dynamic interrupts, which we also want to remove from
Zephyr.
Although the mechanism could be
Problem statement:
The current implementation of Microkernel Task IRQs has a hard
dependency on dynamic interrupts, which we also want to remove from
Zephyr.
Although the mechanism could be
|
By
Boie, Andrew P
·
#2625
·
|
|
Re: Help for tests/benchmark/latency_measure run failed on Arduino Due board.
Hi Rodger,
You can first have a try without "TEST=max" option. Besides this, gdb can be used to debug this issue after disabled the other successful indicators.
Regards
Min
Hi Rodger,
You can first have a try without "TEST=max" option. Besides this, gdb can be used to debug this issue after disabled the other successful indicators.
Regards
Min
|
By
Li, Min A <min.a.li@...>
·
#2624
·
|
|
Help for tests/benchmark/latency_measure run failed on Arduino Due board.
I built the test code at "tests/benchmark/latency_measure/microkernel" . It runs well using the qemu mode.
I want to try it on Arduino Due board, built it using:
make TEST=max BOARD=arduino_due
I built the test code at "tests/benchmark/latency_measure/microkernel" . It runs well using the qemu mode.
I want to try it on Arduino Due board, built it using:
make TEST=max BOARD=arduino_due
|
By
Rodger Lin
·
#2623
·
|
|
Zephyr 1.2.0-rc1 tagged
Hi,
Zephyr v1.2.0-rc1 has been tagged, merge window for major features is now closed. We are targeting a release of v1.2.0 end of this week.
Below you will find the changes since
Hi,
Zephyr v1.2.0-rc1 has been tagged, merge window for major features is now closed. We are targeting a release of v1.2.0 end of this week.
Below you will find the changes since
|
By
Nashif, Anas
·
#2622
·
|
|
RFC: Method for PM app to detect if any device is busy before deciding to use deep sleep policy
Problem Statement:
--------------------------
Entering deep sleep states during pending device transactions can cause
transaction inconsistencies.
Why this is a
Problem Statement:
--------------------------
Entering deep sleep states during pending device transactions can cause
transaction inconsistencies.
Why this is a
|
By
Thomas, Ramesh
·
#2621
·
|
|
RFC: extend sanitycheck testcase filtering expressiveness
Problem statement:
Test case filtering in sanitycheck's testcase.ini files allows
sanitycheck to exclude certain test cases that are incompatible with
particular architectures, boards, or the
Problem statement:
Test case filtering in sanitycheck's testcase.ini files allows
sanitycheck to exclude certain test cases that are incompatible with
particular architectures, boards, or the
|
By
Boie, Andrew P
·
#2620
·
|
|
Re: FRDM-K64 PWM BUS Fault
Full assembly listing in written to outdir/zephyr.lst. Having the
address of instruction that trigger the fault, try looking it up in
the listing and see if there's something obviously wrong. The
Full assembly listing in written to outdir/zephyr.lst. Having the
address of instruction that trigger the fault, try looking it up in
the listing and see if there's something obviously wrong. The
|
By
Maciek Borzecki <maciek.borzecki@...>
·
#2619
·
|
|
Re: FRDM-K64 PWM BUS Fault
I'd encourage you to file a JIRA/bug so that we can track this and get someone looking at it.
I'd encourage you to file a JIRA/bug so that we can track this and get someone looking at it.
|
By
Kalowsky, Daniel <daniel.kalowsky@...>
·
#2618
·
|
|
FRDM-K64 PWM BUS Fault
Hi all,
I am trying to use the PWM output on the K64 board. I have taken the sample/drivers/pwm_dw/src/main.c and modified it to use the CONFIG_PWM_K64_FTM_0_DEV_NAME and removed the CONFIG_PWM_DW=y
Hi all,
I am trying to use the PWM output on the K64 board. I have taken the sample/drivers/pwm_dw/src/main.c and modified it to use the CONFIG_PWM_K64_FTM_0_DEV_NAME and removed the CONFIG_PWM_DW=y
|
By
Anders Dam Kofoed <adk@...>
·
#2617
·
|
|
Re: RFC: Use error codes from errno.h
Hi Daniel, thanks for your feedback!
See some comments inline:
Quoting Dan Kalowsky (2016-03-21 14:10:43)
Patch sent to gerrit.
Fine by me. Patch sent to gerrit. There is no dependency so it can be
Hi Daniel, thanks for your feedback!
See some comments inline:
Quoting Dan Kalowsky (2016-03-21 14:10:43)
Patch sent to gerrit.
Fine by me. Patch sent to gerrit. There is no dependency so it can be
|
By
Andre Guedes <andre.guedes@...>
·
#2616
·
|
|
RFC: 2/5 System Device Driver Modifications (Revised v1.2)
[Rev 1.2 - Added a parameter to .suspend() and .resume() functions
indicating the power policy used by the PMA. This parameter will help
driver take policy based optimized actions. Described in detail
[Rev 1.2 - Added a parameter to .suspend() and .resume() functions
indicating the power policy used by the PMA. This parameter will help
driver take policy based optimized actions. Described in detail
|
By
Thomas, Ramesh
·
#2615
·
|
|
Re: RFC: Use error codes from errno.h
Hi, trying the webmail reply for a first time. Be gentle.
+1
+1 I would argue this should step 1. This can be and should be merged in before the close of the release window this week. So get
Hi, trying the webmail reply for a first time. Be gentle.
+1
+1 I would argue this should step 1. This can be and should be merged in before the close of the release window this week. So get
|
By
Kalowsky, Daniel <daniel.kalowsky@...>
·
#2614
·
|
|
[PATCH 3/3] arc_timer: assert that counter always lower than limit
From: Simon Desfarges <simon.desfarges(a)intel.com>
ASSERT are put each time the timer0 limit register or the timer0 count register
is modified.
Change-Id:
From: Simon Desfarges <simon.desfarges(a)intel.com>
ASSERT are put each time the timer0 limit register or the timer0 count register
is modified.
Change-Id:
|
By
Desfarges, Simon <simon.desfarges@...>
·
#2613
·
|
|
[PATCH 2/3] arc_timer: fix tickless idle
From: Simon Desfarges <simon.desfarges(a)intel.com>
When exiting from tickless idle uppon an external IRQ, the TICK timer
is set to fire at next TICK boundary. The current algorithm can lead
to a
From: Simon Desfarges <simon.desfarges(a)intel.com>
When exiting from tickless idle uppon an external IRQ, the TICK timer
is set to fire at next TICK boundary. The current algorithm can lead
to a
|
By
Desfarges, Simon <simon.desfarges@...>
·
#2612
·
|
|
[PATCH 1/3] arc_timer: fix wrong programmed limit when entering idle
From: Simon Desfarges <simon.desfarges(a)intel.com>
The timer counts from 0 to programmed_limit included.
Change-Id: Ifc8585210c319f5452fafc911d4f6d72c4b91eaa
Tracked-On:
From: Simon Desfarges <simon.desfarges(a)intel.com>
The timer counts from 0 to programmed_limit included.
Change-Id: Ifc8585210c319f5452fafc911d4f6d72c4b91eaa
Tracked-On:
|
By
Desfarges, Simon <simon.desfarges@...>
·
#2611
·
|
|
Re: FRDM-K64 GPIO driver name
Hi, quite well, with your patch, I got the output! Now I'm wondering how I can
manually set the pins to FUNC_GPIO = K64_PINMUX_ALT_1 = (0x1 << 8).
If I write something like
#include
Hi, quite well, with your patch, I got the output! Now I'm wondering how I can
manually set the pins to FUNC_GPIO = K64_PINMUX_ALT_1 = (0x1 << 8).
If I write something like
#include
|
By
Idupsle <idupsle@...>
·
#2610
·
|
|
Re: FRDM-K64 PRINT not working
Got it working using minicom and no flowcontrol...
Got it working using minicom and no flowcontrol...
|
By
Anders Dam Kofoed <adk@...>
·
#2609
·
|
|
Re: FRDM-K64 GPIO driver name
Hi Maureen and Idups
I got UART output (printf) working using minicom. Don't know what the difference between screen and minicom is but using minicom I set it to not use flowcontrol 115200 8N1 and it
Hi Maureen and Idups
I got UART output (printf) working using minicom. Don't know what the difference between screen and minicom is but using minicom I set it to not use flowcontrol 115200 8N1 and it
|
By
Anders Dam Kofoed <adk@...>
·
#2608
·
|