We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfacc8d commit 6a2f0eeCopy full SHA for 6a2f0ee
.github/workflows/updateReleaseIndexDate.yaml
@@ -17,8 +17,8 @@ on:
17
default: "2023-12-31"
18
19
schedule:
20
- - cron: "0 6 8 8 *" # 8:00 AM, 8th of August
21
- - cron: "0 6 11-15 8 *" # 8:00 AM, 11th-14th of August
+ - cron: "0 6 22 8 *" # 8:00 AM, 22nd of August
+ - cron: "0 6 25-29 8 *" # 8:00 AM, 25th-29th of August
22
23
jobs:
24
update_index_date:
bsp/board/include/boards/board_ek_ra6m3/board.h
@@ -39,8 +39,6 @@
39
/*!
40
* @file board.h
41
* @brief Main board pin mapping.
42
- * @note For board-specific changes and version history, refer to the changelogs:
43
- * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.15.1/new_hw/2025-08-21.md
44
*/
45
46
#ifndef _BOARD_H_
0 commit comments