Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/arm/src/gd32f4/gd32f4xx_progmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

# define FMC_PROGMEM_SECTOR_SIZES {_K(128), _K(128)}
# define FMC_PROGMEM_SECTOR_NUM (2)
# define FMC_PROGMEM_PAGESIZE 4096

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep 4096 align with others

# define FMC_PROGMEM_SECTOR_SADDR (0x08040000)
# define FMC_PROGMEM_SECTOR_EADDR (0x0807FFFF)

Expand Down
4 changes: 2 additions & 2 deletions libs/libxx/uClibc++/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ uClibc++/uClibc++: uClibc++-$(UCLIBCXX_VERSION).tar.bz2
$(Q) tar -xf $<
$(Q) $(DELFILE) $<
$(Q) mv uClibc++-$(UCLIBCXX_VERSION) $@
$(Q) patch -p0 < uClibc++/0001-uClibcxx-basic_definitions-fix-GCC-specific-definiti.patch -d uClibc++
$(Q) patch -p0 < uClibc++/0001-uclibxx-use-overload-constructor-of-filebuf-ostream.patch -d uClibc++
$(Q) patch -p1 < uClibc++/0001-uClibcxx-basic_definitions-fix-GCC-specific-definiti.patch -d uClibc++
$(Q) patch -p1 < uClibc++/0001-uclibxx-use-overload-constructor-of-filebuf-ostream.patch -d uClibc++
endif

$(TOPDIR)/include/uClibc++: uClibc++/uClibc++
Expand Down