Skip to content

Commit

Permalink
Add sharedata section
Browse files Browse the repository at this point in the history
  • Loading branch information
chintal committed Jan 9, 2025
1 parent 073521e commit 624bcea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ebs-platform",
"version": "0.3.0",
"version": "0.3.1",
"description": "Common EBS Platform Interfaces",
"keywords": "ebs",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/platform/sections.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
* - It seems HPDMA is suited to DTCM and the large SRAM1/2/3/4 on AXI,
* while GPDMA is suited to the 16kb SRAM1/2 and AHB peripherals.
* Details to be worked out. It may be necessary to add an additional
* section to be able to use this. For the moment, plan is to use the
* section to be able to use this. For the moment, plan is to use the
* 16kb SRAM1/2 for GPDMA use with SHAREDATA, while HPDMA can be used
* with FASTDATA in DTCM.
*
Expand All @@ -88,7 +88,7 @@
#endif

#if MEMMAP_ENABLE_SHAREDATA
#define SHAREDATA
#define SHAREDATA __attribute__((section(".shared")))
#else
#define SHAREDATA
#endif

0 comments on commit 624bcea

Please sign in to comment.