Change in osmo-ccid-firmware[master]: boost the uart interrupt priority

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Hoernchen gerrit-no-reply at lists.osmocom.org
Tue Nov 26 18:39:15 UTC 2019


Hoernchen has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16249 )


Change subject: boost the uart interrupt priority
......................................................................

boost the uart interrupt priority

Change-Id: Ic1873922c042c45335320bdb669cf2a9346eaa81
---
M sysmoOCTSIM/main.c
1 file changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/49/16249/1

diff --git a/sysmoOCTSIM/main.c b/sysmoOCTSIM/main.c
index 7ff9302..af1b192 100644
--- a/sysmoOCTSIM/main.c
+++ b/sysmoOCTSIM/main.c
@@ -1187,7 +1187,10 @@
 //	command_register(&cmd_test_timer);
 
 
-
+for(int i = 0; i <= 136; i++)
+	NVIC_SetPriority(i, 2);
+for(int i = 46; i <= 77; i++)
+	NVIC_SetPriority(i, 1);
 
 	printf("\r\n\r\n"
 		"=============================================================================\n\r"

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16249
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: Ic1873922c042c45335320bdb669cf2a9346eaa81
Gerrit-Change-Number: 16249
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191126/0d89b280/attachment.htm>


More information about the gerrit-log mailing list