From 004556f5c016c9759cf25c436cf4826aa332df81 Mon Sep 17 00:00:00 2001 From: "harish.agari" Date: Fri, 20 Jan 2023 15:21:10 +0530 Subject: [PATCH 1/2] updated jenkinsfile --- .citd/Jenkinsfilek8s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.citd/Jenkinsfilek8s b/.citd/Jenkinsfilek8s index b0552cc..4028e6c 100644 --- a/.citd/Jenkinsfilek8s +++ b/.citd/Jenkinsfilek8s @@ -54,6 +54,9 @@ pipeline { MPLABX_PROJECT_SOURCE = "../" } + triggers { + cron(env.BRANCH_NAME == 'develop' ? 'H H 1 * *': '') + } options { timestamps() timeout(time: 20, unit: 'MINUTES') From c39c4110a8c8eea431a518e767f88e9b39b72165 Mon Sep 17 00:00:00 2001 From: David Flowers Date: Thu, 14 Dec 2023 10:54:56 -0500 Subject: [PATCH 2/2] updating to include link back to MU class. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e15b1a1..6bd18f2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.