Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mcu/pic32: Fix memset_func placement
By mistake sdata2 section was put in kseg0_program_mem. It should be left alone with no redirection to region xc32 linker will put it in correct place. memset_func put in this place resulted in crash during boot since mbedtls was was updated.
- Loading branch information