Skip to content

Commit

Permalink
Pull request #13: Develop
Browse files Browse the repository at this point in the history
Merge in MCU16CE/bootloader16-microchip-university-labs from develop to master

* commit '57fb8425daa9810916725b978eeae76f9f873468':
  updating to include link back to MU class.
  updated jenkinsfile
  • Loading branch information
davidflowers committed Dec 15, 2023
2 parents b0bc0df + 57fb842 commit 637bed8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .citd/Jenkinsfilek8s
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ pipeline {
MPLABX_PROJECT_SOURCE = "../"
}

triggers {
cron(env.BRANCH_NAME == 'develop' ? 'H H 1 * *': '')
}
options {
timestamps()
timeout(time: 20, unit: 'MINUTES')
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@


## Summary
Bootloader 16 Lab manual and finished labs from Microchip University
Bootloader 16 Lab manual and finished labs from Microchip University. Please visit the below URL for the presentation associated with this lab material:
https://mu.microchip.com/16-bit-bootloaders-using-mcc-device-side

## Related Documentation

Expand All @@ -27,7 +28,6 @@ Bootloader 16 Lab manual and finished labs from Microchip University
These labs assume that the user has the above SW installed and one of the boards listed.

## Operation

See the lab manual
See the lab manual.


0 comments on commit 637bed8

Please sign in to comment.