Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
* libphoenix 993f5e7...8f30b74 (1):
  > sparcv8leon3: add GR712RC target

* phoenix-rtos-build d2850d8...cf9c9a4 (1):
  > add sparcv8leon3-gr712rc target

* phoenix-rtos-devices 552c3bb...3b6e4fd (4):
  > tty/grlib-uart: support GR712RC
  > tty: rename gr716-uart to grlib-uart
  > _targets: add sparcv8leon3-gr712rc
  > imxrt-flash: optimize opRead/opWrite add cpu yield

* phoenix-rtos-filesystems cc2e6a8...09a029e (2):
  > _targets: add sparcv8leon3-gr712rc
  > ext2: Ignore I/O errors when unmounting filesystem

* phoenix-rtos-kernel dcfb262...cf8714a (5):
  > add GR712RC support, Gaisler cpu refactor
  > add codespell_ignore
  > proc: fix setting entry point in process_load
  > vm/map: use PGHD_READ attr when mapping pages
  > proc: Handle usleep(0) (yield)

* phoenix-rtos-tests c230f33...36b0b78 (1):
  > libc/pthread: add tests for pthread_cleanup

* phoenix-rtos-utils 4518226...bd976d0 (2):
  > _targets: add sparcv8leon3-gr712rc
  > psh: close directory after listing

* plo f348b46...1a35a3e (3):
  > add gr712rc target
  > devices/ram-stm32: move to ram-storage
  > phfs: increase alias size
  • Loading branch information
lukileczo authored and adamdebek committed Dec 6, 2023
1 parent b947c7a commit f244d7d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/phoenix-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
CI_CUSTOM_BUILDROOT: ${{ inputs.buildroot }}
LONG_TEST: ${{ inputs.nightly == 'true' && 'y' || 'n' }}
args:
- ${{ inputs.params }} # note: params will be split by build.sh internally
- ${{ inputs.params }} ports # note: params will be split by build.sh internally

# branding
branding:
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7a7-imx6ull
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export PORTS_LZO=y
export PORTS_OPENVPN=y
export PORTS_JANSSON=y
export PORTS_CURL=y
export PORTS_FS_MARK=y

#
# Platform dependent parameters
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7a9-zynq7000
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CROSS=arm-phoenix-
export PSH_DEFUSRPWDHASH="0B1ANiYi45IhxkfmUW155/GBd4IRE="

export PORTS_BUSYBOX=y
export PORTS_FS_MARK=y

#
# Default platform dependent parameters
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m4-stm32l4x6
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export PORTS_LZO=n
export PORTS_OPENVPN=n
export PORTS_JANSSON=n
export PORTS_CURL=n
export PORTS_FS_MARK=y


#
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m7-imxrt105x
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export PORTS_CURL=n
export PORTS_MICROPYTHON=n
export PORTS_MBEDTLS=n
export PORTS_AZURE_SDK=n
export PORTS_FS_MARK=y


#
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m7-imxrt106x
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export PORTS_CURL=n
export PORTS_MICROPYTHON=n
export PORTS_MBEDTLS=n
export PORTS_AZURE_SDK=n
export PORTS_FS_MARK=y


#
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m7-imxrt117x
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export PORTS_LZO=n
export PORTS_OPENVPN=n
export PORTS_JANSSON=n
export PORTS_CURL=n
export PORTS_FS_MARK=y



Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.ia32-generic
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export PORTS_OPENVPN=y
export PORTS_JANSSON=y
export PORTS_CURL=y
export PORTS_MICROPYTHON=y
export PORTS_FS_MARK=y

#
# Platform dependent parameters
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.riscv64-generic
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export PORTS_LZO=y
export PORTS_OPENVPN=y
export PORTS_JANSSON=y
export PORTS_CURL=y
export PORTS_FS_MARK=y


#
Expand Down
2 changes: 1 addition & 1 deletion phoenix-rtos-ports

0 comments on commit f244d7d

Please sign in to comment.