Close

147 Results for "freertos"

  • FreeRTOS calls

  • I guess I'm going to seem pretty fickle about the software environment, but it's really born of ignorance rather than wishy-washy-ness.Earlier, I commented that I would probably use Lua so that I could take advantage of multi-threading to simplify the...
  • Progress - FreeRTOS and keypad.

  • I've choosen FreeRTOS Real Time OS as base for this project. I think it will do good with it task-management and priorities. Anyone who has any comments about this?I've also managed to figure out the keypad and how the power button works. I have also...
  • FreeRTOS tasks and queues

  • In my previous homebrew projects I did not use any operating system in the embedded processors. Software was programmed on a bare-metal hardware. In my Talking Clock project I created a simple cooperative event-processing abstraction layer, but it was...
  • Working with FreeRTOS

  • I've been re-compiling my demo apps with the new FreeRTOS SDK. This is a lot easier to use for network access, if you are used to a BSD style socket interface (which I am).So far, so good. One thing I've noticed is the lack of support for reading from...
  • Testing Amazon FreeRTOS

  • After doing some research, I think the best experience will be to use Cypress’ Amazon FreeRTOS. I tried looking into mbed OS but the documentation for this board is not clear and it seems it doesn’t have an easy way to import into ModusToolbox. As a...
  • FreeRTOS + TinyUSB + Multiaxis support

  • There was a long time between the last 1.2 and current 1.3 firmware release. The reason is a huge internal change porting everything to support freertos and using TinyUSB as a USB backend instead of the customized ST middleware examples which had to...
  • Resetting Bug

  • I have some further thoughts into this resetting bug; I've realised the watch doesn't actually report a brown-out reset, and it ONLY happens after leaving the watch in sleep mode for an extended amount of time (>1 hour). Furthermore, the scope trace...
  • Firmware source

  • I have uploaded my firmware source:https://github.com/Emeryth/sma-q2-ossIt's based on nRF5 SDK 11.0 and FreeRTOS.I have also uploaded my fork of Gadgetbridge that lets you connect to the watch:https://github.com/Emeryth/Gadgetbridge