-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* phoenix-rtos-devices a7afd29...abdeacc (1): > usbacm: fix close() * phoenix-rtos-kernel d19e97a...8f51cb7 (5): > lib: follow NDEBUG logic in lib_assertPanic > vm/map: replace dead ends with LIB_ASSERT_ALWAYS > proc: remove unused variable > Apply MISRA on infinite loops > hal/imxrt117x: implement watchdog * phoenix-rtos-usb 1d310a1...a6fdbb9 (1): > usb/dev.c: IAD workaround * phoenix-rtos-utils bda9916...9d0ffff (1): > psh: Increase sleep on start to allow dmesg to finish
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule phoenix-rtos-kernel
updated
13 files
+2 −1 | hal/armv7a/imx6ull/imx6ull.c | |
+1 −1 | hal/armv7a/imx6ull/memtest.c | |
+2 −1 | hal/armv7m/imxrt/10xx/imxrt10xx.c | |
+85 −5 | hal/armv7m/imxrt/117x/imxrt117x.c | |
+2 −1 | hal/armv7m/stm32/l1/stm32l1.c | |
+2 −1 | hal/armv7m/stm32/l4/stm32l4.c | |
+5 −1 | lib/assert.c | |
+2 −1 | main.c | |
+1 −2 | proc/threads.c | |
+25 −19 | test/proc-fpu.c | |
+2 −1 | test/proc.c | |
+6 −3 | test/vm.c | |
+10 −18 | vm/map.c |