Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
92279fb
Clean up AP data after ending it
sebromero Aug 11, 2021
8bf029a
Enable 320x320 resolution for himax HM01B0 (#294)
idohalamit Aug 16, 2021
d9b005f
Merge pull request #303 from sebromero/fix-corrupted-state
facchinm Aug 16, 2021
1177e48
Add edge_control to full package
facchinm Aug 16, 2021
7de71b7
Rebuild variants on mbed 6.13
facchinm Aug 16, 2021
0841cfb
Merge pull request #304 from arduino/bug-fix/check-vbus-pin-en-status…
MaxPayne86 Aug 20, 2021
0f4da2d
Fix missing re-initialization of g_i_channels when restarting peripheral
pennam Sep 2, 2021
c996ed7
Set decimation and rawBufferIndex to their default value
pennam Sep 2, 2021
2913b42
Add pio_remove_program function to PDM end method
pennam Sep 2, 2021
e991842
Merge pull request #315 from pennam/pdm_2040_crash_fix
facchinm Sep 13, 2021
a1ebc12
Merge pull request #314 from pennam/portenta_pdm_restart_fix
facchinm Sep 13, 2021
441778f
Tune I2C Slave thread + increase buff size
giulcioffi Jul 7, 2021
f5c10cd
Add 'transport' to upload recipe
giulcioffi Jul 7, 2021
aa152f2
Add NICLA target
giulcioffi Jul 7, 2021
306a30b
Set GPIO3 pin HIGH at begin because it matches MKR Reset pin
giulcioffi Jul 19, 2021
031d34f
Add defines to PIN_WIRE_SDA/SCL
giulcioffi Aug 2, 2021
abdf9f6
Rebuild patches folder
facchinm Aug 3, 2021
d16f3d9
Nicla: Specify compiler version
facchinm Aug 3, 2021
78e071a
Add Nicla to resulting json
facchinm Aug 5, 2021
850854b
NICLA: improve system library thread safety
facchinm Aug 17, 2021
2bb9eb8
GH: add Nicla to automatic tests
facchinm Aug 17, 2021
0288c54
TEMP: NICLA: enable LDO at boot
facchinm Aug 17, 2021
060d892
Add NICLA SENSE to full.variables
facchinm Sep 20, 2021
e93d792
Portenta: split flash via menus
facchinm Aug 16, 2021
1f062f2
Add example to boot M4 code from file + SDRAM
facchinm Aug 16, 2021
2cb4f4d
Recompile variants on mbed 6.14.0
facchinm Aug 17, 2021
1fda0f0
Portenta_m4: fix BootFromSDRAM example
facchinm Sep 22, 2021
01a3d75
Nicla: add overloads for LED*
facchinm Sep 22, 2021
9cfccbd
Update install instructions to reflect symlink removal
per1234 Sep 22, 2021
8d5510a
Merge pull request #329 from per1234/update-symlink-instructions
facchinm Sep 22, 2021
14e4eba
Add ns_cmdline and blockdevice patches
facchinm Sep 22, 2021
af83a6f
Fix Portenta packaging script
facchinm Sep 22, 2021
bd234d7
Rebuild variants with ns_cmdline patch
facchinm Sep 22, 2021
1070aae
Fix blockdevice headers
facchinm Sep 23, 2021
a5644ce
Release 2.5.2
facchinm Sep 23, 2021
7f9ad83
Fixes the preprocess linkerscript
rajames Sep 23, 2021
51bf25a
Merge pull request #333 from rajames/fix-preprocess-linkerscript
facchinm Sep 24, 2021
32b4cfc
SocketWrapper: UDP: send packet on endPacket(), not on write()
facchinm Sep 28, 2021
5746714
Merge pull request #337 from facchinm/udp_socketbuffer_fix
facchinm Sep 29, 2021
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Nicla: Specify compiler version
  • Loading branch information
facchinm committed Sep 21, 2021
commit d16f3d971740ce63c572441712b05d5bdef3f01b
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ pico.bootloader.programmer=-f interface/cmsis-dap.cfg
nicla_sense.name=Nicla Sense ME
nicla_sense.build.core=arduino
nicla_sense.build.crossprefix=arm-none-eabi-
nicla_sense.build.compiler_path={runtime.tools.arm-none-eabi-gcc.path}/bin/
nicla_sense.build.compiler_path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/

nicla_sense.build.variant=NICLA
nicla_sense.build.mcu=cortex-m4
Expand Down