|
ae03c8d43e
|
Adapt to new std compliant naming of numeric_limits
|
2020-04-07 19:15:05 +02:00 |
|
|
41b9ef74f9
|
Moved uart utils to separate type submodule
|
2020-04-07 03:50:29 +02:00 |
|
|
6f592dd098
|
Fixed missing const qualifier
|
2020-04-06 21:45:20 +02:00 |
|
|
fa0a65a94c
|
Capitalized local constexpr variables to be more consistent
|
2020-04-05 03:36:05 +02:00 |
|
|
0e128bcb7d
|
Made variable const
|
2020-04-05 03:30:22 +02:00 |
|
|
0a52110d47
|
Moved buffer closer to where needed
|
2020-04-05 03:28:45 +02:00 |
|
|
f751833a88
|
Made variables constexpr
|
2020-04-05 03:25:25 +02:00 |
|
|
1bd49f65fa
|
Fixed template variable capitalization
|
2020-04-05 03:23:12 +02:00 |
|
|
cb436b11a8
|
Changed static assert to indicate impossible usage
|
2020-02-21 17:46:28 +01:00 |
|
|
0532bf48b0
|
Changed library so that user has to explicitly include hardware header with int vector define set to get ISR
|
2019-08-15 18:58:25 +02:00 |
|
|
c4700ed824
|
Fixed non-compliant use of constexpr for pointers
|
2019-08-10 14:12:10 +02:00 |
|
|
1ee9bc8ca4
|
Removed sign from maxNumDigits, because sign is handled separately anyway
|
2019-08-07 19:59:48 +02:00 |
|
|
c4f38cbcdf
|
Changed template parameter order
|
2019-08-05 20:05:59 +02:00 |
|
|
6438aa81c1
|
Added padding and case selection to txNumber
|
2019-08-03 19:49:01 +02:00 |
|
|
9f9f7a8de5
|
Added flushing of transmit buffer
|
2019-08-03 17:52:28 +02:00 |
|
|
b6c1c3b51b
|
Fixed conversion for bases other than 10
|
2019-08-03 17:32:38 +02:00 |
|
|
8d07e2d4db
|
Implemented overloads for printing numbers
|
2019-08-03 16:52:57 +02:00 |
|
|
fe9e67036e
|
Implemented stream operator for some basic types
|
2019-08-03 16:17:07 +02:00 |
|
|
9f7dc0da55
|
Added alias for driver dependent data size
|
2019-08-03 16:13:52 +02:00 |
|
|
2a07744575
|
Added static_assert for transmitting numbers
|
2019-08-03 16:11:21 +02:00 |
|
|
53b791cb05
|
Implemented printing of numbers
|
2019-08-03 15:00:41 +02:00 |
|
|
7d4eddbd8b
|
Changed interface to not initialize uart on construction
|
2019-08-03 11:14:01 +02:00 |
|
|
778f5f9754
|
Moved always_false template to utils
|
2019-08-03 10:58:32 +02:00 |
|
|
a3d76a138d
|
Implemented peeking with and without data for interrupt and blocking mode
|
2019-08-02 18:20:06 +02:00 |
|
|
efe1446907
|
Implemented interrupt driven rx for uart1
|
2019-08-02 17:36:07 +02:00 |
|
|
496bb3d4d1
|
Removed force inlining functions that would be called often
|
2019-08-02 16:41:34 +02:00 |
|
|
aac73447b3
|
Implemented hardware abstraction that both hardware0 and hardware1 can use
|
2019-07-30 21:43:52 +02:00 |
|
|
00cb9ad13c
|
Added alias for first hardware uart
|
2019-07-28 17:58:23 +02:00 |
|
|
4a9cee922a
|
Refactored class names to start with capital letter
|
2019-07-28 17:57:49 +02:00 |
|
|
8e0ba5a463
|
Implemented basic hardware support for transmitting
|
2019-07-28 17:32:51 +02:00 |
|
|
29b4d85ce3
|
Renamed settings to config
|
2019-07-28 12:15:19 +02:00 |
|
|
f08f607265
|
Fixed not implemented compiler error
|
2019-07-28 10:35:11 +02:00 |
|
|
f9c34b09ba
|
Added basic layout for new library implementation
|
2019-07-27 18:55:17 +02:00 |
|