Commit Graph

44 Commits

Author SHA1 Message Date
King Kévin 6b34d98394 remove bug comment 2016-04-17 12:12:27 +02:00
King Kévin 715bfd784d fix double USB transmit 2016-04-17 12:11:12 +02:00
King Kévin 72b3d5188b don't block on led transmission 2016-04-16 12:12:47 +02:00
King Kévin 8f8a086eee use LENGTH instead of sizeof for array indexes 2016-04-15 11:59:14 +02:00
King Kévin ffee985136 decrease buffer size 2016-04-15 09:13:43 +02:00
King Kévin 8d22030107 try to fix lost USB TX packet failed, but code improved 2016-04-14 23:40:38 +02:00
King Kévin 281c9924f6 fix enable USART port 2016-04-13 21:00:00 +02:00
King Kévin df92838d8b fix use correct buffer size 2016-04-12 18:47:22 +02:00
King Kévin 6bced0adea force re-enumerate for clean start 2016-04-12 09:25:04 +02:00
King Kévin 9e69d8f302 no need to re-enumerate since there is no bootloader 2016-04-11 23:07:05 +02:00
King Kévin 57998de65a use 48 LEDs instead of 60 for a particular clock 2016-04-05 09:53:50 +02:00
King Kévin d91507f63e fix: remove completed todo 2016-04-04 19:15:44 +02:00
King Kévin e50ab14626 improve pattern generation for the SPI for the WS2812b LED 2016-03-28 18:55:32 +02:00
King Kévin 5430bdc0c0 fix index corruption race condition 2016-03-28 17:27:02 +02:00
King Kévin 111c0a5455 use timer to count ticks based on square wave output 2016-03-27 23:35:39 +02:00
King Kévin 06d7e0fda0 fix typo 2016-03-26 20:12:18 +01:00
King Kévin 62066fe980 use interrupt to reliably increment time 2016-03-26 14:34:55 +01:00
King Kévin 2d60475b81 make square wave isr optional 2016-03-25 22:52:36 +01:00
King Kévin 666dc51a21 add todos 2016-03-25 20:27:42 +01:00
King Kévin 0fe1994cc9 use square wave output to update time 2016-03-25 18:00:44 +01:00
King Kévin 6f26bd0e96 document static variables/methods 2016-03-25 11:42:41 +01:00
King Kévin d171eaa2bc bug: interrupts flag are not cleared; fix: don't use interrupts (not worth the complexity for this application) 2016-03-24 10:59:03 +01:00
King Kévin 3a0d9e6186 add doxygen documentation 2016-03-24 10:37:42 +01:00
King Kévin d6f3efb001 use interrupt so to sleep instead of busy wait 2016-03-23 10:41:30 +01:00
King Kévin 18ad87ab15 add Wpedantic 2016-03-23 09:57:02 +01:00
King Kévin 6a64bc876c add RTC write time functions 2016-03-23 09:52:53 +01:00
King Kévin 721b56e657 add RTC write seconds, read/write oscillator 2016-03-23 09:17:43 +01:00
King Kévin dd2c35a956 add rtc_read_time to read time at once 2016-03-23 08:09:52 +01:00
King Kévin 3cc04f7499 add read minutes, hours, day, date, month, and year from RTC IC 2016-03-22 22:07:36 +01:00
King Kévin dc9ddc76a7 read specific address over I2C, read seconds, use doxygen documentation 2016-03-22 11:16:47 +01:00
King Kévin 493108d909 I2C read example implemented for RTC IC 2016-03-22 09:54:25 +01:00
King Kévin 45c5b1252f add pinout comment 2016-02-23 20:28:03 +01:00
King Kévin 6954ceea8e remove un-used library 2016-02-18 10:42:11 +01:00
King Kévin 618de224e0 add all common changes, files, and libraries from previous project 2016-02-18 10:39:08 +01:00
King Kévin b1a9b811ba fix port 2016-01-29 11:06:21 +01:00
King Kévin af0bc91916 fix disconnect time 2016-01-29 10:40:00 +01:00
King Kévin 9c19273ecd add USB disconnect functionnality for maple mini to force re-enumerate 2016-01-29 00:35:54 +01:00
King Kévin 3a76222050 send buffered data when connected to USB CDC ACM serial port 2016-01-29 00:26:12 +01:00
King Kévin 875e0de18b make USART more noise resistant 2016-01-29 00:25:29 +01:00
King Kévin ebab5e223b add improved files from vfd driver proect 2016-01-28 21:21:50 +01:00
King Kévin 4a149d6a80 add library to support USB CDC ACM communication 2016-01-18 16:15:23 +01:00
King Kévin 8b8b2bf287 make variables static 2016-01-18 16:12:42 +01:00
King Kévin 55cb2009d9 example now echos back UART communication 2016-01-17 15:03:10 +01:00
King Kévin f0d2933ff8 add basic LED+USART example 2016-01-17 14:54:54 +01:00