Wykres commitów

11 Commity (develop)

Autor SHA1 Wiadomość Data
nightwalker-87 755c20c08e Replace data types with fixed width typedefs (C99)
- Unified variable type: size_t --> uint32_t
- Removed unnecessary explicit casts
- Minor formatting fixes
2023-06-10 20:07:19 +02:00
nightwalker-87 5e85fd0639 Replace data types with fixed width typedefs (C99)
- Unified variable types (Closes #909)
short --> int16_t
unsigned short --> uint16_t
int --> int32_t
unsigned int --> uint32_t
long --> int32_t
unsigned long --> uint32_t
long long --> int64_t
unsigned long long --> uint64_t

- Added missing header includes
2023-05-08 02:05:55 +02:00
nightwalker-87 b1c4de647c Naming convention for header includes 2023-05-03 14:02:26 +02:00
nightwalker-87 ab286988b4 Corrected preprocessor header includes 2023-04-30 18:52:14 +02:00
anton 6bd99d4b55 flash_loader: fixed interrupt masking 2021-04-06 22:03:52 +05:00
John Hall 373eee2cfe Adding back has_dual_bank.
Replacing flags field with has_swo_tracing.
2020-12-05 10:25:14 -08:00
nightwalker-87 2b54a11265
Merge branch 'develop' into st-trace 2020-12-05 13:13:45 +01:00
John Hall ac104ebabe Allowed configuring trace frequency. 2020-12-01 13:47:04 -08:00
John Hall 568b0d130a Adding backend code to start/stop tracing and to read the incoming data. 2020-11-27 09:37:50 -08:00
Ant-ON 43019fcde9 Fix change SWD frequency of stlink v3 2020-11-05 19:34:22 +05:00
nightwalker-87 c1918c0ff6 Aligned coding style
- Added config for uncrustify style settings
- Applied changes to source files
- Moved some header files
2020-06-12 22:28:16 +02:00