-
Hi !
More a question than an issue, but if I read the code properly, the disarm function will deactivate the buzzer and led, and stop looking for powercuts. So everything appears to be off, but the c…
-
Hi, what version of gcc-arm-none-eabi is required to build this?
I've tried 8.2.0 on arch and it gives me this:
```
Linking: nitrokey-pro-firmware.elf
arm-none-eabi-gcc -mthumb -mcpu=cortex-m3 …
-
The stream ingester hasn’t been run or updated since the first prototype.
Some work will be required to bring it up to date with how the other apps behave.
_Estimate: 4 hours_
-
What I am doing wrong?
Makefile
```
# Makefile
SRCS=main.c stm32f4xx_it.c stm32f4xx_hal_msp.c system_stm32f4xx.c
SRCS += startup_stm32f407xx.s
# Binaries will be generated with this name (.elf, .b…
-
When a record is obtained through the PSC snapshots, it is in the form:
```
{ company_number: "12345678", data: {} }
```
However, when read through the PSC Stream API, it is just the data part…
-
```
[nikll@nikll ~/LogicDiscovery ]$ gmake
--
-------- begin --------
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.8.3 20131129
(release) [ARM/embedded-4_8-branch revision 205641]
Copy…
-
```
[nikll@nikll ~/LogicDiscovery ]$ gmake
--
-------- begin --------
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.8.3 20131129
(release) [ARM/embedded-4_8-branch revision 205641]
Copy…
-
package br.com.xti.jdbc;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
public class AcessoBanco {
public static …
-
Revoir la notion de MultiThread pour la récupération des fichiers dans S3, la récupération des "key" devraient aussi être fait en utilisant le MultiThread.
Mesurer le temps pour chaque processus p…
-
```
Fixpoint stupid (n : nat) : unit :=
match n with
| 0 => tt
| S n =>
let () := stupid n in
let () := stupid n in
tt
end.
Goal True.
Proof.
pose (v := stupid 26).
Timeout 1 vm_co…
gares updated
3 years ago