Pinned Repositories
alpha-flow-free
Alpha Flow Free is an AI model that masters the simple yet addictive puzzle game of Flow Free.
anti-recovery-android-bootloader
Based on the EFI Development Kit II (EDKII / EDK2), the anti-recovery Android bootloader prevents the scenarios that the edge computing devices running Android stuck on the recovery mode (e.g. Rescue Party, file-based encryption errors).
embedded-android-things
Embedded Android Things provides Java-level APIs for accessing generic device peripherals on Android-based embedded operating systems. Inspired by Google Android Things and OpenJDK Device I/O Project, Embedded Android Things is designed based on Java Native Interface (JNI) and implemented on Android Open Source Project (AOSP).
git-cheat-sheet
Git is the open source distributed version control system that facilitates GitHub activities on your laptop or desktop. This cheat sheet summarizes commonly used Git command line instructions for quick reference.
git-flow-workflow
Git flow is a popular Git branching strategy aimed at simplifying release management, and was introduced by software developer Vincent Driessen in 2010. Fundamentally, Git flow involves isolating your work into different types of Git branches.
i2c-slave-motor-controller
The STM32 NUCLEO-L452RE board working as an I2C slave receives data from the STM32F103C8T6 "Blue Pill" board working as an I2C master to control stepper and brushed DC motors using the STSPIN220 and DRV8210DSGR motor drivers.
lil-dsa
These little data structures and algorithms (DSA) projects were developed on practical work experience.
lil-embedded-drivers
These little embedded system drivers were developed on practical work experience.
lil-embedded-linux
These little embedded Linux operating system projects were developed on practical work experience.
lil-embedded-projects
These little embedded system projects were developed on practical work experience.
trieunvt's Repositories
trieunvt/anti-recovery-android-bootloader
Based on the EFI Development Kit II (EDKII / EDK2), the anti-recovery Android bootloader prevents the scenarios that the edge computing devices running Android stuck on the recovery mode (e.g. Rescue Party, file-based encryption errors).
trieunvt/alpha-flow-free
Alpha Flow Free is an AI model that masters the simple yet addictive puzzle game of Flow Free.
trieunvt/embedded-android-things
Embedded Android Things provides Java-level APIs for accessing generic device peripherals on Android-based embedded operating systems. Inspired by Google Android Things and OpenJDK Device I/O Project, Embedded Android Things is designed based on Java Native Interface (JNI) and implemented on Android Open Source Project (AOSP).
trieunvt/git-cheat-sheet
Git is the open source distributed version control system that facilitates GitHub activities on your laptop or desktop. This cheat sheet summarizes commonly used Git command line instructions for quick reference.
trieunvt/git-flow-workflow
Git flow is a popular Git branching strategy aimed at simplifying release management, and was introduced by software developer Vincent Driessen in 2010. Fundamentally, Git flow involves isolating your work into different types of Git branches.
trieunvt/i2c-slave-motor-controller
The STM32 NUCLEO-L452RE board working as an I2C slave receives data from the STM32F103C8T6 "Blue Pill" board working as an I2C master to control stepper and brushed DC motors using the STSPIN220 and DRV8210DSGR motor drivers.
trieunvt/lil-dsa
These little data structures and algorithms (DSA) projects were developed on practical work experience.
trieunvt/lil-embedded-drivers
These little embedded system drivers were developed on practical work experience.
trieunvt/lil-embedded-linux
These little embedded Linux operating system projects were developed on practical work experience.
trieunvt/lil-embedded-projects
These little embedded system projects were developed on practical work experience.
trieunvt/lil-personal-finance
These little personal finance projects were developed based on practical work experience.
trieunvt/named-pipe-messenger
Named pipe messenger allows multiple users to communicate with each other by implementing one of the methods of inter-process communication (IPC).
trieunvt/regex-cheat-sheet
A regular expression (regex or regexp) is a sequence of characters that specifies a search pattern. Usually such patterns are used by string-searching algorithms for "find" or "find and replace" operations on strings, or for input validation.
trieunvt/stm32-custom-bootloader
The STM32 custom bootloader implements the device firmware update (DFU) using UART on the STM32 NUCLEO-L452RE board.