Skip to content
View juancols's full-sized avatar
  • Zürich, Switzerland

Block or report juancols

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. The perfect directory for embedded C... The perfect directory for embedded C projects loosely based on "The Pitchfork Layout (PFL)".
    1
    # The perfect project directory
    2
    
                  
    3
    This is (my) perfect directory for embedded C projects. It is loosely base on [The Pitchfork Layout (PFL)](https://api.csswg.org/bikeshed/?force=1&url=https%3A%2F%2Fraw.githubusercontent.com%2Fvector-of-bool%2Fpitchfork%2Fdevelop%2Fdata%2Fspec.bs#src.header-placement.merged) which is a convention for laying out source, build, and resource files widely accepted by the C/C++ community. It is designed to provide a clear and organized structure for the project, making it easier to maintain and debug.
    4
    
                  
    5
    ## Top-level directories
  2. c-file-templates c-file-templates Public

    It makes it easy to get started writing neat and organized code for your embedded C projects. It provides .c and .h file templates with prefixes to indicate the module's place in the software archi…

    C 3

  3. STM32 toolchain setup on macOS M1 STM32 toolchain setup on macOS M1
    1
    # STM32 toolchain setup on macOS M1
    2
    
                  
    3
    __Note__: these steps were tested on a MacBook Air M1 2020, 8 GB RAM and macOS Ventura 13.0.1
    4
    
                  
    5
    ## STM32CubeProgrammer
  4. worktime-logger worktime-logger Public

    A simple Python script that logs your working hours per day in a local CSV file.

    Python