Search found 264 matches
- Fri Apr 10, 2020 12:19 am
- Forum: Bug Reports
- Topic: Documentation for rescheduling requirements for S/I class APi Topic is solved
- Replies: 3
- Views: 5018
Documentation for rescheduling requirements for S/I class APi Topic is solved
You had language similar to this in previous documentation: –“S” is a function that must be called from within a critical zone and can reschedule internally –“I” is a function that must be called from within a critical zone and does not reschedule internally However, in the current documentation the...
- Tue Nov 26, 2019 9:42 pm
- Forum: Development and Feedback
- Topic: SEGGER J-link ChibiOS RTOS awareness plugin
- Replies: 1
- Views: 1063
Re: SEGGER J-link ChibiOS RTOS awareness plugin
Hey Giovani, looks interesting ya 

- Fri Nov 08, 2019 9:48 pm
- Forum: Development and Feedback
- Topic: GCC 9
- Replies: 20
- Views: 2993
Re: GCC 9
ARM has just released their new GCC, version is 9.2.1. https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads It's almost twice as fast on linux compared to GCC 8. Could someone check if it still produces incorrect CM0 code? As far as I know...
- Tue Nov 05, 2019 11:41 pm
- Forum: Development and Feedback
- Topic: PineTime smartwatch nrf52840
- Replies: 2
- Views: 955
Re: PineTime smartwatch nrf52840
There are also lots of devices out there that people are currently hacking/reverse engineering that are based on the nRF4528xx
https://github.com/curtpw/nRF5x-device- ... ngineering
https://github.com/curtpw/nRF5x-device- ... ngineering
- Tue Nov 05, 2019 11:11 pm
- Forum: Development and Feedback
- Topic: PineTime smartwatch nrf52840
- Replies: 2
- Views: 955
PineTime smartwatch nrf52840
Pine64 is working on the PineTime smart watch. It will have a nRF528xx M4-F SoC from Nordic. The best news is that it will be under $25USD! I think it'll be great if ChibiOS/RT and HAL were ported to this platform, and other popular IoT SoCs. I think that would spur the adoption of ChibiOS. https://...
- Thu Aug 08, 2019 1:35 pm
- Forum: Bug Reports
- Topic: hal_files.h error in fileStreamGetSize: ')' at wrong place Topic is solved
- Replies: 3
- Views: 703
Re: hal_files.h error in fileStreamGetSize: ')' at wrong place Topic is solved
Hi! I'm using 19.1.3, but it is the same in master. Compile error In macro fileStreamGetSize: ../../../ChibiOS-git/os/hal/include/hal_files.h:210:40: error: too few arguments to function 'dtcFile->vmt->getsize' #define fileStreamGetSize(ip, offset) ((ip)->vmt->getsize(ip), offset) ^ I expect it to ...
- Wed Aug 07, 2019 5:13 pm
- Forum: General Support
- Topic: Test Driven Development with ChibiOS simulator
- Replies: 2
- Views: 1178
Re: Test Driven Development with ChibiOS simulator
I would encourage you to help with the work shared in this thread: http://www.chibios.com/forum/viewtopic.php?t=4861 If you can clean it up to the point where it could be 'upstreamed' it would be very beneficial. I also contributed to those ChibiOS HAL drivers for the POSIX port. They were very usef...
- Wed Aug 07, 2019 4:44 pm
- Forum: Development and Feedback
- Topic: [INFO] ChibiStudio P2 preinstalled into Linux Mint 19.2 VM
- Replies: 11
- Views: 2185
Re: [INFO] ChibiStudio P2 preinstalled into Linux Mint 19.2 VM
Any news on updating the Chibi debug plugin to work with recent version of eclipse (after the debug interface changed post Mars I believe)? Hi, it has already been done, you missed some post in the ChibiStudio forum about it. This VM contains the latest Eclipse and the updated plugin already. Great...
- Wed Aug 07, 2019 4:04 pm
- Forum: Development and Feedback
- Topic: [INFO] ChibiStudio P2 preinstalled into Linux Mint 19.2 VM
- Replies: 11
- Views: 2185
Re: [INFO] ChibiStudio P2 preinstalled into Linux Mint 19.2 VM
Any news on updating the Chibi debug plugin to work with recent version of eclipse (after the debug interface changed post Mars I believe)?
- Wed Aug 07, 2019 4:02 pm
- Forum: Development and Feedback
- Topic: [INFO] ChibiStudio P2 preinstalled into Linux Mint 19.2 VM
- Replies: 11
- Views: 2185
Re: [INFO] ChibiStudio P2 preinstalled into Linux Mint 19.2 VM
Hi Faisal, If you send me instructions, I will do that in my next try. This was pretty must an experiment, I don't know if people really need something like this. Giovanni I got an email from a Segger rep, here is what he said: > Just copy RTOSPlugin.dll (on Windows) to any J-Link SW download (to t...