File tree Expand file tree Collapse file tree 15 files changed +213
-2
lines changed
board_pic18f4xk22_development
board_pic18f67j94_development
board_pic18f87j72_energy_monitoring_pictail_plus_daughter
board_pic18f87j72_evaluation
resources/images/displays Expand file tree Collapse file tree 15 files changed +213
-2
lines changed Original file line number Diff line number Diff line change 17
17
default : " 2023-12-31"
18
18
19
19
schedule :
20
- - cron : " 0 6 16-30 6 *" # 8:00 AM, 16th-30th of June
21
- - cron : " 0 6 1-14 7 *" # 8:00 AM, 1st-14th of July
20
+ - cron : " 0 6 3-4 7 *" # 8:00 AM, 3rd-4th of July
21
+ - cron : " 0 6 7-10 7 *" # 8:00 AM, 7th-10th of July
22
22
23
23
jobs :
24
24
update_index_date :
Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.5/new_hw/2025-07-10.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.5/new_hw/2025-07-03.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.5/new_hw/2025-07-04.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.5/new_hw/2025-07-07.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.5/new_hw/2025-07-08.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.5/new_hw/2025-07-09.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change 56
56
57
57
Support added for following hardware:
58
58
59
+ + ** [ 2025-07-03] ( ./new_hw/2025-07-03.md ) **
60
+ + ** [ 2025-07-04] ( ./new_hw/2025-07-04.md ) **
61
+ + ** [ 2025-07-07] ( ./new_hw/2025-07-07.md ) **
62
+ + ** [ 2025-07-08] ( ./new_hw/2025-07-08.md ) **
63
+ + ** [ 2025-07-09] ( ./new_hw/2025-07-09.md ) **
64
+ + ** [ 2025-07-10] ( ./new_hw/2025-07-10.md ) **
65
+
59
66
---
60
67
61
68
** [ BACK TO MAIN FILE] ( ../../changelog.md ) **
Original file line number Diff line number Diff line change
1
+
2
+ <p align =" center " >
3
+ <img src =" http://www.mikroe.com/img/designs/beta/logo_small.png?raw=true " alt =" MikroElektronika " />
4
+ </p >
5
+
6
+ ---
7
+
8
+ ** [ BACK TO PREVIOUS FILE] ( ../changelog.md ) **
9
+
10
+ ---
11
+
12
+ # 2025-07-03
13
+
14
+ ## Changes
15
+
16
+ - [ 2025-07-03] ( #2025-07-03 )
17
+ - [ Changes] ( #changes )
18
+ + [ Improvements] ( #improvements )
19
+
20
+ ### Improvements
21
+
22
+ Preconfigured Clock settings added for following hardware:
23
+
24
+ + [ PIC18F4XK22 Development Board] ( https://mplab-discover.microchip.com/v2/item/com.microchip.portal.evalboard/com.microchip.subcategories.modules-and-peripherals.display.lcd/mcu08.dm164134/1.0.0?view=about )
25
+ + 64 MHz Clock using internal oscillator
26
+
27
+ ---
28
+
29
+ ** [ BACK TO PREVIOUS FILE] ( ../changelog.md ) **
30
+
31
+ ---
Original file line number Diff line number Diff line change
1
+
2
+ <p align =" center " >
3
+ <img src =" http://www.mikroe.com/img/designs/beta/logo_small.png?raw=true " alt =" MikroElektronika " />
4
+ </p >
5
+
6
+ ---
7
+
8
+ ** [ BACK TO PREVIOUS FILE] ( ../changelog.md ) **
9
+
10
+ ---
11
+
12
+ # 2025-07-04
13
+
14
+ ## Changes
15
+
16
+ - [ 2025-07-04] ( #2025-07-04 )
17
+ - [ Changes] ( #changes )
18
+ + [ Improvements] ( #improvements )
19
+
20
+ ### Improvements
21
+
22
+ Preconfigured Clock settings added for following hardware:
23
+
24
+ + [ PIC18F67J94 Development Board] ( https://mplab-discover.microchip.com/v2/item/com.microchip.portal.evalboard/com.microchip.subcategories.modules-and-peripherals.communication.spi/mcu08.dm183037/1.0.0?view=about )
25
+ + 64 MHz Clock using internal oscillator
26
+
27
+ ---
28
+
29
+ ** [ BACK TO PREVIOUS FILE] ( ../changelog.md ) **
30
+
31
+ ---
You can’t perform that action at this time.
0 commit comments