Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
* libphoenix 96c4c08...5073395 (1):
  > arm: convert __ieee754_sqrt(f) to macros

* phoenix-rtos-build 97fb495...f335a5c (4):
  > build: add noexecstack flag
  > toolchain: update multilib configuration for SPARC
  > toolchain: add patch with armv7-r/v8-r multilib config
  > toolchain: add PIC flags to armv7-r/v8-r in libstdcpp

* phoenix-rtos-doc 4ac6a9c...6eae539 (2):
  > libc/functions page adjustments
  > css: hide theme-toggle icon

* phoenix-rtos-kernel bcc5c41...1f9ea40 (8):
  > mprotect: fix mapEntrySplit
  > Cortex-M: NVIC and SCB code duplication cleanup
  > process_load: copy p_filesz bytes instead of p_memsz
  > hal/imxrt10xx: remove enet PLL deinit
  > hal/ia32: change I/O input parameter to u16
  > mmap: allow for not page aligned len
  > hal/ia32: cast operands to correct sizes
  > build: remove program headers from first loadable segment

* phoenix-rtos-lwip b1ab9f6...4896655 (4):
  > Update submodule
  > Add IPv6 address autoconfiguration
  > drivers/rtl8139cp.c: Change multicast filters
  > port/sockets.c: Fix IPv6 ioctls

* phoenix-rtos-ports b659aa2...df40217 (2):
  > build: Adapt ports to a new common definitions of paths (prefixes)
  > build: Move common definitions/actions from ports to a single spot

* phoenix-rtos-tests 3a22101...a20b474 (7):
  > psh: exclude touch test on imx117x due to #1097 issue
  > trunner: disable rebooting each test
  > psh: enable test execution in new psh for imxrt117x
  > mmap: add test for unaligned len
  > trunner.tools: fix error message in wait_for_vid_pid()
  > psh/trunner: fix wrong message in case of failing
  > unity: add handling fails without message in harness
  • Loading branch information
damianloew committed Sep 26, 2024
1 parent 86fe443 commit 1c318f4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libphoenix
2 changes: 1 addition & 1 deletion phoenix-rtos-doc
2 changes: 1 addition & 1 deletion phoenix-rtos-kernel
Submodule phoenix-rtos-kernel updated 54 files
+14 −6 Makefile
+10 −0 hal/arm/Makefile
+4 −3 hal/arm/barriers.h
+77 −0 hal/arm/nvic.c
+36 −0 hal/arm/nvic.h
+303 −0 hal/arm/scb.c
+63 −0 hal/arm/scb.h
+3 −0 hal/armv7m/Makefile
+2 −0 hal/armv7m/arch/cpu.h
+1 −0 hal/armv7m/arch/interrupts.h
+3 −26 hal/armv7m/cpu.c
+2 −2 hal/armv7m/hal.c
+1 −1 hal/armv7m/imxrt/10xx/console.c
+17 −250 hal/armv7m/imxrt/10xx/imxrt10xx.c
+0 −51 hal/armv7m/imxrt/10xx/imxrt10xx.h
+1 −1 hal/armv7m/imxrt/117x/console.c
+15 −249 hal/armv7m/imxrt/117x/imxrt117x.c
+0 −24 hal/armv7m/imxrt/117x/imxrt117x.h
+0 −14 hal/armv7m/imxrt/_init.S
+7 −7 hal/armv7m/imxrt/interrupts.c
+0 −1 hal/armv7m/imxrt/timer.c
+0 −1 hal/armv7m/pmap.c
+7 −7 hal/armv7m/stm32/interrupts.c
+0 −1 hal/armv7m/stm32/l4/console.c
+15 −165 hal/armv7m/stm32/l4/stm32l4.c
+0 −1 hal/armv7m/stm32/l4/timer.c
+5 −1 hal/armv8m/Makefile
+2 −0 hal/armv8m/arch/cpu.h
+1 −0 hal/armv8m/arch/interrupts.h
+0 −37 hal/armv8m/armv8m.h
+3 −11 hal/armv8m/cpu.c
+2 −2 hal/armv8m/hal.c
+7 −62 hal/armv8m/interrupts.c
+1 −1 hal/armv8m/mcx/Makefile
+0 −1 hal/armv8m/mcx/n94x/console.c
+7 −38 hal/armv8m/mcx/n94x/mcxn94x.c
+0 −8 hal/armv8m/mcx/n94x/mcxn94x.h
+1 −2 hal/armv8m/mcx/n94x/timer.c
+5 −6 hal/armv8m/nrf/91/console.c
+6 −60 hal/armv8m/nrf/91/nrf91.c
+0 −1 hal/armv8m/nrf/91/timer.c
+1 −1 hal/armv8m/nrf/Makefile
+0 −186 hal/armv8m/nrf/interrupts.c
+8 −8 hal/ia32/arch/cpu.h
+8 −6 hal/ia32/console-serial.c
+9 −9 hal/ia32/console.c
+1 −1 hal/ia32/cpu.c
+6 −6 hal/ia32/ia32.h
+2 −2 hal/ia32/init.c
+4 −4 hal/ia32/pci.c
+0 −209 ld/sparcv8leon3.ld
+1 −1 proc/process.c
+2 −0 syscalls.c
+9 −4 vm/map.c
2 changes: 1 addition & 1 deletion phoenix-rtos-lwip

0 comments on commit 1c318f4

Please sign in to comment.