BlackMark
  • Joined on 2019-03-26
BlackMark pushed to example at avr/uart 2020-04-05 03:38:06 +02:00
717a69c231 Updated uart submodule
f0abf335e5 Updated flash submodule
Compare 2 commits »
BlackMark pushed to master at avr/uart 2020-04-05 03:37:59 +02:00
fa0a65a94c Capitalized local constexpr variables to be more consistent
0e128bcb7d Made variable const
0a52110d47 Moved buffer closer to where needed
f751833a88 Made variables constexpr
1bd49f65fa Fixed template variable capitalization
Compare 5 commits »
BlackMark pushed to master at avr/flash 2020-04-01 03:52:53 +02:00
6edb2e5a21 Added global flash string
BlackMark pushed to master at avr/adc 2020-03-29 04:17:51 +02:00
5d38b97254 Fixed indentation
BlackMark pushed to master at avr/yazoalfa 2020-02-21 21:55:07 +01:00
8afab00d65 Finished all goals
BlackMark pushed to master at avr/yazoalfa 2020-02-21 21:54:39 +01:00
c12d4aa46d Finished adc implementation
BlackMark pushed to example at avr/adc 2020-02-21 21:54:14 +01:00
74b337804b Implemented example usage
BlackMark pushed to master at avr/adc 2020-02-21 21:53:50 +01:00
bcae00c0f3 Implemented all modes
BlackMark pushed to master at avr/adc 2020-02-21 21:24:14 +01:00
05c799c466 Implemented mux register initialization
BlackMark pushed to master at avr/adc 2020-02-21 20:38:38 +01:00
c1eadf4cb1 Implemented different configs and refactored implementation into Impl class
BlackMark pushed to master at avr/adc 2020-02-21 19:09:32 +01:00
045efedd45 Added config and basic interface
BlackMark pushed to master at avr/yazoalfa 2020-02-21 18:01:46 +01:00
50ec81ece6 Removed timer and PWM library as the implementation is unnecessarily complicated for little convenience gain
5f083e6fe9 Clarified wording
Compare 2 commits »
BlackMark pushed to master at avr/yazoalfa 2020-02-21 17:50:42 +01:00
b758b9a090 Finished UART library
BlackMark pushed to example at avr/uart 2020-02-21 17:50:07 +01:00
991a67bd86 Updated submodule
BlackMark pushed to master at avr/uart 2020-02-21 17:49:11 +01:00
cb436b11a8 Changed static assert to indicate impossible usage
BlackMark pushed to master at avr/yazoalfa 2020-02-21 17:41:37 +01:00
f70f63ae3c Implemented SPI interface
BlackMark pushed to example at avr/spi 2020-02-21 17:36:06 +01:00
eed7e91486 Implemented basic example showing usage
BlackMark pushed to master at avr/spi 2020-02-21 17:35:28 +01:00
70aabc07f6 Added constexpr and checking of supported chip
BlackMark pushed to master at avr/spi 2020-02-21 17:29:52 +01:00
4b644b22bf Completely separted driver from interface
c73d83dff4 Removed deinit
3fae89285f Moved init to hardware driver class
e0fd37dbb0 Added config and hardware templates
Compare 4 commits »
BlackMark pushed to master at avr/spi 2020-02-21 17:02:01 +01:00
8e6c3738f8 Moved function implementation inside class