Skip to content
Embedded Software Labs
  • Home
  • Services
    • Embedded OS Porting and BSP development
    • Firmware and Device Driver Development
    • Middleware and Custom API Development
    • Digital Signal Processing
    • ARM Trustzone development
    • Application and UI Development
  • Products
    • IsixRTOS – opensource realtime operating system
  • Blog
  • About Us
    • Customers
    • Contact
    • Portfolio
  • Toggle website search
Menu Close
  • Home
  • Services
    • Embedded OS Porting and BSP development
    • Firmware and Device Driver Development
    • Middleware and Custom API Development
    • Digital Signal Processing
    • ARM Trustzone development
    • Application and UI Development
  • Products
    • IsixRTOS – opensource realtime operating system
  • Blog
  • About Us
    • Customers
    • Contact
    • Portfolio
  • Toggle website search

Monthly Archives: April 2020

  1. Home>
  2. 2020>
  3. April

Custom strstr function

  • Post author:Lucjan Bryndza
  • Post published:2020-04-23
  • Post category:Uncategorized

Simple replacement for strstr() function present in C standard library char * custom_strstr(char *source, char *pattern, uint16_t maxbuf_size) { uint8_t pattern_lenght = 0; uint32_t i; uint32_t cnt = 0; char…

Continue ReadingCustom strstr function

How to compile Linux with Qt5 option using Yocto for LICHEE PI ZERO

  • Post author:Lucjan Bryndza
  • Post published:2020-04-23
  • Post category:Blog/Linux

Instruction how to build an image for Lichee Pi Zero and Lichee Pi Zero Dock in Yocto Products: Lichee Pi Zero Version Lichee Pi Zero Dock Version General Note: Assumed…

Continue ReadingHow to compile Linux with Qt5 option using Yocto for LICHEE PI ZERO

Recent Posts

  • Somlabs Visionsom STM32MP1 Kicad library
    2020-12-18/
    0 Comments
  • OSD32MP157C-512M-BAA Kicad library
    2020-12-11/
    0 Comments
  • Openocd compilation for stm32mp157 on Ubuntu 20.04
    2020-11-27/
    0 Comments

Recent Comments

    Archives

    • December 2020
    • November 2020
    • September 2020
    • May 2020
    • April 2020
    • January 2020
    • June 2019
    • May 2019
    • April 2019
    • November 2018

    Categories

    • Blog
    • ISIX
    • Linux
    • QT
    • Somlabs
    • UI
    • Uncategorized

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright © 2023 - by emsyslabs