- Aug 03, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 02, 2019
-
- Aug 01, 2019
-
-
rahix authored
Use RTC_GetTime() instead of RTC_GetSecond() because otherwise a read immediately following the RTC alarm will return the previous value. RTC_GetTime() will return E_BUSY a number of times before finally being successful and returning a timestamp. To keep the system load minimal during this waiting, the task is put to sleep for 4ms everytime the read fails. This value might need further adjustment. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jul 31, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
- Jul 29, 2019
-
-
Serge Bazanski authored
-
Serge Bazanski authored
-
q3k authored
-
q3k authored
-
q3k authored
ld emits relocations for weak undefined symbols. We want to safely skip them.
-
q3k authored
-
q3k authored
This lets us decide where the stack live, and place it at the best possible spot for it to grow towards the image. This is the first step towards having a heap in l0dables.
-
q3k authored
-
q3k authored
-
q3k authored
-
q3k authored
-
q3k authored
- Jul 27, 2019
-
-
rahix authored
Commit 82b5b21f intoduced card10_reset(). This patch refactors the pmic module to also make use of this new implementation. Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jul 26, 2019
-
-
rahix authored
Other existing API calls also use raw `int` for descriptors so I think we should use it for file-functions as well. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jul 25, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jul 24, 2019
- Jul 22, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
- Jul 21, 2019
-
-
rahix authored
This patch is a workaround for #54. A lockup is detected if more than 4096 attempts to write to the USB FIFO fail. If this condition is detected, CDC-ACM is disabled until the next reboot. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-