Commit graph

222 commits

Author SHA1 Message Date
Tim Becker 75730e72fa
Merge pull request #7 from badgeteam/update-submodules
update-submodules
2022-07-23 02:10:13 +02:00
Tim Becker c9c777aae6 update-submodules 2022-07-23 00:21:29 +02:00
Tim Becker c0dd0ae6b1
Merge pull request #6 from sylefeb/url-fix
getting started url fix
2022-07-17 09:51:00 +02:00
Sylvain Lefebvre 3938b4bd0c getting started url fix 2022-07-16 19:10:48 +02:00
Tim Becker db2b6a666e
Merge pull request #5 from badgeteam/update-components
Updated components
2022-07-12 20:08:39 +02:00
Tim Becker be772ec56f make s default task prepares. README desc make tagets 2022-07-12 20:02:05 +02:00
Tim Becker 1a4af14e33 edited comments in main.c 2022-07-12 07:54:17 +02:00
Tim Becker 820f3c52b2 updated components, modified Makefile to not always run idf-install; just run prepare once. 2022-07-12 07:53:30 +02:00
Renze Nicolai 9219c0b1c4 Update tools submodule 2022-07-11 22:41:34 +02:00
Renze Nicolai 91c816885a Update submodules, change licene of source code in main folder to public domain / cc0 and update readme with the changes made by a2800276 2022-07-11 22:33:51 +02:00
RobotMan2412 1c56383215 Add a template image for use in graphics examples. 2022-07-03 15:27:17 +02:00
RobotMan2412 cafcde249e Update PAX. 2022-07-03 13:30:30 +02:00
RobotMan2412 888d6cbdf8 Add comments literally everywhere. 2022-07-02 20:55:10 +02:00
RobotMan2412 8df04ebece Make install automatically do a prepare. 2022-07-02 20:31:41 +02:00
RobotMan2412 44666a2603 Make install part of the makefile and remove the dangerous flash option. 2022-07-02 20:10:33 +02:00
RobotMan2412 8a9087b66b Import tools module. 2022-06-29 22:20:39 +02:00
Renze Nicolai 6dfe74add2
Merge pull request #3 from badgeteam/renze
Update IDF, fix small stuff
2022-06-29 22:19:16 +02:00
Renze Nicolai c7f16962e2 Clean up sdkconfig 2022-06-29 22:14:13 +02:00
Renze Nicolai fb567b52b1 Add BME680 submodule 2022-06-29 22:03:49 +02:00
Renze Nicolai 5ec6a257c5 Remove BME680 placeholder 2022-06-29 22:02:42 +02:00
Renze Nicolai aaf23a0e61 Update idf, config, bsp 2022-06-29 22:02:21 +02:00
RobotMan2412 ebed659365 Delete deprecated script. 2022-06-28 15:56:29 +02:00
RobotMan2412 3eeb781102 Update submodules. 2022-06-28 11:31:56 +02:00
RobotMan2412 43c7ca1175 Fix partition table. 2022-06-28 10:34:49 +02:00
RobotMan2412 a56e6942f1 Clean up a bit, add exit to launcher function. 2022-06-20 23:14:16 +02:00
RobotMan2412 68328d5a85 Finally import WiFi from BSP. 2022-06-20 23:10:24 +02:00
RobotMan2412 1afed6493a Update submodules. 2022-06-20 23:07:39 +02:00
Robot bd6b610b66
Merge pull request #2 from badgeteam/makefile
Remove image build function from makefile, remove flashing from defau…
2022-06-16 21:48:21 +02:00
Renze Nicolai 16bb449790 Remove image build function from makefile, remove flashing from default action 2022-06-16 20:59:40 +02:00
Renze Nicolai b19802a4e3
Merge pull request #1 from jhaand/udate_readme
Fixed README.md
2022-06-15 16:03:02 +02:00
Jelle Haandrikman 8f9bf7aeea
Fixed README.md
Updated the link in the 'How to make' section to reflect the app.
2022-06-15 11:23:46 +02:00
RobotMan2412 78756505e0 Make WiFi error checking a bit more sane. 2022-06-09 15:29:13 +02:00
RobotMan2412 e85e52e11f Remove errant includes. 2022-06-09 08:50:15 +02:00
RobotMan2412 1ed24d6faf Include the WiFi code for convenience. 2022-06-09 08:39:28 +02:00
RobotMan2412 ecc86f8358 Update components. 2022-06-08 19:27:10 +02:00
RobotMan2412 668c03d4b0 Make the demo feature the buttons a bit and add more color. 2022-06-08 19:26:34 +02:00
RobotMan2412 c3d3ee6c96 Rename this more inline with the launcher FW. 2022-06-08 16:42:04 +02:00
RobotMan2412 f9daf1868d MORE DEMO APP 2022-06-08 16:24:28 +02:00
Renze Nicolai 752ffe9c1e
Merge pull request #61 from badgeteam/webusb2
Preparation for WebUSB support & random fixes
2022-06-06 21:52:38 +02:00
Renze Nicolai ecfa663110 Add better fault indication 2022-06-06 04:01:49 +02:00
Renze Nicolai 5c4e99738c Update RP2040 firmware 2022-06-06 04:01:37 +02:00
Renze Nicolai 0f660dca5d Fix percentage calculation for battery 2022-06-06 04:01:20 +02:00
Renze Nicolai 66c913b51e
Merge pull request #60 from badgeteam/update-readme
Update README.md
2022-06-06 03:14:29 +02:00
Renze Nicolai dbbeb6df44 Check USB and battery voltages during factory test 2022-06-06 01:08:07 +02:00
Renze Nicolai 57a9b0c32e Add webusb mode 2022-06-06 01:07:58 +02:00
Reinier van der Leer ab6f8c1175
Update README.md 2022-06-05 19:14:48 +02:00
Renze Nicolai 2e05968be7 Update RP2040 submodule 2022-06-05 02:29:32 +02:00
Renze Nicolai 3bc3cd4420 Webusb mode 2022-06-05 02:28:13 +02:00
Renze Nicolai d550c42991
Merge pull request #59 from badgeteam/renze/no-inline
Update RP2040 module
2022-06-04 16:49:39 +02:00
Renze Nicolai bcee7ee826 Update RP2040 module 2022-06-04 16:49:02 +02:00