Skip to content

Commit

Permalink
Update Zephyr MSDK Hal based on MSDK PR: analogdevicesinc/msdk#1220
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 9, 2024
1 parent ea3a332 commit a50f732
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions MAX/Libraries/CMSIS/Device/Maxim/MAX32672/Include/max32672.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@

#include <stdint.h>

// TODO(ADI): Remove below after grace period. Temporarily added these includes to resolve errors
// for grace period before eventually removing support for deprecated features. 10-24-2022
//>>>
#include "trimsir_regs.h"
#include "aes_regs.h"
//<<<

#ifndef FALSE
#define FALSE (0)
#endif
Expand Down Expand Up @@ -314,10 +307,6 @@ typedef enum {
#define MXC_BASE_AES ((uint32_t)0x40207400UL)
#define MXC_AES ((mxc_aes_regs_t *)MXC_BASE_AES)

// DEPRECATED(10-24-2022): Scheduled for removal.
typedef __attribute__((deprecated(
"Use MXC_AES (mxc_aes_regs_t), not the deprecated MXC_SYS_AES (mxc_sys_aes_regs_t) instance name and struct. 10-24-2022")))
mxc_aes_regs_t mxc_sys_aes_regs_t;
#define MXC_SYS_AES ((mxc_sys_aes_regs_t *)MXC_BASE_AES)

/******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion MAX/msdk_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
285f4dbce6126c96feb8bc18a29998e962f39a58
8ece572dfd5a9bc064e265a5938012bbb828e23d

0 comments on commit a50f732

Please sign in to comment.