Łukasz Kosiński

Results 6 issues of Łukasz Kosiński

Fix for quick check bug for non-stack projects. Tested on Windows 10.

An interrupt coming after _hal_cpuSetKernelStack() in proc_fork() could potentially corrupt kernel stack. Consider disabling interrupts in proc_fork(). @Maxez Think this through

## Description Added DMA chain verification. ## Motivation and Context [JIRA: DTR-347](https://jira.phoenix-rtos.com/browse/DTR-347) ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New...

## Description Added error checks and other fixes. ## Motivation and Context [JIRA: DTR-353](https://jira.phoenix-rtos.com/browse/DTR-353) ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [...

`plo` should allow us to define kernel command line with the startup programs (and their arguments) `app` command already allows for passing `cmdline` argument to the loaded apps we could...

## Description Ignore broken metadata. Assume clean metadata instead (0xff only). Temporary fix for jffs2 not being able to mount partition with broken metadata. ## Motivation and Context [JIRA: DTR-371](https://jira.phoenix-rtos.com/browse/DTR-371)...