Commit Graph

10 Commits

Author SHA1 Message Date
graham sanderson
db6cc12027 fix the represntation of at_the_end_of_time to be 63 one bits rather than 32 2021-02-25 08:28:17 -06:00
graham sanderson
41c0e9f3b9 Fixup another level of compiler warnings, add _U() definition 2021-02-25 08:26:16 -06:00
graham sanderson
45b39d067b b0 sincos shim was incorrect, causing crash 2021-02-24 17:15:40 -06:00
Luke Wren
4c1fac58d3
Add pico_bootsel_via_double_reset library, fix #87 (#137)
* Add pico_bootsel_via_double_reset library, fix #87

* pico_bootsel_via_double_reset: remove unnecessary library guard, fix subdirectory ordering

* Fix C type used as PICO_CONFIG type
2021-02-18 16:12:22 +00:00
Graham Sanderson
8b9907e7f2
Add -Wuninitialized -Wunused -Wcast-align to warnings checked by kitchen_sink (and fixup warnings) (#125) 2021-02-15 16:06:12 +00:00
Luke Wren
a33a7c0b2c Fix -Wsign-compare warnings 2021-02-11 11:17:15 -06:00
Brian Swetland
ebb228bfea Clean up various C source and headers to appease -Wstrict-prototypes
In C, func() is a function taking an unspecified number of arguments,
vs func(void) a function taking no arguments. In C++ both forms indicate
"no arguments."

Update these headers to use the (void) form, which is correct in both
languages and avoids complaints when -Wstrict-prototypes is specified.
2021-02-08 12:46:05 -06:00
graham sanderson
af9dedd081 add pico_unique_id to kitchen_sink app 2021-02-07 18:34:23 -06:00
Andrew Scheller
2b47e47053 Fix typo ;-) 2021-02-02 16:56:24 -06:00
graham sanderson
26653ea81e Initial Release 2021-01-20 10:44:27 -06:00