6bbcab7f50
update uf2 product name
2019-04-24 16:46:25 +07:00
137785f2f0
update uf2 index url, add UF2_ prefix for volume lable and index url
2019-04-24 16:31:08 +07:00
4ec938230d
update uf2 BOARD_ID
2019-04-24 16:17:00 +07:00
9a0ee51d91
rename macros.h to compile_date.h
2019-04-24 12:31:09 +07:00
3fec038ed8
remove ARRAY_SIZE2 since bootloader is only built with C
2019-04-24 12:26:26 +07:00
44967695a4
Merge branch 'master' into develop
2019-04-24 10:16:39 +07:00
389c05b643
Add support for Electronut Labs Papyr
...
Signed-off-by: Tavish Naruka <tavishnaruka@gmail.com >
2019-04-19 11:27:14 +05:30
d4cc11e132
change in file license term from BSD to MIT
2019-03-27 13:38:36 +07:00
66d1770407
manually add another lost comment
2019-03-19 01:01:50 -07:00
8ab4774c93
Manual merge?
...
Pickup a couple changes that don't seem to be propagating?
Possible that there's some git merge I missed, but it's simple enough to fix manually.
2019-03-19 00:57:24 -07:00
1b54f0457d
PR review requested changes.
...
Per hathach's request, remove built-in test option.
Per hathach's request, remote __TIME__ from info file.
2019-03-19 00:37:53 -07:00
04fc396fd8
Put macros into new file, rather than uf2.h.
2019-03-13 23:49:52 -07:00
04e0df1c18
prepare to split file
2019-03-13 23:40:18 -07:00
6d58633db0
Merge branch 'master' of https://github.com/adafruit/Adafruit_nRF52_Bootloader into patch-6
...
# Conflicts:
# src/usb/uf2/ghostfat.c
2019-03-13 22:39:12 -07:00
174e6e9724
Fix Directory entries
...
The media would show as corrupt in CMD.EXE in Windows.
This is because the date/time fields were invalid.
Since this needed to be fixed anyways, update so that
the date and time correspond to the time that the
preprocessor parsed the source file.
2019-03-13 22:05:57 -07:00
53a99195bf
Raises file limit from 14 to 62 files.
...
Enable all four sectors of root directory to contain files.
2019-03-13 21:38:59 -07:00
8def8aee53
Safer code
...
Add additional compile-time assertions
Add additional comments to define limitations future maintainers should be aware of.
2019-03-13 18:28:43 -07:00
c51a227fd9
Add static assert
...
This guards against future increase in number of files
causing buffer overflow when reading the first root directory sector.
2019-03-13 15:24:42 -07:00
113195eabd
Merge branch 'master' into patch-2
2019-03-13 00:58:21 -07:00
0eeff3e679
Merge pull request #53 from henrygab/patch-3
...
Fix signed/unsigned bug.
2019-03-13 00:55:54 -07:00
be5a925f72
Merge pull request #55 from henrygab/patch-4
...
Use local variable to store partially-calculated size.
2019-03-13 00:53:37 -07:00
b8a0551678
Use local variable to store partially-calculated size.
...
This avoid re-entrancy problems, such as if this is ever
interrupted mid-execution, and called a second time before
the initial execution completes.
2019-03-12 13:41:33 -07:00
0f216b8618
Fix spacing
2019-03-12 13:13:58 -07:00
52cfdaa2d2
Fix signed/unsigned bug.
2019-03-12 13:05:21 -07:00
a258c6d988
Avoid returning uninitialized memory
2019-03-12 12:57:51 -07:00
e0251415e7
Add some additional comments.
2019-03-12 12:29:05 -07:00
12bb62eadd
Per request, keep hard drive type in boot block.
...
Update the .PhysicalDrive in boot block.
Update the first fat entries to match MediaDescriptor of boot block.
2019-03-12 12:09:49 -07:00
e2afc36dae
Fix media type mismatch
...
Fix the boot sector media descriptor to match the first FAT entries.
2019-03-10 20:02:56 -07:00
57aa554430
update tinyusb to latest for scsi write10 complete fix
2019-02-22 14:46:16 +07:00
9ed3f5ea32
fix #46 complete uf2 writing using tud_msc_write10_complete_cb
2019-02-22 00:21:34 +07:00
7279bd9b32
added metro nrf52840 revA
...
clean up makefile
2019-01-31 18:01:41 +07:00
89be1cf9f8
Merge branch 'master' into devlocal
2018-12-21 12:17:48 +07:00
d79fcb2ea5
fix #37
...
- dfu cdc write exact bytes of firmware which is not a muliplier of 256.
This cause incorrect section index with uf2 drive. Solution is round up
current flash size to 256
- also fix incorrect block number causing it is impossible to use old
current.uf2 to update
2018-12-21 12:17:14 +07:00
5c38bc8957
fix issue nrf52840 not reset properly when upgrading bootloader+sd combo
...
- root cause tusb_task()/cdc task is called when usb is not inited (in
case of sd upgrade)
2018-12-20 00:50:14 +07:00
1b35dbf643
Add build script and hook it into Travis
2018-12-04 15:18:49 -08:00
2ece2daf90
Rework LED flashing and add Particle's boards
2018-12-04 13:45:55 -08:00
f30199f503
change neopixel color
2018-11-24 01:27:37 +07:00
5e0195ddb4
update tinyusb, correct neopixel for usb enumeration
...
added binary for feather nrf52840
2018-11-23 15:54:02 +07:00
12d68f592c
add neopixel support
2018-11-23 15:00:59 +07:00
4f48b8b51a
rename led blink fast name
2018-11-23 11:46:21 +07:00
cb1ae6d947
add need_erase for flash_nrf5x. Only uf2 erase when flush, dfu serial (uart and cdc) will prepare erase in advance.
2018-10-02 20:41:53 +07:00
f14aebba1d
rename flash_ to flash_nrf5x_
2018-09-28 23:45:27 +07:00
d5dcd3a564
rename flash to flash_nrf5x
2018-09-28 23:41:46 +07:00
50dec0e77a
move uf2 led blink fast to ghostfat
2018-09-28 13:37:01 +07:00
bb4891debc
add build date to INFO_UF2.TXT
2018-08-31 02:35:59 +07:00
4924e6787f
remove "Adafruit" in model with pca10056 board
2018-08-29 16:30:03 +07:00
d9209fdcdf
usb serial string = device ID
2018-08-29 12:44:18 +07:00
daa1b83144
implement #19 serial descriptor based on deviceid
2018-08-21 15:07:17 +07:00
8c66a55511
add CDC mode only for use with Arduino touch 1200
...
fix issue with reading current.uf2 size when flashed with jlink
2018-08-16 19:27:27 +07:00
0b3f49f4a1
change to dynamic descriptor for serial only mode
2018-08-16 18:17:42 +07:00