[PR] pic32 no bootloader fixes [mynewt-core]

2024-03-16 Thread via GitHub
kasjer opened a new pull request, #3167: URL: https://github.com/apache/mynewt-core/pull/3167 This adds image_header section to elf so it can be flashed with IDE This also adds minimal boot code that allows to have self sufficient elf. -- This is an automated message from the Apache Git

(mynewt-core) 03/04: mcu/pic32: Move .sdata2 section to ram

2024-03-16 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit f3d689638b7e860c8f6cb22bc130b623d1eaba7b Author: Jerzy Kasenberg AuthorDate: Fri Mar 15 12:34:32 2024 +0100 mcu

(mynewt-core) 01/04: mcu/pic32: Add missing hal_gpio_deinit function

2024-03-16 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 4f07cb8a0150058e34a2103b6c28de35ec95fa5e Author: Jerzy Kasenberg AuthorDate: Fri Mar 15 12:26:56 2024 +0100 mcu

(mynewt-core) branch master updated (7a9dd95b9 -> 17e9a52a0)

2024-03-16 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git from 7a9dd95b9 mcu/pic32: Fix memset_func placement new 4f07cb8a0 mcu/pic32: Add missing hal_gpio_deinit function

(mynewt-core) 04/04: mcu/pic32: Fix I2C_4 configuration typo

2024-03-16 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 17e9a52a05647115264039c0fdaec3b8109a0109 Author: Jerzy Kasenberg AuthorDate: Fri Mar 15 12:36:45 2024 +0100 mcu

(mynewt-core) 02/04: mcu/pic32: Add support for link_tables.ld.h

2024-03-16 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 520ea3d395dab576790487f01b7f0d5421a4cb45 Author: Jerzy Kasenberg AuthorDate: Fri Mar 15 12:31:12 2024 +0100 mcu

Re: [PR] Few small pic32 fixes [mynewt-core]

2024-03-16 Thread via GitHub
kasjer merged PR #3165: URL: https://github.com/apache/mynewt-core/pull/3165 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@mynewt.

[PR] tinusb: Fix usbd_stack memory alignment [mynewt-core]

2024-03-16 Thread via GitHub
kasjer opened a new pull request, #3166: URL: https://github.com/apache/mynewt-core/pull/3166 usbd_stack could be placed at memory with wrong alignment. For pic32 with FPU enabled that results in exceptions when code tries to store/restore FPU registers. Now OS_TASK_STACK_DEFINE is u