Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: croxel/zephyr-playground
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: croxel/zephyr-playground
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: CXRD-19-ui-feedback-on-button-press
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 25 files changed
  • 1 contributor

Commits on Jul 29, 2024

  1. [CXRD-17] update to zephyr 3.7.0

    - updated to latest LTS version
    
    Signed-off-by: Anuj Pathak <[email protected]>
    cx-anuj-pathak committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e444d18 View commit details
    Browse the repository at this point in the history
  2. [CXRD-17] gitignore .vscode folder

    - ignore user specific settings under .vscode folder
    
    Signed-off-by: Anuj Pathak <[email protected]>
    cx-anuj-pathak committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bce5b8d View commit details
    Browse the repository at this point in the history
  3. [CXRD-17] user logging backend for better control

    - replace printf with log api
    
    Signed-off-by: Anuj Pathak <[email protected]>
    cx-anuj-pathak committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a93c40a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. [CXRD-17] Added DTS path to zephyr module

    - extends dts with pwm-buzzer.yaml definition
    
    Signed-off-by: Anuj Pathak <[email protected]>
    cx-anuj-pathak committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d9e2500 View commit details
    Browse the repository at this point in the history
  2. [CXRD-17] Added User-Alerts subsystem

    - added capability to send predefined patterns of signals to the user
     using output devices e.g. buzzer/leds
    
    Signed-off-by: Anuj Pathak <[email protected]>
    cx-anuj-pathak committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9ced61e View commit details
    Browse the repository at this point in the history
  3. [CXRD-17] Added python script to generate morse user alerts

    - morse code generation scrip
    
    Signed-off-by: Anuj Pathak <[email protected]>
    cx-anuj-pathak committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    14396e7 View commit details
    Browse the repository at this point in the history
  4. [CXRD-17] Added bootup buzzer signal using User-Alerts

    - generated "croxel inc" and "zephyr morse codes
    - user user-alerts to play "zephyr" morse code on bootup
    
    Signed-off-by: Anuj Pathak <[email protected]>
    cx-anuj-pathak committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b6b0e09 View commit details
    Browse the repository at this point in the history
  5. [CXRD-18] Added Led Blink on startup

    - defined bootup blink pattern
    - used user alert to play patteron on boot
    
    Signed-off-by: Anuj Pathak <[email protected]>
    cx-anuj-pathak committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    44b5d1b View commit details
    Browse the repository at this point in the history
  6. [CXRD-19] Added Single Link List Listener

    - added sll listener macro magic
    
    Signed-off-by: Anuj Pathak <[email protected]>
    cx-anuj-pathak committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3538165 View commit details
    Browse the repository at this point in the history
  7. [CXRD-19] Added User button actions subsys

    - added user action subsytem to monitor actions on button
    
    Signed-off-by: Anuj Pathak <[email protected]>
    cx-anuj-pathak committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b8ddf29 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. [CXRD-19] Added LED/Buzzer feedback on button actions

    - play led pattern on button click
    - play croxel morse on button click_n_hold
    
    Signed-off-by: Anuj Pathak <[email protected]>
    cx-anuj-pathak committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e76eff1 View commit details
    Browse the repository at this point in the history
Loading