|
openocd.conf default
Hi there, You can read through the 'west flash -H -r openocd' output to see what options you have for overriding the default behavior, but the short answer is no, most of this is determined by the boa
Hi there, You can read through the 'west flash -H -r openocd' output to see what options you have for overriding the default behavior, but the short answer is no, most of this is determined by the boa
|
By
Bolivar, Marti
· #2466
·
|
|
CMake Sibling Shared Project Question
Hi, "Steven Ghekiere via lists.zephyrproject.org" <steven.ghekiere=student.kuleuven.be@...> writes: The location of the zephyr repository is available to CMake in the ZEPHYR_BASE v
Hi, "Steven Ghekiere via lists.zephyrproject.org" <steven.ghekiere=student.kuleuven.be@...> writes: The location of the zephyr repository is available to CMake in the ZEPHYR_BASE v
|
By
Bolivar, Marti
· #2401
·
|
|
MCUboot placed to immutable flash
#nrf52840
#crypto
#dts
In general, that's left as an exercise for the user, as far as I know. "Nikos Karamolegkos via lists.zephyrproject.org" <nkaram=ics.forth.gr@...> writes:
In general, that's left as an exercise for the user, as far as I know. "Nikos Karamolegkos via lists.zephyrproject.org" <nkaram=ics.forth.gr@...> writes:
|
By
Bolivar, Marti
· #2315
·
|
|
Adding an out of tree driver
Hi, You should just need to add it to the build system's Kconfig and CMakeLists.txt hierarchy like any other file in your module. There are worked examples in https://github.com/nrfconnect/sdk-nrf/tre
Hi, You should just need to add it to the build system's Kconfig and CMakeLists.txt hierarchy like any other file in your module. There are worked examples in https://github.com/nrfconnect/sdk-nrf/tre
|
By
Bolivar, Marti
· #2305
·
|
|
windows-curses 2.2.0a1: call for testing and maintainers
Hi, I've uploaded a 2.2.0a1 release of the windows-curses package to PyPI. This is a dependency on Windows for the 'menuconfig' build system target. (POSIX platforms have curses and thus 'menuconfig'
Hi, I've uploaded a 2.2.0a1 release of the windows-curses package to PyPI. This is a dependency on Windows for the 'menuconfig' build system target. (POSIX platforms have curses and thus 'menuconfig'
|
By
Bolivar, Marti
· #2278
·
|
|
run-time non-volatile overwrite
Hi, It's not clear what you are asking. By 'Zephyr requires the ability', what part of Zephyr do you mean? Some optional Zephyr subsystems (like DFU or file systems) require rewriting nonvolatile stor
Hi, It's not clear what you are asking. By 'Zephyr requires the ability', what part of Zephyr do you mean? Some optional Zephyr subsystems (like DFU or file systems) require rewriting nonvolatile stor
|
By
Bolivar, Marti
· #2276
·
|
|
West v0.8.0 released
Hello, I'm announcing the release of west v0.8.0. https://pypi.org/project/west/0.8.0/ https://github.com/zephyrproject-rtos/west/tree/v0.8.0 Release notes: https://docs.zephyrproject.org/latest/guide
Hello, I'm announcing the release of west v0.8.0. https://pypi.org/project/west/0.8.0/ https://github.com/zephyrproject-rtos/west/tree/v0.8.0 Release notes: https://docs.zephyrproject.org/latest/guide
|
By
Bolivar, Marti
· #2273
·
|
|
Help flashing Zephyr to a Reel bord
#reel_board
#flash
"Henrik Brix Andersen via lists.zephyrproject.org" <henrik=brixandersen.dk@...> writes: I have one and it's working for me also. Try plugging it in while 'udevadm monitor' is runni
"Henrik Brix Andersen via lists.zephyrproject.org" <henrik=brixandersen.dk@...> writes: I have one and it's working for me also. Try plugging it in while 'udevadm monitor' is runni
|
By
Bolivar, Marti
· #2264
·
|
|
Chocolatey: vcredist140 and Python3 failed to install
Hi there and welcome. "Mohamed Belaroussi via lists.zephyrproject.org" <mohamed.belaroussi=uk.g4s.com@...> writes: This seems to be a potential cause of the problem and the output
Hi there and welcome. "Mohamed Belaroussi via lists.zephyrproject.org" <mohamed.belaroussi=uk.g4s.com@...> writes: This seems to be a potential cause of the problem and the output
|
By
Bolivar, Marti
· #2194
·
|
|
Debugging with Eclipse and PyOCD: Uncaught Exception in pyocd.exe
Hi, responses inline. "Weber, Dominik via lists.zephyrproject.org" <dominik.weber=iis.fraunhofer.de@...> writes: Does this mean you installed the latest pyocd? The zephyr requireme
Hi, responses inline. "Weber, Dominik via lists.zephyrproject.org" <dominik.weber=iis.fraunhofer.de@...> writes: Does this mean you installed the latest pyocd? The zephyr requireme
|
By
Bolivar, Marti
· #2164
·
|
|
#west
#west
Hello, Some responses inline. "ahmed.balata via lists.zephyrproject.org" <ahmed.balata=tu-dortmund.de@...> writes: If these are really copy/pasted from the error output, then the p
Hello, Some responses inline. "ahmed.balata via lists.zephyrproject.org" <ahmed.balata=tu-dortmund.de@...> writes: If these are really copy/pasted from the error output, then the p
|
By
Bolivar, Marti
· #2155
·
|
|
West v0.7.3 released
Hello, I'm announcing the release of west v0.7.3. https://pypi.org/project/west/0.7.3/ https://github.com/zephyrproject-rtos/west/tree/v0.7.3 To upgrade: Ubuntu: pip3 install --user west==0.7.3 Window
Hello, I'm announcing the release of west v0.7.3. https://pypi.org/project/west/0.7.3/ https://github.com/zephyrproject-rtos/west/tree/v0.7.3 To upgrade: Ubuntu: pip3 install --user west==0.7.3 Window
|
By
Bolivar, Marti
· #2152
·
|
|
how to provide own out of tree implementation/replacement of existing driver
Maybe we can work towards removing the 'select' statements in those cases and using 'imply' instead? https://github.com/torvalds/linux/commit/237e3ad0f195d8fd34f1299e45f04793832a16fc "Cufi, Carles" <C
Maybe we can work towards removing the 'select' statements in those cases and using 'imply' instead? https://github.com/torvalds/linux/commit/237e3ad0f195d8fd34f1299e45f04793832a16fc "Cufi, Carles" <C
|
By
Bolivar, Marti
· #2065
·
|
|
Git submodules with West
#west
Hi, Right now, the only way to handle submodules with west is the way you're currently doing it. If you are interested in submitting a PR with support, I think it'd make sense to add. The only wrinkle
Hi, Right now, the only way to handle submodules with west is the way you're currently doing it. If you are interested in submitting a PR with support, I think it'd make sense to add. The only wrinkle
|
By
Bolivar, Marti
· #2060
·
|
|
how to provide own out of tree implementation/replacement of existing driver
Hi, You should be able to just disable the in-tree driver using Kconfig and use your own out of tree driver. "Jan Pohanka via lists.zephyrproject.org" <xhpohanka=gmail.com@...> wri
Hi, You should be able to just disable the in-tree driver using Kconfig and use your own out of tree driver. "Jan Pohanka via lists.zephyrproject.org" <xhpohanka=gmail.com@...> wri
|
By
Bolivar, Marti
· #2059
·
|
|
issues with devicetree in 2.2
"Trevor Clarke via lists.zephyrproject.org" <pythonpimp=gmail.com@...> writes: In the zephyr master branch, it would be DT_LABEL(MIDI_DEV). https://docs.zephyrproject.org/latest/gu
"Trevor Clarke via lists.zephyrproject.org" <pythonpimp=gmail.com@...> writes: In the zephyr master branch, it would be DT_LABEL(MIDI_DEV). https://docs.zephyrproject.org/latest/gu
|
By
Bolivar, Marti
· #1956
·
|
|
unable to build
#west
You appear to be using Python 3.5. Zephyr requires Python 3.6. I am surprised the build got this far along. You should have seen an error about this earlier. "Stefan Hristozov via Lists.Zephyrproject.
You appear to be using Python 3.5. Zephyr requires Python 3.6. I am surprised the build got this far along. You should have seen an error about this earlier. "Stefan Hristozov via Lists.Zephyrproject.
|
By
Bolivar, Marti
· #1927
·
|
|
West 0.7.0 released, requires manual intervention on Ubuntu
Hello, West 0.7.0 has been released. The main new feature since 0.6.x is the addition of "manifest imports", which let you pull in west.yml files from elsewhere into your own manifest file. You can up
Hello, West 0.7.0 has been released. The main new feature since 0.6.x is the addition of "manifest imports", which let you pull in west.yml files from elsewhere into your own manifest file. You can up
|
By
Bolivar, Marti
· #1882
·
|
|
Adding a costume module to my project
#west
Hi, Please check your build directory's zephyr_modules.txt file to make sure it is being included in the list. If it's not, please check where you are setting ZEPHYR_EXTRA_MODULES again. If it is pres
Hi, Please check your build directory's zephyr_modules.txt file to make sure it is being included in the list. If it's not, please check where you are setting ZEPHYR_EXTRA_MODULES again. If it is pres
|
By
Bolivar, Marti
· #1876
·
|
|
Adding a costume module to my project
#west
"stefan.hristozov via Lists.Zephyrproject.Org" <stefan.hristozov=aisec.fraunhofer.de@...> writes: Looking at this quickly, ZEPHYR_EXTRA_MODULES needs to be set before including the
"stefan.hristozov via Lists.Zephyrproject.Org" <stefan.hristozov=aisec.fraunhofer.de@...> writes: Looking at this quickly, ZEPHYR_EXTRA_MODULES needs to be set before including the
|
By
Bolivar, Marti
· #1874
·
|